Skip to content

Commit

Permalink
chore(deps): bump the github-actions group with 2 updates (#4439)
Browse files Browse the repository at this point in the history
- Updates `actions/attest-build-provenance` from 2.1.0 to 2.2.0
- Updates `docker/build-push-action` from 6.12.0 to 6.13.0
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 2d46a76 commit d76ef40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: make -C .ci dist

- name: Attest Lambda layer zip
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
with:
subject-path: "${{ github.workspace }}/build/aws/elastic-apm-node-lambda-layer-*.zip"

Expand All @@ -63,7 +63,7 @@ jobs:
- name: Build and Push Docker Image
id: docker-push
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
with:
context: .
platforms: linux/amd64,linux/arm64
Expand All @@ -75,7 +75,7 @@ jobs:
AGENT_DIR=/build/dist/nodejs
- name: Attest Docker image
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
with:
subject-name: "${{ env.DOCKER_IMAGE_NAME }}"
subject-digest: ${{ steps.docker-push.outputs.digest }}
Expand All @@ -97,7 +97,7 @@ jobs:
- name: Build and Push Docker Image (wolfi)
id: docker-push-wolfi
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
with:
context: .
platforms: linux/amd64,linux/arm64
Expand All @@ -109,7 +109,7 @@ jobs:
AGENT_DIR=/build/dist/nodejs
- name: Attest Docker image (wolfi)
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
with:
subject-name: "${{ env.DOCKER_IMAGE_NAME }}"
subject-digest: ${{ steps.docker-push-wolfi.outputs.digest }}
Expand Down

0 comments on commit d76ef40

Please sign in to comment.