Skip to content

Commit c74d430

Browse files
Merge pull request #4111 from dexidp/dependabot/github_actions/actions/attest-build-provenance-2.3.0
build(deps): bump actions/attest-build-provenance from 2.2.3 to 2.3.0
2 parents 01f393f + 345806f commit c74d430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@ jobs:
177177

178178
# TODO: uncomment when the action is working for non ghcr.io pushes. GH Issue: https://github.com/actions/attest-build-provenance/issues/80
179179
# - name: Generate build provenance attestation
180-
# uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
180+
# uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
181181
# with:
182182
# subject-name: dexidp/dex
183183
# subject-digest: ${{ steps.build.outputs.digest }}
184184
# push-to-registry: true
185185

186186
- name: Generate build provenance attestation
187-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
187+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
188188
with:
189189
subject-name: ghcr.io/dexidp/dex
190190
subject-digest: ${{ steps.build.outputs.digest }}

0 commit comments

Comments
 (0)