Skip to content

Commit

Permalink
Merge remote-tracking branches 'origin/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/actions/build-docker-image/actions/attest-build-provenance-2.0.1', 'origin/dependabot/github_actions/dot-github/actions/build-docker-image/actions/attest-sbom-2.0.1', 'origin/dependabot/github_actions/dot-github/actions/build-docker-image/actions/cache-4.2.0' and 'origin/dependabot/github_actions/dot-github/actions/build-docker-image/crazy-max/ghaction-setup-docker-4' into update/actions
  • Loading branch information
sjinks committed Dec 7, 2024
4 parents f2714a0 + 8486530 + 11c5906 + e2f328b commit af45f47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -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 af45f47

Please sign in to comment.