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 68
68
69
69
# Initializes the CodeQL tools for scanning.
70
70
- name : Initialize CodeQL
71
- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
71
+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
72
72
with :
73
73
languages : ${{ matrix.language }}
74
74
build-mode : ${{ matrix.build-mode }}
96
96
exit 1
97
97
98
98
- name : Perform CodeQL Analysis
99
- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3
99
+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
100
100
with :
101
101
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 44
44
45
45
# Upload the SARIF file generated in the previous step
46
46
- name : Upload SARIF results file
47
- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
47
+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
48
48
with :
49
49
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments