Skip to content

Commit ee3855d

Browse files
chore(deps): update github actions
1 parent 0953d48 commit ee3855d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Install cosign
3535
if: github.event_name != 'pull_request'
36-
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
36+
uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
3737
with:
3838
cosign-release: 'v2.2.3'
3939
- name: Set up QEMU
@@ -104,7 +104,7 @@ jobs:
104104
id: vars
105105
run: echo "sha_short=sha-$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
106106
- name: Run Trivy vulnerability scanner
107-
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
107+
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
108108
if: success()
109109
with:
110110
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.vars.outputs.sha_short }}

0 commit comments

Comments
 (0)