Commit 188e56f 1 parent b8c0fd5 commit 188e56f Copy full SHA for 188e56f
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
71
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
99
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
58
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
59
59
with :
60
60
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments