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 @@ -34,14 +34,14 @@ jobs:
34
34
35
35
# Initializes the CodeQL tools for scanning.
36
36
- name : Initialize CodeQL
37
- uses : github/codeql-action/init@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
37
+ uses : github/codeql-action/init@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
38
38
with :
39
39
languages : ${{ matrix.language }}
40
40
41
41
- name : Autobuild
42
- uses : github/codeql-action/autobuild@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
42
+ uses : github/codeql-action/autobuild@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
43
43
44
44
- name : Perform CodeQL Analysis
45
- uses : github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
45
+ uses : github/codeql-action/analyze@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
46
46
with :
47
47
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments