Skip to content

Commit ff3e302

Browse files
Pin dependencies
1 parent d358fad commit ff3e302

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
# We need to fetch the entire history so clippy can run the
2222
# e2e-example/client build script.
2323
fetch-depth: 0
24-
- uses: dtolnay/rust-toolchain@stable
24+
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
2525
with:
2626
components: rustfmt, clippy
27-
- uses: taiki-e/install-action@just
27+
- uses: taiki-e/install-action@4457680a12fd1b15fae149de65b06751fc727a1d # just
2828
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
2929
with:
3030
key: partition-${{ matrix.partition }}
@@ -54,14 +54,14 @@ jobs:
5454
# We need to fetch the entire history so the tests can run merge-base
5555
# operations.
5656
fetch-depth: 0
57-
- uses: dtolnay/rust-toolchain@master
57+
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
5858
with:
5959
toolchain: ${{ matrix.rust-version }}
6060
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
6161
with:
6262
key: partition-${{ matrix.partition }}
63-
- uses: taiki-e/install-action@nextest
64-
- uses: taiki-e/install-action@v2
63+
- uses: taiki-e/install-action@b18fb392e1a1b90971f7c7572c92790fa54f23d5 # nextest
64+
- uses: taiki-e/install-action@213ccc1a076163c093f914550b94feb90fab916d # v2
6565
with:
6666
tool: jj-cli
6767
- name: Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: rust-lang/crates-io-auth-action@v1
2222
id: auth
2323
- name: Install Rust
24-
uses: dtolnay/rust-toolchain@stable
24+
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
2525
- name: Install cargo release
2626
uses: taiki-e/install-action@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2
2727
with:

0 commit comments

Comments
 (0)