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 @@ -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@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
37
+ uses : github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
38
38
with :
39
39
languages : ${{ matrix.language }}
40
40
41
41
- name : Autobuild
42
- uses : github/codeql-action/autobuild@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
42
+ uses : github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
43
43
44
44
- name : Perform CodeQL Analysis
45
- uses : github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
45
+ uses : github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
46
46
with :
47
47
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments