Skip to content

Commit 2c494f3

Browse files
chore(deps): update actions/attest-build-provenance action to v2.3.0
1 parent f02ef9e commit 2c494f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
--compression-format=zstd
127127
128128
- name: Attest (main)
129-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
129+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
130130
if: github.event_name != 'pull_request'
131131
with:
132132
subject-name: ghcr.io/${{ github.repository }}
@@ -191,7 +191,7 @@ jobs:
191191
TIME: ${{ steps.manifest-time.outputs.images }}
192192

193193
- name: Attest (Tag resign) (latest)
194-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
194+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
195195
with:
196196
subject-name: ghcr.io/${{ github.repository }}
197197
subject-digest: ${{ steps.get-digest-only.outputs.digest-latest }}
@@ -204,7 +204,7 @@ jobs:
204204
cosign sign --yes --recursive ${IMAGES}
205205
206206
- name: Attest (Tag resign) (time)
207-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
207+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
208208
with:
209209
subject-name: ghcr.io/${{ github.repository }}
210210
subject-digest: ${{ steps.get-digest-only.outputs.digest-time }}

0 commit comments

Comments
 (0)