Skip to content

Commit d176977

Browse files
chore(deps): update actions/checkout digest to 755da8c
1 parent 25192a9 commit d176977

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2727

2828
- name: Checkout repository
29-
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
29+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
3030
- name: Install Rust
3131
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
3232
with:

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
5252

53-
- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
53+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
5454
- uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
5555
with:
5656
toolchain: ${{ matrix.rust }}
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
7878

79-
- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
79+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
8080
with:
8181
persist-credentials: false
8282
- uses: taiki-e/install-action@d33a0a9074251125f5018f6cc14b3803abc60f3e
@@ -95,7 +95,7 @@ jobs:
9595
uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a
9696
with:
9797
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
98-
- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
98+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
9999
- uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
100100
with:
101101
toolchain: nightly
@@ -123,7 +123,7 @@ jobs:
123123
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
124124

125125
- name: Checkout repository
126-
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
126+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
127127
- name: Install Rust toolchain
128128
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
129129
with:
@@ -147,7 +147,7 @@ jobs:
147147
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
148148

149149
- name: Checkout repository
150-
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
150+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
151151
- name: Install Rust toolchain
152152
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
153153
with:
@@ -168,7 +168,7 @@ jobs:
168168
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
169169

170170
- name: Checkout repository
171-
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
171+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
172172
- name: Install Rust toolchain
173173
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
174174
with:
@@ -196,7 +196,7 @@ jobs:
196196
bloat:
197197
runs-on: ubuntu-latest
198198
steps:
199-
- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
199+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
200200
- name: Install Rust toolchain
201201
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
202202
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3333

34-
- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
34+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
3535
with:
3636
persist-credentials: false
3737
- uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f

.github/workflows/rust-clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3535

3636
- name: Checkout code
37-
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
37+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
3838

3939
- name: Install Rust toolchain
4040
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1

0 commit comments

Comments
 (0)