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@28deaeda66b76a05916b6923827895f2b14ab387 # v3
33
+ uses : github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # 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@28deaeda66b76a05916b6923827895f2b14ab387 # v3
40
+ uses : github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
41
41
42
42
- name : Perform CodeQL Analysis
43
- uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3
43
+ uses : github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
44
44
with :
45
45
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments