From 6c66d0f15e99e2aa6c7c0ec77b0ed3039adbfad9 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 22 Oct 2022 17:23:52 +0200 Subject: [PATCH] build: use new slsa-provenance Signed-off-by: Christian Kotzbauer --- .github/workflows/release-job-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-job-image.yml b/.github/workflows/release-job-image.yml index 30fa377c..0aa9c281 100644 --- a/.github/workflows/release-job-image.yml +++ b/.github/workflows/release-job-image.yml @@ -80,7 +80,7 @@ jobs: - name: Generate Provenance uses: ckotzbauer/actions-toolkit/slsa-provenance@0.23.0 with: - action-sha: "0.16.0" + action-sha: "0.22.0" images: ${{ inputs.docker-tags }} artifact-path: job-images/${{ inputs.job-image }} sign: true