File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
45
+ uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
46
46
with :
47
47
languages : ${{ matrix.language }}
48
48
build-mode : ${{ matrix.build-mode }}
70
70
exit 1
71
71
72
72
- name : Perform CodeQL Analysis
73
- uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
73
+ uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
74
74
with :
75
75
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 20
20
name : SARIF file
21
21
path : results.sarif
22
22
retention-days : 5
23
- - uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
23
+ - uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
24
24
with :
25
25
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments