Skip to content

Commit 252cd7f

Browse files
authored
pin actions/attest to v0.1.0 (#25)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
1 parent 4520623 commit 252cd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
steps:
4343
- uses: actions/attest-build-provenance/predicate@56a361a16034268025aa760d300531128e298f1c # predicate@0.1.0
4444
id: generate-build-provenance-predicate
45-
- uses: actions/attest@main
45+
- uses: actions/attest@14e407ca15f1b08f4869fc058b059f7f1e434df6 # v0.1.0
4646
id: attest
4747
with:
4848
subject-path: ${{ inputs.subject-path }}

0 commit comments

Comments
 (0)