Skip to content

Commit bd09dcd

Browse files
authored
bump version and don't pass previous commit (#114)
Signed-off-by: Tom Hennen <tomhennen@google.com>
1 parent 8de659f commit bd09dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/slsa_with_provenance/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
- id: determine_level
2626
run: |
2727
echo "## SLSA Source Properties" >> $GITHUB_STEP_SUMMARY
28-
go run github.com/slsa-framework/slsa-source-poc/sourcetool@c58c9e2c5690605babdc58a2da9bf8d6d89c694a --github_token ${{ github.token }} checklevelprov --commit ${{ github.sha }} --prev_commit ${{ github.event.before }} --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
28+
go run github.com/slsa-framework/slsa-source-poc/sourcetool@8de659f119d933d4cfaed300e7d8bd78528a48c7 --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
2929
shell: bash
3030
- id: summary
3131
run: |

0 commit comments

Comments
 (0)