From a6fd3b36e5d59b557d23620e7c34e8c5a14e8076 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 05:55:47 -0500 Subject: [PATCH] Update slsa-framework/slsa-github-generator action to v1.10.0 (#95) * Update slsa-framework/slsa-github-generator action to v1.10.0 * Update release-operator.yml * Update release-operator.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gareth Healy --- .github/workflows/release-operator.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-operator.yml b/.github/workflows/release-operator.yml index c756a69..2a5ea2d 100644 --- a/.github/workflows/release-operator.yml +++ b/.github/workflows/release-operator.yml @@ -404,7 +404,7 @@ jobs: matrix: platform: ${{ fromJson(needs.setup.outputs.dist_matrix_dash) }} # https://github.com/slsa-framework/slsa-github-generator/blob/v1.9.0/internal/builders/container/README.md#referencing-the-slsa-generator - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9.0 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.10.0 # v1.10.0 with: image: ${{ needs.build-operator.outputs.image_uri }} digest: ${{ needs.build-operator.outputs[format('{0}', matrix.platform)] }} @@ -638,7 +638,7 @@ jobs: matrix: platform: ${{ fromJson(needs.setup.outputs.dist_matrix_dash) }} # https://github.com/slsa-framework/slsa-github-generator/blob/v1.9.0/internal/builders/container/README.md#referencing-the-slsa-generator - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9.0 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.10.0 # v1.10.0 with: image: ${{ needs.build-bundle.outputs.image_uri }} digest: ${{ needs.build-bundle.outputs[format('{0}', matrix.platform)] }}