Skip to content

Commit 2f36e84

Browse files
committed
Use new slsa-github-generator
1 parent d263ffa commit 2f36e84

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: "Require signed git tag"
2828
run: |
29-
git verify-tag ${GITHUB_REF}
29+
git verify-tag ${GITHUB_REF#refs/*/}
3030
3131
- name: "Setup Python"
3232
uses: "actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984"
@@ -60,7 +60,7 @@ jobs:
6060

6161
Provenance:
6262
needs: ["Build"]
63-
uses: "slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.1"
63+
uses: "slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.4.0"
6464
permissions:
6565
actions: read
6666
id-token: write
@@ -70,8 +70,6 @@ jobs:
7070
with:
7171
base64-subjects: "${{ needs.build.outputs.hashes }}"
7272
upload-assets: true
73-
# Workaround for slsa-framework/slsa-github-generator#1163
74-
compile-generator: true
7573

7674
Publish:
7775
name: "Publish"

0 commit comments

Comments
 (0)