File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
env :
16
16
RUSTFLAGS : -D warnings
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
19
19
- uses : dtolnay/rust-toolchain@stable
20
20
with :
21
21
components : rustfmt, clippy
22
- - uses : Swatinem/rust-cache@v2
22
+ - uses : Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
23
23
- name : Lint (rustfmt)
24
24
run : cargo xfmt --check
25
25
- name : Lint (clippy)
@@ -37,11 +37,11 @@ jobs:
37
37
env :
38
38
RUSTFLAGS : -D warnings
39
39
steps :
40
- - uses : actions/checkout@v3
41
- - uses : dtolnay/rust-toolchain@v1
40
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
41
+ - uses : dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
42
42
with :
43
43
toolchain : ${{ matrix.rust-version }}
44
- - uses : Swatinem/rust-cache@v2
44
+ - uses : Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
45
45
- name : Build
46
46
run : cargo build
47
47
- name : Install nextest
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
10
10
name : Build and deploy documentation
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
14
- - uses : actions-rs/toolchain@v1
13
+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
14
+ - uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
15
15
with :
16
16
toolchain : stable
17
17
- name : Build rustdoc
18
- uses : actions-rs/cargo@v1
18
+ uses : actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
19
19
with :
20
20
command : doc
21
21
args : --all-features
Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ jobs:
11
11
if : github.repository_owner == 'nextest-rs'
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
15
15
with :
16
16
persist-credentials : false
17
17
- name : Install Rust
18
- uses : actions-rs/toolchain@v1
18
+ uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
19
19
with :
20
20
toolchain : stable
21
21
override : true
22
22
- run : cargo publish
23
23
env :
24
24
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
25
- - uses : taiki-e/create-gh-release-action@v1
25
+ - uses : taiki-e/create-gh-release-action@9762dfdfe60a96b3fef6c4a0aaafd9840f1195b7 # v1
26
26
with :
27
27
changelog : CHANGELOG.md
28
28
title : datatest-stable $version
You can’t perform that action at this time.
0 commit comments