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 4141 - uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
4242
4343 - name : Initialize CodeQL
44- uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
44+ uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
4545 with :
4646 languages : c-cpp
4747 build-mode : manual
5555 run : cmake --build out\build\x64-Debug
5656
5757 - name : Perform CodeQL Analysis
58- uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
58+ uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
5959 with :
6060 category : " /language:c-cpp"
Original file line number Diff line number Diff line change 4747
4848 # Upload SARIF file to GitHub Code Scanning Alerts
4949 - name : Upload SARIF to GitHub
50- uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
50+ uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
5151 with :
5252 sarif_file : ${{ steps.run-analysis.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments