We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7176dcd commit 585725bCopy full SHA for 585725b
actions/vsa_creator/action.yml
@@ -8,7 +8,7 @@ runs:
8
- uses: actions/checkout@v4
9
- uses: actions/setup-go@v5
10
with:
11
- go-version: '1.24'
+ go-version: '1.23'
12
- id: determine_level
13
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
0 commit comments