Skip to content

Commit

Permalink
Update slsa-framework/slsa-github-generator action to v1.10.0 (#95)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and garethahealy authored Apr 17, 2024
1 parent e9ce098 commit a6fd3b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)] }}
Expand Down Expand Up @@ -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)] }}
Expand Down

0 comments on commit a6fd3b3

Please sign in to comment.