We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c889b81 commit 01ee130Copy full SHA for 01ee130
.github/workflows/push.yml
@@ -140,7 +140,7 @@ jobs:
140
security-events: write
141
steps:
142
- name: run trivy vulnerability scanner
143
- uses: aquasecurity/trivy-action@0.29.0
+ uses: aquasecurity/trivy-action@0.31.0
144
with:
145
image-ref: 'ghcr.io/${{ github.repository }}:${{ needs.branch_meta.outputs.sha }}'
146
format: 'sarif'
.github/workflows/test.yml
@@ -66,7 +66,7 @@ jobs:
66
distribution: 'temurin'
67
java-version: '21'
68
- name: SonarCloud upload coverage
69
- uses: SonarSource/sonarqube-scan-action@v4.2.1
+ uses: SonarSource/sonarqube-scan-action@v5.2.0
70
env:
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
0 commit comments