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 @@ -39,12 +39,12 @@ jobs:
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
42
+ uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
config-file : codeql-config.yaml
46
46
47
47
- name : Perform CodeQL Analysis
48
- uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
48
+ uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
49
49
with :
50
50
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 46
46
47
47
# Upload the results to GitHub's code scanning dashboard.
48
48
- name : " Upload to code-scanning"
49
- uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
49
+ uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
50
50
with :
51
51
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments