Skip to content

Commit 66e97bd

Browse files
dependabot[bot]tomasol
authored andcommitted
build(deps): Bump actions/attest-build-provenance from 3.0.0 to 3.1.0
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>
1 parent 228541c commit 66e97bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-3.1-upload-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ jobs:
9090
run: nix build '.#obeliskCross-${{ matrix.target }}'
9191

9292
- name: Generate attestation for obelisk binary
93-
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a
93+
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8
9494
with:
9595
subject-path: 'result/bin/obelisk'
9696

9797
- name: Create a tar.gz archive
9898
run: tar czf archive.tar.gz --transform='s/^result\/bin\///' result/bin/obelisk
9999

100100
- name: Generate attestation for tar.gz
101-
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a
101+
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8
102102
with:
103103
subject-path: 'archive.tar.gz'
104104

0 commit comments

Comments
 (0)