Skip to content

Commit 598d1cd

Browse files
authored
BC-8113 update gh-actions (#49)
1 parent 7acbe1c commit 598d1cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
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@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'

.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/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 }}

0 commit comments

Comments
 (0)