File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
name : Run CI tasks
27
27
runs-on : ubuntu-20.04
28
28
steps :
29
- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # Latest as of 2023-11-16
29
+ - uses : dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9 # Latest as of 2023-11-16
30
30
with :
31
31
toolchain : stable
32
32
components : rustfmt,clippy
@@ -88,11 +88,11 @@ jobs:
88
88
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
89
89
- { target: x86_64-unknown-linux-musl, os: ubuntu-latest }
90
90
steps :
91
- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # Latest as of 2023-11-16
91
+ - uses : dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9 # Latest as of 2023-11-16
92
92
with :
93
93
toolchain : stable
94
94
targets : ${{ matrix.job.target }}
95
- - uses : taiki-e/install-action@0d6353d3dc1eac4359c520185c44119bfbd812b5 # v2.29.8
95
+ - uses : taiki-e/install-action@d475def0028dbe8f19e36f8f5bc73b90cfc78de8 # v2.32.1
96
96
if : matrix.job.cross == true
97
97
with :
98
98
tool : cross
Original file line number Diff line number Diff line change 8
8
pull-requests : write
9
9
steps :
10
10
- uses : actions/checkout@v4
11
- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # Latest as of 2023-11-16
11
+ - uses : dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9 # Latest as of 2023-11-16
12
12
with :
13
13
toolchain : stable
14
14
components : clippy
Original file line number Diff line number Diff line change 24
24
# Generate `gitleaks` binary
25
25
tar --extract --gzip --file "gitleaks_${VERSION}_${TARGET}.tar.gz" --verbose
26
26
sudo install gitleaks /usr/local/bin/gitleaks
27
- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # Latest as of 2023-11-16
27
+ - uses : dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9 # Latest as of 2023-11-16
28
28
with :
29
29
toolchain : stable
30
30
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
You can’t perform that action at this time.
0 commit comments