Skip to content

Commit 2647279

Browse files
Bump slsa-framework/slsa-github-generator from 2.0.0 to 2.1.0
Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases) - [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md) - [Commits](slsa-framework/slsa-github-generator@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: slsa-framework/slsa-github-generator dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 466f00d commit 2647279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slsa.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write
1414
packages: write
1515
if: success() && needs.package-and-publish-staging.result == 'success'
16-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
16+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
1717
with:
1818
image: registry.staging.replicated.com/library/replicated-sdk-image:${{ github.ref_name }}
1919
digest: ${{ inputs.digest }}
@@ -27,7 +27,7 @@ jobs:
2727
id-token: write
2828
packages: write
2929
if: success() && needs.package-and-publish-production.result == 'success'
30-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
30+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
3131
with:
3232
image: registry.replicated.com/library/replicated-sdk-image:${{ github.ref_name }}
3333
digest: ${{ inputs.digest }}

0 commit comments

Comments
 (0)