Skip to content

Commit fa33ff3

Browse files
authored
@latest is not reliable with commits it would seem (#33)
Signed-off-by: Tom Hennen <[email protected]>
1 parent 23f6bf5 commit fa33ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/vsa_creator/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
go-version: '1.23'
1212
- id: determine_level
1313
run: |
14-
echo "source_level=$(go run github.com/slsa-framework/slsa-source-poc/sourcetool@latest checklevel --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --branch ${{ github.ref_name }} --output_unsigned_vsa ${{ github.workspace }}/metadata/unsigned_vsa.json)" >> $GITHUB_OUTPUT
14+
echo "source_level=$(go run github.com/slsa-framework/slsa-source-poc/sourcetool@23f6bf5ce326f62ddb5bf46cd2068aedcbacda9f checklevel --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --branch ${{ github.ref_name }} --output_unsigned_vsa ${{ github.workspace }}/metadata/unsigned_vsa.json)" >> $GITHUB_OUTPUT
1515
shell: bash
1616
- id: summary
1717
run: |

0 commit comments

Comments
 (0)