Skip to content

Commit e280c51

Browse files
authored
BC-8113 update gh-actions (#168)
1 parent e8cf098 commit e280c51

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
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Build and push ${{ github.repository }}
4545
if: ${{ env.IMAGE_EXISTS == 0 }}
46-
uses: docker/build-push-action@v5
46+
uses: docker/build-push-action@v6
4747
with:
4848
context: .
4949
file: ./Dockerfile
@@ -112,7 +112,7 @@ jobs:
112112
security-events: write
113113
steps:
114114
- name: run trivy vulnerability scanner
115-
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
115+
uses: aquasecurity/trivy-action@0.29.0
116116
with:
117117
image-ref: 'ghcr.io/${{ github.repository }}:${{ github.sha }}'
118118
format: 'sarif'

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
password: ${{ secrets.QUAY_TOKEN }}
3939

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

0 commit comments

Comments
 (0)