Skip to content

Commit

Permalink
Merge #354 #355
Browse files Browse the repository at this point in the history
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 [actions/checkout#942
-   Fix status badge by [`@&#8203;ScottBrenner](https://togithub.com/ScottBrenner)` in [actions/checkout#967
-   Replace datadog/squid with ubuntu/squid Docker image by [`@&#8203;cory-miller](https://togithub.com/cory-miller)` in [actions/checkout#1002
-   Wrap pipeline commands for submoduleForeach in quotes by [`@&#8203;jokreliable](https://togithub.com/jokreliable)` in [actions/checkout#964
-   Update [`@&#8203;actions/io](https://togithub.com/actions/io)` to 1.1.2 by [`@&#8203;cory-miller](https://togithub.com/cory-miller)` in [actions/checkout#1029
-   Upgrading version to 3.2.0 by [`@&#8203;vmjoseph](https://togithub.com/vmjoseph)` in [actions/checkout#1039

##### New Contributors

-   [`@&#8203;ScottBrenner](https://togithub.com/ScottBrenner)` made their first contribution in [actions/checkout#967
-   [`@&#8203;cory-miller](https://togithub.com/cory-miller)` made their first contribution in [actions/checkout#1002
-   [`@&#8203;jokreliable](https://togithub.com/jokreliable)` made their first contribution in [actions/checkout#964
-   [`@&#8203;vmjoseph](https://togithub.com/vmjoseph)` made their first contribution in [actions/checkout#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>
  • Loading branch information
bors[bot] and renovate[bot] committed Dec 12, 2022
3 parents e1b05ad + d176977 + 0dec035 commit c3ea04b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Checkout repository
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Install Rust
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

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

- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with:
persist-credentials: false
- uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
Expand All @@ -95,7 +95,7 @@ jobs:
uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
with:
toolchain: nightly
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

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

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

- name: Checkout repository
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
with:
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
bloat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with:
persist-credentials: false
- uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Checkout code
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b

- name: Install Rust toolchain
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
with:
persist-credentials: false

Expand Down

0 comments on commit c3ea04b

Please sign in to comment.