Skip to content

Commit ac1e5b0

Browse files
authored
ci: harden publish workflow by hash-pinning (#832)
1 parent d63dfe1 commit ac1e5b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
permissions:
3838
id-token: write
3939
steps:
40-
- uses: actions/checkout@v6
41-
- uses: rust-lang/crates-io-auth-action@v1
40+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41+
- uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1.0.4
4242
id: auth
4343

4444
- name: Extract Crate Name and Version

0 commit comments

Comments
 (0)