From: Remi Gacogne Date: Fri, 20 Oct 2023 09:27:59 +0000 (+0200) Subject: build-packages: Update the version of the generic SLSA generator X-Git-Tag: rec-5.0.0-beta1~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13405%2Fhead;p=thirdparty%2Fpdns.git build-packages: Update the version of the generic SLSA generator --- diff --git a/.github/workflows/build-packages.yml b/.github/workflows/build-packages.yml index e967a3e32f..0c1eff5855 100644 --- a/.github/workflows/build-packages.yml +++ b/.github/workflows/build-packages.yml @@ -158,7 +158,7 @@ jobs: actions: read # To read the workflow path. id-token: write # To sign the provenance. contents: write # To be able to upload assets as release artifacts - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.4.0 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9.0 with: base64-subjects: "${{ needs.build.outputs[format('pkghashes-{0}', matrix.os)] }}" upload-assets: false @@ -171,7 +171,7 @@ jobs: actions: read # To read the workflow path. id-token: write # To sign the provenance. contents: write # To be able to upload assets as release artifacts - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.4.0 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9.0 with: base64-subjects: "${{ needs.build.outputs.srchashes }}" upload-assets: false