Skip to content

Commit e3dd7d8

Browse files
koralkulacogluOttoAllmendinger
authored andcommitted
fix: pin GitHub Actions to SHA hashes
Task: DX-1985
1 parent 02f4afd commit e3dd7d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
ref: ${{ github.event.pull_request.head.sha }}
2727

2828
- name: Install Rust
29-
uses: dtolnay/rust-toolchain@v1
29+
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
3030
with:
3131
toolchain: nightly
3232

3333
- name: Cache Rust dependencies
34-
uses: Swatinem/rust-cache@v2
34+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
3535
with:
3636
workspaces: "packages/wasm-miniscript"
3737
cache-on-failure: true

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 18
2626

2727
- name: Install Rust
28-
uses: dtolnay/rust-toolchain@v1
28+
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
2929
with:
3030
toolchain: nightly
3131

0 commit comments

Comments
 (0)