File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3
33
+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
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@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3
40
+ uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
41
41
42
42
- name : Perform CodeQL Analysis
43
- uses : github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3
43
+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
44
44
with :
45
45
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments