Commit a15c704 1 parent 9480b28 commit a15c704 Copy full SHA for a15c704
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@85e6279cec87321a52edac9c87bce653a07cf6c2
37
37
38
38
- name : Initialize CodeQL
39
- uses : github/codeql-action/init@83923549f688e42b34d0b90ee94725f7c30532fc
39
+ uses : github/codeql-action/init@dc49dcabdb86371d19197fcae2585f548bbbc395
40
40
with :
41
41
languages : ${{ matrix.language }}
42
42
43
43
- name : Autobuild
44
- uses : github/codeql-action/autobuild@83923549f688e42b34d0b90ee94725f7c30532fc
44
+ uses : github/codeql-action/autobuild@dc49dcabdb86371d19197fcae2585f548bbbc395
45
45
46
46
- name : Perform CodeQL Analysis
47
- uses : github/codeql-action/analyze@83923549f688e42b34d0b90ee94725f7c30532fc
47
+ uses : github/codeql-action/analyze@dc49dcabdb86371d19197fcae2585f548bbbc395
48
48
with :
49
49
category : ' /language:${{ matrix.language }}'
You can’t perform that action at this time.
0 commit comments