Skip to content

Commit b07a29b

Browse files
authored
Update slsa-provenance.yml (#1305)
* Update slsa-provenance.yml * Update sign-release.yml * Update slsa-provenance.yml
1 parent d6e3896 commit b07a29b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/sign-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id-token: write
1515
steps:
1616
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
17-
- uses: sigstore/gh-action-sigstore-python@v3
17+
- uses: sigstore/gh-action-sigstore-python@a5caf349bc536fbef3668a10ed7f5cd309a4b53d
1818
with:
1919
inputs: dist/purify.min.js dist/purify.js
2020
# uploads .sigstore.json bundles as release assets

.github/workflows/slsa-provenance.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ permissions:
99
jobs:
1010
provenance:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
14+
id-token: write
1215
steps:
1316
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
14-
- uses: actions/attest-build-provenance@v2
17+
- uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2
1518
with:
1619
subject-path: 'dist/*'

0 commit comments

Comments
 (0)