diff --git a/build/DXUT-GitHub-CMake-Dev17.yml b/.azuredevops/pipelines/DXUT-GitHub-CMake-Dev17.yml similarity index 100% rename from build/DXUT-GitHub-CMake-Dev17.yml rename to .azuredevops/pipelines/DXUT-GitHub-CMake-Dev17.yml diff --git a/build/DXUT-GitHub-CMake.yml b/.azuredevops/pipelines/DXUT-GitHub-CMake.yml similarity index 100% rename from build/DXUT-GitHub-CMake.yml rename to .azuredevops/pipelines/DXUT-GitHub-CMake.yml diff --git a/build/DXUT-GitHub-Dev17.yml b/.azuredevops/pipelines/DXUT-GitHub-Dev17.yml similarity index 98% rename from build/DXUT-GitHub-Dev17.yml rename to .azuredevops/pipelines/DXUT-GitHub-Dev17.yml index 2327127..819f74c 100644 --- a/build/DXUT-GitHub-Dev17.yml +++ b/.azuredevops/pipelines/DXUT-GitHub-Dev17.yml @@ -20,7 +20,7 @@ pr: - main paths: include: - - build/DXUT-GitHub-Dev17.yml + - '.azuredevops/pipelines/DXUT-GitHub-Dev17.yml' resources: repositories: diff --git a/build/DXUT-GitHub-MinGW.yml b/.azuredevops/pipelines/DXUT-GitHub-MinGW.yml similarity index 100% rename from build/DXUT-GitHub-MinGW.yml rename to .azuredevops/pipelines/DXUT-GitHub-MinGW.yml diff --git a/build/DXUT-GitHub.yml b/.azuredevops/pipelines/DXUT-GitHub.yml similarity index 98% rename from build/DXUT-GitHub.yml rename to .azuredevops/pipelines/DXUT-GitHub.yml index e2b706e..71ce49e 100644 --- a/build/DXUT-GitHub.yml +++ b/.azuredevops/pipelines/DXUT-GitHub.yml @@ -20,7 +20,7 @@ pr: - main paths: include: - - build/DXUT-GitHub.yml + - '.azuredevops/pipelines/DXUT-GitHub.yml' resources: repositories: diff --git a/build/DXUT-SDL.yml b/.azuredevops/pipelines/DXUT-SDL.yml similarity index 98% rename from build/DXUT-SDL.yml rename to .azuredevops/pipelines/DXUT-SDL.yml index 0333e3b..1e20843 100644 --- a/build/DXUT-SDL.yml +++ b/.azuredevops/pipelines/DXUT-SDL.yml @@ -21,7 +21,7 @@ pr: - main paths: include: - - build/DXUT-SDL.yml + - '.azuredevops/pipelines/DXUT-SDL.yml' resources: repositories: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 641c45a..c25d84d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,8 +13,8 @@ on: paths-ignore: - '*.md' - LICENSE + - '.azuredevops/*' - '.nuget/*' - - build/*.yml schedule: - cron: '38 2 * * 3' @@ -42,7 +42,7 @@ jobs: - uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0 - name: Initialize CodeQL - uses: github/codeql-action/init@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6 + uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13 with: languages: c-cpp build-mode: manual @@ -56,6 +56,6 @@ jobs: run: cmake --build out\build\x64-Debug - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6 + uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13 with: category: "/language:c-cpp" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d499acd..bd2f224 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,8 +13,8 @@ on: paths-ignore: - '*.md' - LICENSE + - '.azuredevops/*' - '.nuget/*' - - build/*.yml permissions: contents: read diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 3d8a0af..1ccb5c2 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -13,8 +13,8 @@ on: paths-ignore: - '*.md' - LICENSE + - '.azuredevops/*' - '.nuget/*' - - build/*.yml permissions: contents: read diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml index 746d98b..c5de404 100644 --- a/.github/workflows/msvc.yml +++ b/.github/workflows/msvc.yml @@ -13,8 +13,8 @@ on: paths-ignore: - '*.md' - LICENSE + - '.azuredevops/*' - '.nuget/*' - - build/*.yml schedule: - cron: '20 21 * * 2' @@ -52,6 +52,6 @@ jobs: # Upload SARIF file to GitHub Code Scanning Alerts - name: Upload SARIF to GitHub - uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6 + uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13 with: sarif_file: ${{ steps.run-analysis.outputs.sarif }}