Skip to content

Commit b4c7970

Browse files
chore(deps): bump actions/attest-build-provenance from 2.3.0 to 2.4.0 (#441)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.3.0 to 2.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@db473fd...e8998f9) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 2.4.0 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 3d042e7 commit b4c7970

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,13 @@ jobs:
242242
243243
- name: Attest binary (Windows)
244244
if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows'
245-
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 https://github.com/actions/attest-build-provenance/releases/tag/v2.3.0
245+
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4.0
246246
with:
247247
subject-path: '${{ env.APPLICATION_NAME }}.exe'
248248

249249
- name: Attest binary
250250
if: startsWith(github.ref, 'refs/tags/') && matrix.os != 'windows'
251-
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 https://github.com/actions/attest-build-provenance/releases/tag/v2.3.0
251+
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4.0
252252
with:
253253
subject-path: '${{ env.APPLICATION_NAME }}'
254254

@@ -305,13 +305,13 @@ jobs:
305305
tags: ${{ steps.meta.outputs.tags }}
306306
labels: ${{ steps.meta.outputs.labels }}
307307
- name: Attest Docker Hub image
308-
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 https://github.com/actions/attest-build-provenance/releases/tag/v2.3.0
308+
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4.0
309309
with:
310310
subject-name: index.docker.io/blinklabs/adder
311311
subject-digest: ${{ steps.push.outputs.digest }}
312312
push-to-registry: true
313313
- name: Attest GHCR image
314-
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 https://github.com/actions/attest-build-provenance/releases/tag/v2.3.0
314+
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4.0
315315
with:
316316
subject-name: ghcr.io/${{ github.repository }}
317317
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)