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 @@ -36,14 +36,14 @@ jobs:
36
36
uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
37
37
38
38
- name : Initialize CodeQL
39
- uses : github/codeql-action/init@d26c46acea4065b13fc57703621e0a7c8b9e836b
39
+ uses : github/codeql-action/init@4c3e5362829f0b0bb62ff5f6c938d7f95574c306
40
40
with :
41
41
languages : ${{ matrix.language }}
42
42
43
43
- name : Autobuild
44
- uses : github/codeql-action/autobuild@d26c46acea4065b13fc57703621e0a7c8b9e836b
44
+ uses : github/codeql-action/autobuild@4c3e5362829f0b0bb62ff5f6c938d7f95574c306
45
45
46
46
- name : Perform CodeQL Analysis
47
- uses : github/codeql-action/analyze@d26c46acea4065b13fc57703621e0a7c8b9e836b
47
+ uses : github/codeql-action/analyze@4c3e5362829f0b0bb62ff5f6c938d7f95574c306
48
48
with :
49
49
category : ' /language:${{ matrix.language }}'
You can’t perform that action at this time.
0 commit comments