Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pr:
- main
paths:
include:
- build/DXUT-GitHub-Dev17.yml
- '.azuredevops/pipelines/DXUT-GitHub-Dev17.yml'

resources:
repositories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pr:
- main
paths:
include:
- build/DXUT-GitHub.yml
- '.azuredevops/pipelines/DXUT-GitHub.yml'

resources:
repositories:
Expand Down
2 changes: 1 addition & 1 deletion build/DXUT-SDL.yml → .azuredevops/pipelines/DXUT-SDL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pr:
- main
paths:
include:
- build/DXUT-SDL.yml
- '.azuredevops/pipelines/DXUT-SDL.yml'

resources:
repositories:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
paths-ignore:
- '*.md'
- LICENSE
- '.azuredevops/*'
- '.nuget/*'
- build/*.yml
schedule:
- cron: '38 2 * * 3'

Expand Down Expand Up @@ -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
Expand All @@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
paths-ignore:
- '*.md'
- LICENSE
- '.azuredevops/*'
- '.nuget/*'
- build/*.yml

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
paths-ignore:
- '*.md'
- LICENSE
- '.azuredevops/*'
- '.nuget/*'
- build/*.yml

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
paths-ignore:
- '*.md'
- LICENSE
- '.azuredevops/*'
- '.nuget/*'
- build/*.yml
schedule:
- cron: '20 21 * * 2'

Expand Down Expand Up @@ -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 }}
Loading