Skip to content

Commit 5060a08

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/gha-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
id-token: write # to sign the provenance
1414
attestations: write # to persist the attestation files
1515
steps:
16+
- name: Checkout action repo
17+
uses: actions/checkout@v4
18+
with:
19+
persist-credentials: false
1620
- name: Create artifacts
1721
run: mkdir dist && echo "a" > dist/artifact1.txt && echo "b" > dist/artifact2.txt
1822
- name: Create provenances
@@ -21,7 +25,7 @@ jobs:
2125
with:
2226
subject-path: 'dist/*'
2327
- name: Convert provenances
24-
uses: trailofbits/gh-action-adapt-sigstore-pypi@main
28+
uses: ./
2529
with:
2630
bundles: ${{ steps.create-provenances.outputs.bundle-path }}
2731
output-dir: dist/

0 commit comments

Comments
 (0)