Skip to content

Commit 4ff891f

Browse files
fix(security): autofix 3rd party Github Actions should be pinned
1 parent 5a7fc0b commit 4ff891f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Install Rust
20-
uses: dtolnay/rust-toolchain@stable
20+
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
2121

2222
- name: Get crates.io token
23-
uses: rust-lang/crates-io-auth-action@v1
23+
uses: rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec # v1.0.3
2424
id: auth
2525

2626
- name: Publish

0 commit comments

Comments
 (0)