Commit 9b4cf59 1 parent aec0784 commit 9b4cf59 Copy full SHA for 9b4cf59
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
- package-ecosystem : github-actions
4
4
directory : /
5
5
schedule :
6
- interval : weekly
6
+ interval : monthly
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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
50
+ uses : github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
64
+ uses : github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
74
+ uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
75
75
with :
76
76
sarif_file : ${{ steps.run-analysis.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments