Skip to content

Commit b0ff39d

Browse files
chore(deps): bump actions/attest-build-provenance from 3.0.0 to 3.1.0 (#569)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 3.0.0 to 3.1.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@977bb37...00014ed) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 739bc5b commit b0ff39d

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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 https://github.com/actions/attest-build-provenance/releases/tag/v3.0.0
245+
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0 https://github.com/actions/attest-build-provenance/releases/tag/v3.1.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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 https://github.com/actions/attest-build-provenance/releases/tag/v3.0.0
251+
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0 https://github.com/actions/attest-build-provenance/releases/tag/v3.1.0
252252
with:
253253
subject-path: '${{ env.APPLICATION_NAME }}'
254254

@@ -314,13 +314,13 @@ jobs:
314314
tags: ${{ steps.meta.outputs.tags }}
315315
labels: ${{ steps.meta.outputs.labels }}
316316
- name: Attest Docker Hub image
317-
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 https://github.com/actions/attest-build-provenance/releases/tag/v3.0.0
317+
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0 https://github.com/actions/attest-build-provenance/releases/tag/v3.1.0
318318
with:
319319
subject-name: index.docker.io/blinklabs/adder
320320
subject-digest: ${{ steps.push.outputs.digest }}
321321
push-to-registry: true
322322
- name: Attest GHCR image
323-
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 https://github.com/actions/attest-build-provenance/releases/tag/v3.0.0
323+
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0 https://github.com/actions/attest-build-provenance/releases/tag/v3.1.0
324324
with:
325325
subject-name: ghcr.io/${{ github.repository }}
326326
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)