Skip to content

Commit c458acc

Browse files
build(deps): bump actions/attest-build-provenance from 1.3.3 to 1.4.0
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1.3.3 to 1.4.0. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@5e9cb68...210c191) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36e6e08 commit c458acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifacts.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,14 @@ jobs:
178178

179179
# TODO: uncomment when the action is working for non ghcr.io pushes. GH Issue: https://github.com/actions/attest-build-provenance/issues/80
180180
# - name: Generate build provenance attestation
181-
# uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
181+
# uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
182182
# with:
183183
# subject-name: dexidp/dex
184184
# subject-digest: ${{ steps.build.outputs.digest }}
185185
# push-to-registry: true
186186

187187
- name: Generate build provenance attestation
188-
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
188+
uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
189189
with:
190190
subject-name: ghcr.io/dexidp/dex
191191
subject-digest: ${{ steps.build.outputs.digest }}

0 commit comments

Comments
 (0)