Skip to content

Commit 01ee130

Browse files
committed
BC-10096 update gh-actions
1 parent c889b81 commit 01ee130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
security-events: write
141141
steps:
142142
- name: run trivy vulnerability scanner
143-
uses: aquasecurity/trivy-action@0.29.0
143+
uses: aquasecurity/trivy-action@0.31.0
144144
with:
145145
image-ref: 'ghcr.io/${{ github.repository }}:${{ needs.branch_meta.outputs.sha }}'
146146
format: 'sarif'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
distribution: 'temurin'
6767
java-version: '21'
6868
- name: SonarCloud upload coverage
69-
uses: SonarSource/sonarqube-scan-action@v4.2.1
69+
uses: SonarSource/sonarqube-scan-action@v5.2.0
7070
env:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}

0 commit comments

Comments
 (0)