Skip to content

Commit c5cddb2

Browse files
authored
bump tool version (#173)
Signed-off-by: Tom Hennen <[email protected]>
1 parent 5419e38 commit c5cddb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/slsa_with_provenance/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ runs:
2626
if: ${{ startsWith(github.ref, 'refs/heads/') }}
2727
run: |
2828
echo "## SLSA Source Properties Branch Push" >> $GITHUB_STEP_SUMMARY
29-
go run github.com/slsa-framework/slsa-source-poc/sourcetool@9392d4bd69cf4175f321cc47e80b2553e0a1cf32 --github_token ${{ github.token }} checklevelprov --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --branch ${{ github.ref_name }} --output_signed_bundle ${{ github.workspace }}/metadata/signed_bundle.intoto.jsonl >> $GITHUB_STEP_SUMMARY
29+
go run github.com/slsa-framework/slsa-source-poc/sourcetool@5419e38f7b2c1940dd5f88f50612d5ce772f2c2d --github_token ${{ github.token }} checklevelprov --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --branch ${{ github.ref_name }} --output_signed_bundle ${{ github.workspace }}/metadata/signed_bundle.intoto.jsonl >> $GITHUB_STEP_SUMMARY
3030
shell: bash
3131
- id: handle_tag_push
3232
if: ${{ startsWith(github.ref, 'refs/tags/') }}
3333
run: |
3434
echo "## SLSA Source Properties Tag Push" >> $GITHUB_STEP_SUMMARY
35-
go run github.com/slsa-framework/slsa-source-poc/sourcetool@9392d4bd69cf4175f321cc47e80b2553e0a1cf32 --github_token ${{ github.token }} checktag --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --tag_name ${{ github.ref_name }} --actor ${{github.triggering_actor}} --output_signed_bundle ${{ github.workspace }}/metadata/signed_bundle.intoto.jsonl >> $GITHUB_STEP_SUMMARY
35+
go run github.com/slsa-framework/slsa-source-poc/sourcetool@5419e38f7b2c1940dd5f88f50612d5ce772f2c2d --github_token ${{ github.token }} checktag --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --tag_name ${{ github.ref_name }} --actor ${{github.triggering_actor}} --output_signed_bundle ${{ github.workspace }}/metadata/signed_bundle.intoto.jsonl >> $GITHUB_STEP_SUMMARY
3636
shell: bash
3737
- id: summary
3838
run: |

0 commit comments

Comments
 (0)