Skip to content

Commit 4828f9e

Browse files
authored
try pinning the go module (#23)
Signed-off-by: Tom Hennen <[email protected]>
1 parent 585725b commit 4828f9e

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@main --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --branch ${{ github.ref_name }})" >> $GITHUB_OUTPUT
14+
echo "source_level=$(go run github.com/slsa-framework/slsa-source-poc/sourcetool@585725b99aac94862a6f364ba3a42ae9a9ddcf36 --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --branch ${{ github.ref_name }})" >> $GITHUB_OUTPUT
1515
shell: bash
1616
- id: create_vsa
1717
# Run the script from the action directory so it has access to the template...

0 commit comments

Comments
 (0)