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 62
62
63
63
# Initializes the CodeQL tools for scanning.
64
64
- name : Initialize CodeQL
65
- uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
65
+ uses : github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
66
66
with :
67
67
languages : ${{ matrix.language }}
68
68
# If you wish to specify custom queries, you can do so here or in a config file.
96
96
make -j 4 all
97
97
98
98
- name : Perform CodeQL Analysis
99
- uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
99
+ uses : github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
Original file line number Diff line number Diff line change 61
61
62
62
# Upload the results to GitHub's code scanning dashboard.
63
63
- name : " Upload to code-scanning"
64
- uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
64
+ uses : github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
65
65
with :
66
66
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments