File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
cache : maven
30
30
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@7cb9b16051842e6c23c8b9fbcf92481f92d0644a
32
+ uses : github/codeql-action/init@466d6ce58447f9589003cca18ec288b128465541
33
33
with :
34
34
languages : java
35
35
55
55
verbose : true # optional (default = false)
56
56
57
57
- name : Perform CodeQL Analysis
58
- uses : github/codeql-action/analyze@7cb9b16051842e6c23c8b9fbcf92481f92d0644a
58
+ uses : github/codeql-action/analyze@466d6ce58447f9589003cca18ec288b128465541
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@7cb9b16051842e6c23c8b9fbcf92481f92d0644a
36
+ uses : github/codeql-action/init@466d6ce58447f9589003cca18ec288b128465541
37
37
with :
38
38
languages : java
39
39
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@7cb9b16051842e6c23c8b9fbcf92481f92d0644a
41
+ uses : github/codeql-action/autobuild@466d6ce58447f9589003cca18ec288b128465541
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@7cb9b16051842e6c23c8b9fbcf92481f92d0644a
44
+ uses : github/codeql-action/analyze@466d6ce58447f9589003cca18ec288b128465541
You can’t perform that action at this time.
0 commit comments