Commit 589c7ca 1 parent d54e75d commit 589c7ca Copy full SHA for 589c7ca
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ jobs:
27
27
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28
28
29
29
- name : Initialize CodeQL
30
- uses : github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v3
30
+ uses : github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3
31
31
with :
32
32
languages : ${{ matrix.language }}
33
33
queries : +security-and-quality
34
34
35
35
- name : Autobuild
36
- uses : github/codeql-action/autobuild@b374143c1149a9115d881581d29b8390bbcbb59c # v3
36
+ uses : github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3
37
37
38
38
- name : Perform CodeQL Analysis
39
- uses : github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v3
39
+ uses : github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3
40
40
with :
41
41
category : " /language:${{ matrix.language }}"
You can’t perform that action at this time.
0 commit comments