Skip to content

Commit

Permalink
Merge pull request #999 from Automattic/update/actions
Browse files Browse the repository at this point in the history
ci: update actions
  • Loading branch information
sjinks authored Dec 7, 2024
2 parents f6aee6c + af45f47 commit 4939151
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/build-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
using: composite
steps:
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
uses: crazy-max/ghaction-setup-docker@v4
with:
daemon-config: |
{
Expand Down Expand Up @@ -109,7 +109,7 @@ runs:
if: inputs.push == 'true'

- name: Attest SBOM
uses: actions/attest-sbom@5026d3663739160db546203eeaffa6aa1c51a4d6 # v1.4.1
uses: actions/attest-sbom@34581d8068ef8a325425f122523e4bb9d08932f3 # v2.0.1
with:
subject-name: ${{ steps.imagename.outputs.image_name }}
subject-digest: ${{ steps.push.outputs.digest }}
Expand All @@ -118,7 +118,7 @@ runs:
if: inputs.push == 'true'

- name: Attest provenance
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
with:
subject-name: ${{ steps.imagename.outputs.image_name }}
subject-digest: ${{ steps.push.outputs.digest }}
Expand All @@ -136,7 +136,7 @@ runs:
run: mkdir -p .cache/trivy/db

- name: Restore Trivy database
uses: actions/cache/restore@v4.1.2
uses: actions/cache/restore@v4.2.0
with:
path: .cache/trivy/db
key: trivy
Expand Down Expand Up @@ -178,7 +178,7 @@ runs:
fi
- name: Cache Trivy database
uses: actions/cache/save@v4.1.2
uses: actions/cache/save@v4.2.0
with:
path: .cache/trivy/db
key: trivy
Expand Down

0 comments on commit 4939151

Please sign in to comment.