Skip to content

Commit b349c14

Browse files
authored
Use a commit hash in CI for the rust-lang/crates-io-auth-action (#19)
2 parents 0018e2b + f2372a1 commit b349c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
id-token: write
7070
steps:
7171
- uses: actions/checkout@v5
72-
- uses: rust-lang/crates-io-auth-action@v1
72+
- uses: rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec # v1.0.3
7373
id: auth
7474
- run: cargo publish
7575
env:

0 commit comments

Comments
 (0)