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