Skip to content

Commit 2987aee

Browse files
committed
README: pin attest-action
Signed-off-by: William Woodruff <william@astral.sh>
1 parent c6ac02f commit 2987aee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
name: dist
7979
80-
- uses: astral-sh/attest-action@v0.0.1
80+
- uses: astral-sh/attest-action@c6ac02fbfa88e5521aca175a15fc2482b70e360c # v0.0.1
8181
8282
- run: uv publish
8383
```
@@ -86,7 +86,7 @@ If you have a custom path (or paths) to your distributions, you can specify them
8686
via the `paths` input as whitespace-separated values.
8787

8888
```yaml
89-
- uses: astral-sh/attest-action@v0.0.1
89+
- uses: astral-sh/attest-action@c6ac02fbfa88e5521aca175a15fc2482b70e360c # v0.0.1
9090
with:
9191
paths: |
9292
custom-dist-dir/*

0 commit comments

Comments
 (0)