Skip to content

Commit 482775a

Browse files
committed
Use current commit's action
Signed-off-by: Facundo Tuesca <[email protected]>
1 parent 52bc596 commit 482775a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gha-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
uses: actions/attest-build-provenance@v1
2121
with:
2222
subject-path: 'dist/*'
23+
- name: Checkout action repo
24+
uses: actions/checkout@v4
2325
- name: Convert provenances
24-
uses: trailofbits/gh-action-adapt-sigstore-pypi@main
26+
uses: ./
2527
with:
2628
bundles: ${{ steps.create-provenances.outputs.bundle-path }}
2729
output-dir: dist/

0 commit comments

Comments
 (0)