Commit f672898 1 parent fbea70a commit f672898 Copy full SHA for f672898
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 68
68
69
69
# Initializes the CodeQL tools for scanning.
70
70
- name : Initialize CodeQL
71
- uses : github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
71
+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
99
+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
100
100
with :
101
101
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@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
58
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
59
59
with :
60
60
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments