Skip to content

Commit

Permalink
Update actions/checkout action to v3.3.0 (#60)
Browse files Browse the repository at this point in the history
[![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.0.2` -> `v3.3.0` |

---

### Release Notes

<details>
<summary>actions/checkout</summary>

### [`v3.3.0`](https://togithub.com/actions/checkout/releases/tag/v3.3.0)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.2.0...v3.3.0)

##### What's Changed

-   Implement branch list using callbacks from exec function by [@&#8203;cory-miller](https://togithub.com/cory-miller) in [actions/checkout#1045
-   Add in explicit reference to private checkout options by [@&#8203;vanZeben](https://togithub.com/vanZeben) in [actions/checkout#1050
-   Fix comment typos (that got added in [#&#8203;770](https://togithub.com/actions/checkout/issues/770)) by [@&#8203;lurch](https://togithub.com/lurch) in [actions/checkout#1057

##### New Contributors

-   [@&#8203;vanZeben](https://togithub.com/vanZeben) made their first contribution in [actions/checkout#1050
-   [@&#8203;lurch](https://togithub.com/lurch) made their first contribution in [actions/checkout#1057

**Full Changelog**: actions/checkout@v3.2.0...v3.3.0

### [`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.1.0...v3.2.0

### [`v3.1.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v310)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.0.2...v3.1.0)

-   [Use @&#8203;actions/core `saveState` and `getState`](https://togithub.com/actions/checkout/pull/939)
-   [Add `github-server-url` input](https://togithub.com/actions/checkout/pull/922)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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/stackabletech/druid-opa-authorizer).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMTEiLCJ1cGRhdGVkSW5WZXIiOiIzNC44MS4wIn0=-->
  • Loading branch information
renovate[bot] committed Jan 9, 2023
1 parent 90cccd5 commit 0f5f0ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/reviewdog.yml
Expand Up @@ -13,23 +13,23 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: reviewdog/action-actionlint@326cc761d95c903f29a111a44888be707f912684 # v1.35.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

detect-secrets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: reviewdog/action-detect-secrets@ced3856ed7f621c5c4e911c8ebc3fa812f59e9dd # tag=v0.11.1
with:
github_token: ${{ secrets.github_token }}

flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 # tag=v4
with:
python-version: "3.9"
Expand All @@ -40,23 +40,23 @@ jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: reviewdog/action-markdownlint@b8f945b8bee2a2967214f35956209bc31d3c4d26 # tag=v0.7
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: reviewdog/action-shellcheck@66c9a47bf02255b250284a82251cb4cadf5043f5 # tag=v1.15.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: reviewdog/action-yamllint@8c429dfe4fc47b1ce1fa99a64e94693880d5dc30 # tag=v1.6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0f5f0ea

Please sign in to comment.