Skip to content

Commit 2456d07

Browse files
authored
fix(ci): pin crates.io auth action to valid commit (#410)
Co-authored-by: Jo D <dev-jodee@users.noreply.github.com>
1 parent b8603bc commit 2456d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Authenticate crates.io trusted publisher
9494
if: ${{ github.event.inputs.publish-kora-lib == 'true' || github.event.inputs.publish-kora-cli == 'true' }}
9595
id: crates_io_auth
96-
uses: rust-lang/crates-io-auth-action@2d789f72ce8ec8eee70e84c7f0a1b68cd52b6e8e # v1.0.3
96+
uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1.0.4
9797

9898
- name: Publish kora-lib to crates.io
9999
if: ${{ github.event.inputs.publish-kora-lib == 'true' }}

0 commit comments

Comments
 (0)