File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
security-events : write
141
141
steps :
142
142
- name : run trivy vulnerability scanner
143
- uses : aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
143
+ uses : aquasecurity/trivy-action@0.29.0
144
144
with :
145
145
image-ref : ' ghcr.io/${{ github.repository }}:${{ needs.branch_meta.outputs.sha }}'
146
146
format : ' sarif'
@@ -155,4 +155,4 @@ jobs:
155
155
if : ${{ always() }}
156
156
uses : github/codeql-action/upload-sarif@v3
157
157
with :
158
- sarif_file : ' trivy-results.sarif'
158
+ sarif_file : ' trivy-results.sarif'
Original file line number Diff line number Diff line change 66
66
distribution : ' temurin'
67
67
java-version : ' 21'
68
68
- name : SonarCloud upload coverage
69
- uses : SonarSource/sonarcloud-github-action@v3 .0.0
69
+ uses : SonarSource/sonarcloud-github-action@v4 .0.0
70
70
env :
71
71
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
72
72
SONAR_TOKEN : ${{ secrets.SONARCLOUD_TOKEN }}
You can’t perform that action at this time.
0 commit comments