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 66
66
67
67
# Initializes the CodeQL tools for scanning.
68
68
- name : Initialize CodeQL
69
- uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
69
+ uses : github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
70
70
with :
71
71
languages : ${{ matrix.language }}
72
72
build-mode : ${{ matrix.build-mode }}
94
94
exit 1
95
95
96
96
- name : Perform CodeQL Analysis
97
- uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
97
+ uses : github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
98
98
with :
99
99
category : ' /language:${{matrix.language}}'
Original file line number Diff line number Diff line change 55
55
retention-days : 5
56
56
57
57
- name : " Upload to code-scanning"
58
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
58
+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
59
59
with :
60
60
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments