Skip to content

Commit

Permalink
Merge pull request #50 from elastic/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…actions-20d3377f8c

Bump the github-actions group across 1 directory with 2 updates
  • Loading branch information
reakaleek authored Jun 24, 2024
2 parents 3f62542 + ddcdff7 commit b2dfa9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build and push image
id: docker-push
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
with:
context: .
provenance: mode=max
Expand All @@ -55,7 +55,7 @@ jobs:
labels: ${{ steps.docker-meta.outputs.labels }}

- name: Attest image
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
with:
subject-name: index.docker.io/${{ env.DOCKER_IMAGE_NAME }}
subject-digest: ${{ steps.docker-push.outputs.digest }}
Expand Down

0 comments on commit b2dfa9a

Please sign in to comment.