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:
140140 security-events : write
141141 steps :
142142 - name : run trivy vulnerability scanner
143- uses : aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
143+ uses : aquasecurity/trivy-action@0.29.0
144144 with :
145145 image-ref : ' ghcr.io/${{ github.repository }}:${{ needs.branch_meta.outputs.sha }}'
146146 format : ' sarif'
@@ -155,4 +155,4 @@ jobs:
155155 if : ${{ always() }}
156156 uses : github/codeql-action/upload-sarif@v3
157157 with :
158- sarif_file : ' trivy-results.sarif'
158+ sarif_file : ' trivy-results.sarif'
Original file line number Diff line number Diff line change 6666 distribution : ' temurin'
6767 java-version : ' 21'
6868 - name : SonarCloud upload coverage
69- uses : SonarSource/sonarcloud-github-action@v3 .0.0
69+ uses : SonarSource/sonarcloud-github-action@v4 .0.0
7070 env :
7171 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7272 SONAR_TOKEN : ${{ secrets.SONARCLOUD_TOKEN }}
You can’t perform that action at this time.
0 commit comments