File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
${{ runner.os }}-gradle-
36
36
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
38
+ uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
39
39
with :
40
40
languages : ' java'
41
41
build-mode : ' manual'
52
52
--build-cache --parallel --stacktrace --no-daemon --max-workers=4
53
53
54
54
- name : Perform CodeQL Analysis and upload results to GitHub Security tab
55
- uses : github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
55
+ uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
56
56
57
57
trivy :
58
58
name : Analyze changes with Trivy
@@ -115,7 +115,7 @@ jobs:
115
115
TRIVY_JAVA_DB_REPOSITORY : ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db
116
116
117
117
- name : Upload Trivy scan results to GitHub Security tab
118
- uses : github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
118
+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
119
119
if : always()
120
120
with :
121
121
sarif_file : ' trivy-results.sarif'
You can’t perform that action at this time.
0 commit comments