Commit 6cc310e 1 parent d095bec commit 6cc310e Copy full SHA for 6cc310e
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 47
47
- uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
48
48
49
49
- name : Initialize CodeQL
50
- uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
50
+ uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
51
51
with :
52
52
languages : c-cpp
53
53
build-mode : manual
61
61
run : cmake --build out\build\x64-Debug
62
62
63
63
- name : Perform CodeQL Analysis
64
- uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
64
+ uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
65
65
with :
66
66
category : " /language:c-cpp"
Original file line number Diff line number Diff line change 71
71
72
72
# Upload SARIF file to GitHub Code Scanning Alerts
73
73
- name : Upload SARIF to GitHub
74
- uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
74
+ uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
75
75
with :
76
76
sarif_file : ${{ steps.run-analysis.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments