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 29
29
cache : maven
30
30
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@c50c157cc388ea631f085f4e95e948f51cdc742a
32
+ uses : github/codeql-action/init@bd1d9ab4eda903e1b5caa241368836575c6c476b
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@c50c157cc388ea631f085f4e95e948f51cdc742a
58
+ uses : github/codeql-action/analyze@bd1d9ab4eda903e1b5caa241368836575c6c476b
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@c50c157cc388ea631f085f4e95e948f51cdc742a
36
+ uses : github/codeql-action/init@bd1d9ab4eda903e1b5caa241368836575c6c476b
37
37
with :
38
38
languages : java
39
39
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@c50c157cc388ea631f085f4e95e948f51cdc742a
41
+ uses : github/codeql-action/autobuild@bd1d9ab4eda903e1b5caa241368836575c6c476b
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@c50c157cc388ea631f085f4e95e948f51cdc742a
44
+ uses : github/codeql-action/analyze@bd1d9ab4eda903e1b5caa241368836575c6c476b
You can’t perform that action at this time.
0 commit comments