File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
- uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
64
64
65
65
- name : Initialize CodeQL
66
- uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
66
+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
67
67
with :
68
68
languages : ${{ matrix.language }}
69
69
build-mode : manual
84
84
run : msbuild MakeSpriteFont.csproj /p:Configuration=Debug /p:Platform=AnyCPU
85
85
86
86
- name : Perform CodeQL Analysis
87
- uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
87
+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
88
88
with :
89
89
category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 74
74
75
75
# Upload SARIF file to GitHub Code Scanning Alerts
76
76
- name : Upload SARIF to GitHub
77
- uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
77
+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
78
78
with :
79
79
sarif_file : ${{ steps.run-analysis.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments