Skip to content

Commit 058da84

Browse files
build(deps): Bump slsa-framework/slsa-github-generator
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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2d5024 commit 058da84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
actions: read # for detecting the GitHub Actions environment.
106106
id-token: write # for creating OIDC tokens for signing.
107107
packages: write # for uploading attestations.
108-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
108+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
109109
with:
110110
image: ${{ needs.build.outputs.image }}
111111
digest: ${{ needs.build.outputs.digest }}

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
id-token: write # for creating OIDC tokens for signing.
176176
packages: write # for uploading attestations.
177177

178-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
178+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
179179
with:
180180
image: ${{ needs.build.outputs.image }}
181181
digest: ${{ needs.build.outputs.digest }}

0 commit comments

Comments
 (0)