Skip to content

Commit 0862eac

Browse files
ci(deps): bump slsa-framework/slsa-github-generator from 1.9.0 to 1.10.0 (#414)
Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 1.9.0 to 1.10.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@v1.9.0...v1.10.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 613f72e commit 0862eac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
id-token: write # To sign the provenance.
6161
packages: write # To upload assets to release.
6262
actions: read # To read the workflow path.
63-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9.0
63+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.10.0
6464
with:
6565
image: ghcr.io/${{ github.repository_owner }}/capsule-proxy
6666
digest: "${{ needs.publish-images.outputs.capsule-digest }}"

.github/workflows/helm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
id-token: write # To sign the provenance.
7373
packages: write # To upload assets to release.
7474
actions: read # To read the workflow path.
75-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9.0
75+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.10.0
7676
with:
7777
image: ghcr.io/${{ github.repository_owner }}/charts/capsule-proxy
7878
digest: "${{ needs.publish-helm-oci.outputs.chart-digest }}"

0 commit comments

Comments
 (0)