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 51
51
path : results.sarif
52
52
53
53
- name : Upload SARIF file
54
- uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
54
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
55
55
with :
56
56
sarif_file : results.sarif
57
57
category : actions-zizmor
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
32
32
# Initializes the CodeQL tools for scanning.
33
33
- name : Initialize CodeQL
34
- uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
34
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
35
35
with :
36
36
languages : ${{ matrix.language }}
37
37
build-mode : none
38
38
39
39
- name : Perform CodeQL Analysis
40
- uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
40
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
41
41
with :
42
42
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments