Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit b5fcf1e

Browse files
authored
BC-8113 update gh-actions (#37)
1 parent 775a6e1 commit b5fcf1e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Build and push ${{ github.repository }}
6060
if: ${{ env.IMAGE_EXISTS == 0 }}
61-
uses: docker/build-push-action@v5
61+
uses: docker/build-push-action@v6
6262
with:
6363
context: .
6464
file: ./Dockerfile
@@ -132,7 +132,7 @@ jobs:
132132
security-events: write
133133
steps:
134134
- name: run trivy vulnerability scanner
135-
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
135+
uses: aquasecurity/trivy-action@0.29.0
136136
with:
137137
image-ref: "ghcr.io/${{ github.repository }}:${{ needs.branch_meta.outputs.sha }}"
138138
format: "sarif"

.github/workflows/tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
password: ${{ secrets.QUAY_TOKEN }}
4141

4242
- name: Build and push ${{ github.repository }}
43-
uses: docker/build-push-action@v5
43+
uses: docker/build-push-action@v6
4444
with:
4545
context: .
4646
file: ./Dockerfile

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
distribution: 'temurin'
3232
java-version: '17'
3333
- name: SonarCloud upload coverage
34-
uses: SonarSource/sonarcloud-github-action@v2.1.1
34+
uses: SonarSource/sonarcloud-github-action@v4.0.0
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
@@ -43,4 +43,4 @@ jobs:
4343
- name: npm ci
4444
run: npm ci --prefer-offline --no-audit
4545
- name: npm run lint
46-
run: npm run lint
46+
run: npm run lint

0 commit comments

Comments
 (0)