From 3e4768cd3d218abc3e1c8081344c0e07a8407d34 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Wed, 5 Jun 2024 13:07:15 -0700 Subject: [PATCH] chore(release): switch to actions/attest-build-provenance (#4061) This had been done for other uses in this workflow in #4025, and then this additional usage was added a bit later in #4005. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7041d6aeb..6749e3e08e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,7 +109,7 @@ jobs: AGENT_DIR=/build/dist/nodejs - name: Attest Docker image (wolfi) - uses: github-early-access/generate-build-provenance@main + uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2 with: subject-name: "${{ env.DOCKER_IMAGE_NAME }}" subject-digest: ${{ steps.docker-push-wolfi.outputs.digest }}