Commit 5997743 1 parent 3733bba commit 5997743 Copy full SHA for 5997743
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
34
34
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35
35
36
36
- name : Initialize CodeQL
37
- uses : github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
37
+ uses : github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
38
38
with :
39
39
languages : ${{ matrix.language }}
40
40
41
41
- name : Autobuild
42
- uses : github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
42
+ uses : github/codeql-action/autobuild@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
43
43
44
44
- name : Perform CodeQL Analysis
45
- uses : github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
45
+ uses : github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
46
46
with :
47
47
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 40
40
retention-days : 5
41
41
42
42
- name : " Upload to code-scanning"
43
- uses : github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
43
+ uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
44
44
with :
45
45
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments