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 40
40
${{ runner.os }}-gradle-
41
41
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
43
+ uses : github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
44
44
with :
45
45
languages : ' java'
46
46
build-mode : ' manual'
57
57
--build-cache --parallel --stacktrace --no-daemon --max-workers=4
58
58
59
59
- name : Perform CodeQL Analysis and upload results to GitHub Security tab
60
- uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
60
+ uses : github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
61
61
62
62
trivy :
63
63
name : Analyze changes with Trivy
@@ -120,7 +120,7 @@ jobs:
120
120
TRIVY_JAVA_DB_REPOSITORY : ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db
121
121
122
122
- name : Upload Trivy scan results to GitHub Security tab
123
- uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
123
+ uses : github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
124
124
if : always()
125
125
with :
126
126
sarif_file : ' trivy-results.sarif'
You can’t perform that action at this time.
0 commit comments