Commit 4a3fb52 1 parent da0d8dd commit 4a3fb52 Copy full SHA for 4a3fb52
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 @@ -27,15 +27,15 @@ jobs:
27
27
uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
28
28
29
29
- name : Initialize CodeQL
30
- uses : github/codeql-action/init@5b6282e01c62d02e720b81eb8a51204f527c3624 # v2
30
+ uses : github/codeql-action/init@a09933a12a80f87b87005513f0abb1494c27a716 # v2
31
31
with :
32
32
languages : ${{ matrix.language }}
33
33
queries : +security-and-quality
34
34
35
35
- name : Autobuild
36
- uses : github/codeql-action/autobuild@5b6282e01c62d02e720b81eb8a51204f527c3624 # v2
36
+ uses : github/codeql-action/autobuild@a09933a12a80f87b87005513f0abb1494c27a716 # v2
37
37
38
38
- name : Perform CodeQL Analysis
39
- uses : github/codeql-action/analyze@5b6282e01c62d02e720b81eb8a51204f527c3624 # v2
39
+ uses : github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716 # v2
40
40
with :
41
41
category : " /language:${{ matrix.language }}"
You can’t perform that action at this time.
0 commit comments