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 @@ -30,16 +30,16 @@ jobs:
30
30
31
31
# Initializes the CodeQL tools for scanning.
32
32
- name : Initialize CodeQL
33
- uses : github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2
33
+ uses : github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2
34
34
with :
35
35
languages : ${{ matrix.language }}
36
36
config-file : ./.github/codeql-config.yml
37
37
queries : security-and-quality
38
38
39
39
- name : Autobuild
40
- uses : github/codeql-action/autobuild@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2
40
+ uses : github/codeql-action/autobuild@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2
41
41
42
42
- name : Perform CodeQL Analysis
43
- uses : github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2
43
+ uses : github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2
44
44
with :
45
45
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments