File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ jobs:
35
35
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36
36
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
38
+ uses : github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
39
39
with :
40
40
languages : ${{ matrix.language }}
41
41
42
42
- name : Autobuild
43
- uses : github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
43
+ uses : github/codeql-action/autobuild@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
44
44
45
45
- name : Perform CodeQL Analysis
46
- uses : github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
46
+ uses : github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
47
47
with :
48
48
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@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
44
44
with :
45
45
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments