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@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
67
+ uses : github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
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@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
97
+ uses : github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
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@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
68
+ uses : github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
69
69
with :
70
70
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments