diff --git a/.github/workflows/build-push-image.yml b/.github/workflows/build-push-image.yml index a152f82..e6a7892 100644 --- a/.github/workflows/build-push-image.yml +++ b/.github/workflows/build-push-image.yml @@ -209,7 +209,7 @@ jobs: actions: read # for detecting the Github Actions environment. id-token: write # for creating OIDC tokens for signing. packages: write # for uploading attestations. - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0 with: digest: ${{ needs.merge.outputs[format('digest_{0}', matrix.manifest_type)] }} image: ${{ needs.merge.outputs.image }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2c361..74f1d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,10 @@ since 0.4.1, and this project adheres to [Semantic Versioning](https://semver.or - Platform support: Drop support for Fedora 39, since it's end-of-life ([#999](https://github.com/freedomofpress/dangerzone/pull/999)) +## Updated + +- Bump `slsa-framework/slsa-github-generator` from 2.0.0 to 2.1.0 ([#1109](https://github.com/freedomofpress/dangerzone/pull/1109)) + ### Development changes Thanks [@jkarasti](https://github.com/jkarasti) for the contribution.