Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3ea04b

Browse files
Merge #354 #355
354: chore(deps): update actions/checkout digest to 755da8c r=renovate[bot] a=renovate[bot] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | actions/checkout | action | digest | `bf08527` -> `755da8c` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/OpenPoolProject/stratum). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMiJ9--> 355: chore(deps): update actions/checkout action to v3.2.0 r=renovate[bot] a=renovate[bot] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | minor | `v3.1.0` -> `v3.2.0` | --- ### Release Notes <details> <summary>actions/checkout</summary> ### [`v3.2.0`](https://togithub.com/actions/checkout/releases/tag/v3.2.0) [Compare Source](https://togithub.com/actions/checkout/compare/v3.1.0...v3.2.0) ##### What's Changed - Add GitHub Action to perform release by [`@&#8203;rentziass](https://togithub.com/rentziass)` in [https://github.com/actions/checkout/pull/942](https://togithub.com/actions/checkout/pull/942) - Fix status badge by [`@&#8203;ScottBrenner](https://togithub.com/ScottBrenner)` in [https://github.com/actions/checkout/pull/967](https://togithub.com/actions/checkout/pull/967) - Replace datadog/squid with ubuntu/squid Docker image by [`@&#8203;cory-miller](https://togithub.com/cory-miller)` in [https://github.com/actions/checkout/pull/1002](https://togithub.com/actions/checkout/pull/1002) - Wrap pipeline commands for submoduleForeach in quotes by [`@&#8203;jokreliable](https://togithub.com/jokreliable)` in [https://github.com/actions/checkout/pull/964](https://togithub.com/actions/checkout/pull/964) - Update [`@&#8203;actions/io](https://togithub.com/actions/io)` to 1.1.2 by [`@&#8203;cory-miller](https://togithub.com/cory-miller)` in [https://github.com/actions/checkout/pull/1029](https://togithub.com/actions/checkout/pull/1029) - Upgrading version to 3.2.0 by [`@&#8203;vmjoseph](https://togithub.com/vmjoseph)` in [https://github.com/actions/checkout/pull/1039](https://togithub.com/actions/checkout/pull/1039) ##### New Contributors - [`@&#8203;ScottBrenner](https://togithub.com/ScottBrenner)` made their first contribution in [https://github.com/actions/checkout/pull/967](https://togithub.com/actions/checkout/pull/967) - [`@&#8203;cory-miller](https://togithub.com/cory-miller)` made their first contribution in [https://github.com/actions/checkout/pull/1002](https://togithub.com/actions/checkout/pull/1002) - [`@&#8203;jokreliable](https://togithub.com/jokreliable)` made their first contribution in [https://github.com/actions/checkout/pull/964](https://togithub.com/actions/checkout/pull/964) - [`@&#8203;vmjoseph](https://togithub.com/vmjoseph)` made their first contribution in [https://github.com/actions/checkout/pull/1039](https://togithub.com/actions/checkout/pull/1039) **Full Changelog**: actions/checkout@v3...v3.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/OpenPoolProject/stratum). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 parents e1b05ad + d176977 + 0dec035 commit c3ea04b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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@4eef07f07cd4b323819615e56ff1595f0fa80728
@@ -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

.github/workflows/scorecards.yml

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

2626
steps:
2727
- name: "Checkout code"
28-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
28+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
2929
with:
3030
persist-credentials: false
3131

0 commit comments

Comments
 (0)