Commit aee10c3 1 parent d3ef892 commit aee10c3 Copy full SHA for aee10c3
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
cache : maven
27
27
28
28
- name : Initialize CodeQL
29
- uses : github/codeql-action/init@d23060145bc9131d50558d5d4185494a20208101
29
+ uses : github/codeql-action/init@fb75ebd7508a284201f74f4bbc92dfd6895ae7da
30
30
with :
31
31
languages : java
32
32
51
51
verbose : true # optional (default = false)
52
52
53
53
- name : Perform CodeQL Analysis
54
- uses : github/codeql-action/analyze@d23060145bc9131d50558d5d4185494a20208101
54
+ uses : github/codeql-action/analyze@fb75ebd7508a284201f74f4bbc92dfd6895ae7da
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@d23060145bc9131d50558d5d4185494a20208101
36
+ uses : github/codeql-action/init@fb75ebd7508a284201f74f4bbc92dfd6895ae7da
37
37
with :
38
38
languages : java
39
39
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@d23060145bc9131d50558d5d4185494a20208101
41
+ uses : github/codeql-action/autobuild@fb75ebd7508a284201f74f4bbc92dfd6895ae7da
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@d23060145bc9131d50558d5d4185494a20208101
44
+ uses : github/codeql-action/analyze@fb75ebd7508a284201f74f4bbc92dfd6895ae7da
You can’t perform that action at this time.
0 commit comments