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 64
64
65
65
# Initializes the CodeQL tools for scanning.
66
66
- name : Initialize CodeQL
67
- uses : github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
67
+ uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
68
68
with :
69
69
languages : ${{ matrix.language }}
70
70
build-mode : ${{ matrix.build-mode }}
94
94
exit 1
95
95
96
96
- name : Perform CodeQL Analysis
97
- uses : github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
97
+ uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
98
98
with :
99
99
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 65
65
# Upload the results to GitHub's code scanning dashboard (optional).
66
66
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
67
67
- name : " Upload to code-scanning"
68
- uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
68
+ uses : github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
69
69
with :
70
70
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments