File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
- uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
51
51
52
52
- name : Initialize CodeQL
53
- uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
53
+ uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
54
54
with :
55
55
languages : c-cpp
56
56
build-mode : manual
64
64
run : cmake --build out\build\x64-Debug
65
65
66
66
- name : Perform CodeQL Analysis
67
- uses : github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
67
+ uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
68
68
with :
69
69
category : " /language:c-cpp"
Original file line number Diff line number Diff line change 57
57
58
58
# Upload SARIF file to GitHub Code Scanning Alerts
59
59
- name : Upload SARIF to GitHub
60
- uses : github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
60
+ uses : github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
61
61
with :
62
62
sarif_file : ${{ steps.run-analysis.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments