Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor-npm-dependencies group across 1 directory with 4 updates #1739

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps the minor-npm-dependencies group with 4 updates in the / directory: @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser and eslint-plugin-jest.

Updates @types/node from 20.12.7 to 20.12.12

Commits

Updates @typescript-eslint/eslint-plugin from 7.7.1 to 7.9.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.9.0

7.9.0 (2024-05-13)

🚀 Features

  • rule-tester: check for missing placeholder data in the message (#9039)

🩹 Fixes

  • do not pass tsconfig canonical file name to typescript API to get program details for config file (#9042)
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters (#9045)

❤️ Thank You

  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

v7.8.0

7.8.0 (2024-04-29)

🚀 Features

  • rule-tester: assert suggestion messages are unique (#8995)
  • typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
  • eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
  • eslint-plugin: [no-unsafe-return] handle union types (#9001)
  • eslint-plugin: [no-unused-vars] clear error report range (#8640)
  • utils: export ESLint backwards-compat functions (#8976)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.9.0 (2024-05-13)

🩹 Fixes

  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters

❤️ Thank You

  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

7.8.0 (2024-04-29)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You

  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

You can read about our versioning strategy and releases on our website.

Commits
  • 77fc366 chore(release): publish 7.9.0
  • f53fece chore: add knip (#8192)
  • 8acb8d4 fix(eslint-plugin): [explicit-function-return-types] fix false positive on de...
  • d696ea2 docs(eslint-plugin): fix several 404 URLs (#9064)
  • 37a41d9 docs: fix broken link to import/no-duplicates on no-duplicate-imports pag...
  • ab92621 docs: correct its/it's spelling (#9048)
  • f248e68 docs: [no-floating-promises] remove ugly commas (#9034)
  • 6e1241b docs: fix no-unnecessary-boolean-literal-compare example (#8981)
  • ee677f6 chore(release): publish 7.8.0
  • 8127873 fix(eslint-plugin): [no-unused-vars] clear error report range (#8640)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 7.7.1 to 7.9.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.9.0

7.9.0 (2024-05-13)

🚀 Features

  • rule-tester: check for missing placeholder data in the message (#9039)

🩹 Fixes

  • do not pass tsconfig canonical file name to typescript API to get program details for config file (#9042)
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters (#9045)

❤️ Thank You

  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

v7.8.0

7.8.0 (2024-04-29)

🚀 Features

  • rule-tester: assert suggestion messages are unique (#8995)
  • typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
  • eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
  • eslint-plugin: [no-unsafe-return] handle union types (#9001)
  • eslint-plugin: [no-unused-vars] clear error report range (#8640)
  • utils: export ESLint backwards-compat functions (#8976)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.9.0 (2024-05-13)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.8.0 (2024-04-29)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint-plugin-jest from 28.2.0 to 28.5.0

Release notes

Sourced from eslint-plugin-jest's releases.

v28.5.0

28.5.0 (2024-05-03)

Features

  • allow @typescript-eslint/utils v7 as a direct dependency (#1567) (1476f10)

v28.4.0

28.4.0 (2024-05-03)

Features

  • valid-expect: supporting automatically fixing missing await in some cases (#1574) (a407098)

v28.3.0

28.3.0 (2024-04-27)

Features

  • prefer importing jest globals for specific types (#1568) (c464ae3)
Changelog

Sourced from eslint-plugin-jest's changelog.

28.5.0 (2024-05-03)

Features

  • allow @typescript-eslint/utils v7 as a direct dependency (#1567) (1476f10)

28.4.0 (2024-05-03)

Features

  • valid-expect: supporting automatically fixing missing await in some cases (#1574) (a407098)

28.3.0 (2024-04-27)

Features

  • prefer importing jest globals for specific types (#1568) (c464ae3)
Commits
  • a6e5081 chore(release): 28.5.0 [skip ci]
  • 1476f10 feat: allow @typescript-eslint/utils v7 as a direct dependency (#1567)
  • 27f7e74 chore(release): 28.4.0 [skip ci]
  • a407098 feat(valid-expect): supporting automatically fixing missing await in some c...
  • f47cc3c refactor: remove unneeded as consts (#1578)
  • 6c1f921 refactor(prefer-lowercase-title): remove unneeded cast (#1577)
  • aac5f03 refactor(prefer-importing-jest-globals): use AST_NODE_TYPES constant instea...
  • df3202f chore(deps): update yarn to v3.8.2 (#1575)
  • 8001fe7 chore(deps): lock file maintenance
  • bd6b918 chore(release): 28.3.0 [skip ci]
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-npm-dependencies group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest).


Updates `@types/node` from 20.12.7 to 20.12.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 7.7.1 to 7.9.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.7.1 to 7.9.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/parser)

Updates `eslint-plugin-jest` from 28.2.0 to 28.5.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.2.0...v28.5.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-npm-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-npm-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-npm-dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner May 20, 2024 13:48
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 20, 2024
@cory-miller cory-miller merged commit b1ec302 into main May 20, 2024
11 checks passed
@cory-miller cory-miller deleted the dependabot/npm_and_yarn/minor-npm-dependencies-6e237ca4f5 branch May 20, 2024 13:56
martini1992 pushed a commit to martini1992/checkout that referenced this pull request May 22, 2024
…es (actions#1739)

Bumps the minor-npm-dependencies group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest).


Updates `@types/node` from 20.12.7 to 20.12.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 7.7.1 to 7.9.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.7.1 to 7.9.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/parser)

Updates `eslint-plugin-jest` from 28.2.0 to 28.5.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.2.0...v28.5.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-npm-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-npm-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-npm-dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bloopy-boi bot added a commit to h3mmy/bloopyboi that referenced this pull request Jun 12, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</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 [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQwNi4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=-->

Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
renovate bot added a commit to apollographql/subgraph-csharp-hotchocolate-annotation that referenced this pull request Jun 12, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</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://developer.mend.io/github/apollographql/subgraph-csharp-hotchocolate-annotation).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to openapi-generators/openapi-python-client that referenced this pull request Jun 12, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://developer.mend.io/github/openapi-generators/openapi-python-client).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to rpdelaney/downforeveryone that referenced this pull request Jun 12, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</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://developer.mend.io/github/rpdelaney/downforeveryone).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovate bot added a commit to Johannes-Andersen/Johannes that referenced this pull request Jun 12, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</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://developer.mend.io/github/Johannes-Andersen/Johannes).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to Johannes-Andersen/partall that referenced this pull request Jun 12, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</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://developer.mend.io/github/Johannes-Andersen/partall).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mjnagel pushed a commit to defenseunicorns/uds-core that referenced this pull request Jun 12, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dubzzz pushed a commit to dubzzz/fast-check that referenced this pull request Jun 12, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://developer.mend.io/github/dubzzz/fast-check).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to ayushmanchhabra/vsx that referenced this pull request Jun 12, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</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://developer.mend.io/github/ayushmanchhabra/vsx).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to chezmoi-sh/atlas that referenced this pull request Jun 12, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/actions/checkout/badge)](https://securityscorecards.dev/viewer/?uri=github.com/actions/checkout)
|

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</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://developer.mend.io/github/chezmoi-sh/atlas).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate bot added a commit to Hapag-Lloyd/Workflow-Templates that referenced this pull request Jun 12, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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://developer.mend.io/github/Hapag-Lloyd/Workflow-Templates).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Yuan325 pushed a commit to GoogleCloudPlatform/genai-databases-retrieval-app that referenced this pull request Jun 12, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Never, 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://developer.mend.io/github/GoogleCloudPlatform/genai-databases-retrieval-app).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate bot added a commit to nobl9/terraform-provider-nobl9 that referenced this pull request Jun 12, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" (UTC), 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://developer.mend.io/github/nobl9/terraform-provider-nobl9).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJnaXRodWItYWN0aW9ucyIsInJlbm92YXRlIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to knope-dev/knope that referenced this pull request Jun 12, 2024
[![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://github.com/actions/checkout) | | patch |
`v4.1.6` -> `v4.1.7` |
| [actions/checkout](https://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 these
updates 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://developer.mend.io/github/knope-dev/knope).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
anakinxc pushed a commit to secretflow/spu that referenced this pull request Jun 13, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://developer.mend.io/github/secretflow/spu).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
hrzlgnm pushed a commit to hrzlgnm/monkey that referenced this pull request Jun 13, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://developer.mend.io/github/hrzlgnm/monkey).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
WhosNickDoglio pushed a commit to WhosNickDoglio/dagger-rules that referenced this pull request Jun 13, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://developer.mend.io/github/WhosNickDoglio/dagger-rules).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to weareinreach/InReach that referenced this pull request Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/actions/checkout/badge)](https://securityscorecards.dev/viewer/?uri=github.com/actions/checkout)
|
| [chromaui/action](https://github.com/chromaui/action) | action |
digest | `fa68b99` -> `5991575` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/chromaui/action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/chromaui/action)
|
| [github/codeql-action](https://github.com/github/codeql-action) |
action | digest | `2e230e8` -> `530d4fe` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/github/codeql-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/github/codeql-action)
|

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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://developer.mend.io/github/weareinreach/InReach).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImRlcGVuZGVuY2llcyIsImtvZGlhazogbWVyZ2UubWV0aG9kID0gJ3NxdWFzaCciXX0=-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot added a commit to weareinreach/TransMascFutures that referenced this pull request Jun 13, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | patch | `v4.1.6` -> `v4.1.7` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/actions/checkout/badge)](https://securityscorecards.dev/viewer/?uri=github.com/actions/checkout) |
| [chromaui/action](https://github.com/chromaui/action) | action | digest | `57a7294` -> `5991575` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/chromaui/action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/chromaui/action) |
| [github/codeql-action](https://github.com/github/codeql-action) | action | digest | `9fdb3e4` -> `23acc5c` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/github/codeql-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/github/codeql-action) |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

### [`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

-   Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in [actions/checkout#1739
-   Bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [actions/checkout#1697
-   Check out other refs/\* by commit by [@&#8203;orhantoy](https://github.com/orhantoy) in [actions/checkout#1774
-   Pin actions/checkout's own workflows to a known, good, stable version. by [@&#8203;jww3](https://github.com/jww3) in [actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] 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://developer.mend.io/github/weareinreach/TransMascFutures).



PR-URL: #430
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
hiddenmarten added a commit to aenix-io/etcd-operator that referenced this pull request Jun 15, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fcheckout/v4.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/actions%2fcheckout/v4.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/actions%2fcheckout/v4.1.6/v4.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fcheckout/v4.1.6/v4.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[docker/build-push-action](https://github.com/docker/build-push-action)
| action | minor | `v5.3.0` -> `v5.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/docker%2fbuild-push-action/v5.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/docker%2fbuild-push-action/v5.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/docker%2fbuild-push-action/v5.3.0/v5.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/docker%2fbuild-push-action/v5.3.0/v5.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [golangci/golangci-lint](https://github.com/golangci/golangci-lint)
| | patch | `v1.59.0` -> `v1.59.1` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/golangci%2fgolangci-lint/v1.59.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/golangci%2fgolangci-lint/v1.59.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/golangci%2fgolangci-lint/v1.59.0/v1.59.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/golangci%2fgolangci-lint/v1.59.0/v1.59.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [helm/helm](https://github.com/helm/helm) | | patch | `v3.15.1` ->
`v3.15.2` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/helm%2fhelm/v3.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/helm%2fhelm/v3.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/helm%2fhelm/v3.15.1/v3.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/helm%2fhelm/v3.15.1/v3.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [k8s.io/api](https://github.com/kubernetes/api) | require | patch |
`v0.30.1` -> `v0.30.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fapi/v0.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fapi/v0.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fapi/v0.30.1/v0.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fapi/v0.30.1/v0.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) |
require | patch | `v0.30.1` -> `v0.30.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fapimachinery/v0.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fapimachinery/v0.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fapimachinery/v0.30.1/v0.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fapimachinery/v0.30.1/v0.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [k8s.io/client-go](https://github.com/kubernetes/client-go) |
require | patch | `v0.30.1` -> `v0.30.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fclient-go/v0.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fclient-go/v0.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fclient-go/v0.30.1/v0.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fclient-go/v0.30.1/v0.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes) |
| patch | `v1.30.0` -> `v1.30.2` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/kubernetes%2fkubernetes/v1.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/kubernetes%2fkubernetes/v1.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/kubernetes%2fkubernetes/v1.30.0/v1.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/kubernetes%2fkubernetes/v1.30.0/v1.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[losisin/helm-values-schema-json](https://github.com/losisin/helm-values-schema-json)
| | patch | `v1.4.0` -> `v1.4.1` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/losisin%2fhelm-values-schema-json/v1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/losisin%2fhelm-values-schema-json/v1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/losisin%2fhelm-values-schema-json/v1.4.0/v1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/losisin%2fhelm-values-schema-json/v1.4.0/v1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

<details>
<summary>docker/build-push-action (docker/build-push-action)</summary>

###
[`v5.4.0`](https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0)

[Compare
Source](https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0)

</details>

<details>
<summary>golangci/golangci-lint (golangci/golangci-lint)</summary>

###
[`v1.59.1`](https://github.com/golangci/golangci-lint/releases/tag/v1.59.1)

[Compare
Source](https://github.com/golangci/golangci-lint/compare/v1.59.0...v1.59.1)

`golangci-lint` is a free and open-source project built by volunteers.

If you value it, consider supporting us, the
[maintainers](https://opencollective.com/golangci-lint) and [linter
authors](https://golangci-lint.run/product/thanks/).

We appreciate it! ❤️

For key updates, see the
[changelog](https://golangci-lint.run/product/changelog/#&#8203;1591).

#### Changelog

-
[`f738736`](https://github.com/golangci/golangci-lint/commit/f7387361)
build(deps): bump github.com/Antonboom/testifylint from 1.3.0 to 1.3.1
([#&#8203;4759](https://github.com/golangci/golangci-lint/issues/4759))
-
[`44b3cdd`](https://github.com/golangci/golangci-lint/commit/44b3cdd1)
build(deps): bump github.com/go-viper/mapstructure/v2 from 2.0.0-alpha.1
to 2.0.0
([#&#8203;4788](https://github.com/golangci/golangci-lint/issues/4788))
-
[`1a55854`](https://github.com/golangci/golangci-lint/commit/1a55854a)
build(deps): bump github.com/golangci/misspell from 0.5.1 to 0.6.0
([#&#8203;4804](https://github.com/golangci/golangci-lint/issues/4804))
-
[`9a7a1ad`](https://github.com/golangci/golangci-lint/commit/9a7a1ad4)
build(deps): bump github.com/polyfloyd/go-errorlint from 1.5.1 to 1.5.2
([#&#8203;4785](https://github.com/golangci/golangci-lint/issues/4785))
-
[`aaff918`](https://github.com/golangci/golangci-lint/commit/aaff9184)
build(deps): bump github.com/sashamelentyev/usestdlibvars from 1.25.0 to
1.26.0
([#&#8203;4801](https://github.com/golangci/golangci-lint/issues/4801))
-
[`a0d2c83`](https://github.com/golangci/golangci-lint/commit/a0d2c830)
build(deps): bump github.com/shirou/gopsutil/v3 from 3.24.4 to 3.24.5
([#&#8203;4782](https://github.com/golangci/golangci-lint/issues/4782))
-
[`2042b1f`](https://github.com/golangci/golangci-lint/commit/2042b1f1)
build(deps): bump go-simpler.org/sloglint from 0.7.0 to 0.7.1
([#&#8203;4784](https://github.com/golangci/golangci-lint/issues/4784))
-
[`327a78a`](https://github.com/golangci/golangci-lint/commit/327a78a8)
build(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0
([#&#8203;4802](https://github.com/golangci/golangci-lint/issues/4802))
-
[`e1a8055`](https://github.com/golangci/golangci-lint/commit/e1a80557)
fix: SARIF format require issue column >= 1
([#&#8203;4775](https://github.com/golangci/golangci-lint/issues/4775))
-
[`88f60c8`](https://github.com/golangci/golangci-lint/commit/88f60c8c)
fix: gomnd deprecated configuration compatibility
([#&#8203;4768](https://github.com/golangci/golangci-lint/issues/4768))
-
[`8173166`](https://github.com/golangci/golangci-lint/commit/81731668)
fix: init empty result slice for SARIF printer
([#&#8203;4758](https://github.com/golangci/golangci-lint/issues/4758))
-
[`02740ea`](https://github.com/golangci/golangci-lint/commit/02740ea1)
intrange: add style preset
([#&#8203;4797](https://github.com/golangci/golangci-lint/issues/4797))
-
[`615b873`](https://github.com/golangci/golangci-lint/commit/615b873d)
unparam: bump to HEAD
([#&#8203;4786](https://github.com/golangci/golangci-lint/issues/4786))

</details>

<details>
<summary>helm/helm (helm/helm)</summary>

### [`v3.15.2`](https://github.com/helm/helm/releases/tag/v3.15.2):
Helm v3.15.2

[Compare
Source](https://github.com/helm/helm/compare/v3.15.1...v3.15.2)

Helm v3.15.2 is a security (patch) release. Users are strongly
recommended to update to this release.

The community keeps growing, and we'd love to see you there!

- Join the discussion in [Kubernetes
Slack](https://kubernetes.slack.com):
    -   for questions and just to hang out
    -   for discussing PRs, code, and bugs
- Hang out at the Public Developer Call: Thursday, 9:30 Pacific via
[Zoom](https://zoom.us/j/696660622)
- Test, debug, and contribute charts:
[ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0)

#### Installation and Upgrading

Download Helm v3.15.2. The common platform binaries are here:

- [MacOS amd64](https://get.helm.sh/helm-v3.15.2-darwin-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.2-darwin-amd64.tar.gz.sha256sum)
/ e99a9266a5328cb575d81ef10247911f42d9e90c76ef6eef154c5c535565658b)
- [MacOS arm64](https://get.helm.sh/helm-v3.15.2-darwin-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.2-darwin-arm64.tar.gz.sha256sum)
/ 30143dabc1da9d32c7d6c589fad04b1f1ecc73841393d5823fa21c5d7f5bf8f6)
- [Linux amd64](https://get.helm.sh/helm-v3.15.2-linux-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.2-linux-amd64.tar.gz.sha256sum)
/ 2694b91c3e501cff57caf650e639604a274645f61af2ea4d601677b746b44fe2)
- [Linux arm](https://get.helm.sh/helm-v3.15.2-linux-arm.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.2-linux-arm.tar.gz.sha256sum)
/ 2b28fda1d8c6f087011bc7ec820051a13409dadce8385529f306476632e24e85)
- [Linux arm64](https://get.helm.sh/helm-v3.15.2-linux-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.2-linux-arm64.tar.gz.sha256sum)
/ adcf07b08484b52508e5cbc8b5f4b0b0db50342f7bc487ecd88b8948b680e6a7)
- [Linux i386](https://get.helm.sh/helm-v3.15.2-linux-386.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.2-linux-386.tar.gz.sha256sum)
/ 8e0bb5a08c7c227a8e285026b6283726ddc0e1f406e2af4d4d600fa1dd85c21e)
- [Linux ppc64le](https://get.helm.sh/helm-v3.15.2-linux-ppc64le.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.2-linux-ppc64le.tar.gz.sha256sum)
/ 9d95528fb797f6429f7f9b6dee0cf87bf8c71f6470e1db4a51e844c169c285a3)
- [Linux s390x](https://get.helm.sh/helm-v3.15.2-linux-s390x.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.2-linux-s390x.tar.gz.sha256sum)
/ 5b42bc3d08fd0ffaf4f9ed810f28464f52ec4ea431b809c7179071d76f3d6f16)
- [Linux riscv64](https://get.helm.sh/helm-v3.15.2-linux-riscv64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.2-linux-riscv64.tar.gz.sha256sum)
/ 2998bae9971a55f862c21bff337c325cb6a44f28ef76e11bffc93d16989e11e6)
- [Windows amd64](https://get.helm.sh/helm-v3.15.2-windows-amd64.zip)
([checksum](https://get.helm.sh/helm-v3.15.2-windows-amd64.zip.sha256sum)
/ cbf40b79fa2a7dbd6e24201f8660b56261d10d6e7b5cadc3ff78100fb45b3c69)

This release was signed with ` 672C 657B E06B 4B30 969C 4A57 4614 49C2
5E36 B98E ` and can be found at
[@&#8203;mattfarina](https://github.com/mattfarina) [keybase
account](https://keybase.io/mattfarina). Please use the attached
signatures for verifying this release using `gpg`.

The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get
you going from there. For **upgrade instructions** or detailed
installation notes, check the [install
guide](https://helm.sh/docs/intro/install/). You can also use a [script
to
install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3)
on any system with `bash`.

#### What's Next

-   3.15.3 will contain only bug fixes and be released on July 10, 2024.
- 3.16.0 is the next feature release and will be on September 11, 2024.

#### Changelog

- fix: wrong cli description
[`1a500d5`](https://github.com/helm/helm/commit/1a500d5625419a524fdae4b33de351cc4f58ec35)
(yyzxw)
- fix typo in load_plugins.go
[`70b225c`](https://github.com/helm/helm/commit/70b225c9abc014cfeb73f7c9f506b0e73e912b61)
(yxxhero)
- fix docs of DeployedAll
[`b3640f1`](https://github.com/helm/helm/commit/b3640f196a2cf77136ab01295bffe76fa184991d)
(Daniel Strobusch)
- Bump github.com/docker/docker
[`46e2ba0`](https://github.com/helm/helm/commit/46e2ba0341d43e19493b2f90c86126da8ad8a64e)
(dependabot\[bot])
- bump oras minor version
[`fb311d3`](https://github.com/helm/helm/commit/fb311d331f66f7f9153b5d0c7aa07a77bc9528ca)
(Austin Abro)
- feat(load.go): add warning on requirements.lock
[`23552a7`](https://github.com/helm/helm/commit/23552a7de6f45aacec47bc2bfe70de02b9d7ab70)
(Aaron U'Ren)

</details>

<details>
<summary>kubernetes/api (k8s.io/api)</summary>

###
[`v0.30.2`](https://github.com/kubernetes/api/compare/v0.30.1...v0.30.2)

[Compare
Source](https://github.com/kubernetes/api/compare/v0.30.1...v0.30.2)

</details>

<details>
<summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary>

###
[`v0.30.2`](https://github.com/kubernetes/apimachinery/compare/v0.30.1...v0.30.2)

[Compare
Source](https://github.com/kubernetes/apimachinery/compare/v0.30.1...v0.30.2)

</details>

<details>
<summary>kubernetes/client-go (k8s.io/client-go)</summary>

###
[`v0.30.2`](https://github.com/kubernetes/client-go/compare/v0.30.1...v0.30.2)

[Compare
Source](https://github.com/kubernetes/client-go/compare/v0.30.1...v0.30.2)

</details>

<details>
<summary>kubernetes/kubernetes (kubernetes/kubernetes)</summary>

###
[`v1.30.2`](https://github.com/kubernetes/kubernetes/releases/tag/v1.30.2):
Kubernetes v1.30.2

[Compare
Source](https://github.com/kubernetes/kubernetes/compare/v1.30.1...v1.30.2)

See
[kubernetes-announce@](https://groups.google.com/forum/#!forum/kubernetes-announce).
Additional binary downloads are linked in the
[CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md).

See [the
CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md)
for more details.

###
[`v1.30.1`](https://github.com/kubernetes/kubernetes/releases/tag/v1.30.1):
Kubernetes v1.30.1

[Compare
Source](https://github.com/kubernetes/kubernetes/compare/v1.30.0...v1.30.1)

See
[kubernetes-announce@](https://groups.google.com/forum/#!forum/kubernetes-announce).
Additional binary downloads are linked in the
[CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md).

See [the
CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md)
for more details.

</details>

<details>
<summary>losisin/helm-values-schema-json
(losisin/helm-values-schema-json)</summary>

###
[`v1.4.1`](https://github.com/losisin/helm-values-schema-json/releases/tag/v1.4.1)

[Compare
Source](https://github.com/losisin/helm-values-schema-json/compare/v1.4.0...v1.4.1)

#### Changelog

##### Other

-
[`4106fe3`](https://github.com/losisin/helm-values-schema-json/commit/4106fe3)
Add documentation and another test case
-
[`c08b884`](https://github.com/losisin/helm-values-schema-json/commit/c08b884)
Add: option to apply enum on array items
-
[`ad5fbbd`](https://github.com/losisin/helm-values-schema-json/commit/ad5fbbd)
bump version to 1.4.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* * * * 6" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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://developer.mend.io/github/aenix-io/etcd-operator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJvay10by10ZXN0Il19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hidden Marten <[email protected]>
mazi-renovate bot added a commit to 4m-mazi/gh-test that referenced this pull request Jun 15, 2024
This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/actions/checkout/badge)](https://securityscorecards.dev/viewer/?uri=github.com/actions/checkout)
|

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate
Bot](https://github.com/renovatebot/renovate/tree/37.408.2). - [View
logs](https://github.com/4m-mazi/gh-test/actions/runs/9529651947)

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDguMiIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJzZW12ZXI6bm9uZSJdfQ==-->

Co-authored-by: mazi-renovate[bot] <161091290+mazi-renovate[bot]@users.noreply.github.com>
renovate bot added a commit to marinatedconcrete/config that referenced this pull request Jun 17, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</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://developer.mend.io/github/marinatedconcrete/config).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
andrewpollock pushed a commit to google/osv-scanner that referenced this pull request Jun 18, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action)
| action | minor | `v4.4.1` -> `v4.5.0` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v3.25.8` -> `v3.25.10` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v4.5.0`](https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0)

[Compare
Source](https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0)

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.25.10`](https://github.com/github/codeql-action/compare/v3.25.9...v3.25.10)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.9...v3.25.10)

###
[`v3.25.9`](https://github.com/github/codeql-action/compare/v3.25.8...v3.25.9)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.8...v3.25.9)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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://developer.mend.io/github/google/osv-scanner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
karfau pushed a commit to xmldom/xmldom that referenced this pull request Jun 18, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.4` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

###
[`v4.1.6`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v416)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.5...v4.1.6)

- Check platform to set archive extension appropriately by
[@&#8203;cory-miller](https://github.com/cory-miller) in
[actions/checkout#1732

###
[`v4.1.5`](https://github.com/actions/checkout/releases/tag/v4.1.5)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.4...v4.1.5)

#### What's Changed

- Update NPM dependencies by
[@&#8203;cory-miller](https://github.com/cory-miller) in
[actions/checkout#1703
- Bump github/codeql-action from 2 to 3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1694
- Bump actions/setup-node from 1 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1696
- Bump actions/upload-artifact from 2 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1695
- README: Suggest `user.email` to be
`41898282+github-actions[bot]@&#8203;users.noreply.github.com` by
[@&#8203;cory-miller](https://github.com/cory-miller) in
[actions/checkout#1707

**Full Changelog**:
actions/checkout@v4.1.4...v4.1.5

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://developer.mend.io/github/xmldom/xmldom).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to AmadeusITGroup/otter that referenced this pull request Jun 18, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` | |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v2.25.8` -> `v2.25.9` | `v2.25.10` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v3.25.8` -> `v3.25.9` | `v3.25.10` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v2.25.9`](https://github.com/github/codeql-action/compare/v2.25.8...v2.25.9)

[Compare
Source](https://github.com/github/codeql-action/compare/v2.25.8...v2.25.9)

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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://developer.mend.io/github/AmadeusITGroup/otter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
codeboten pushed a commit to open-telemetry/opentelemetry-collector that referenced this pull request Jun 18, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action)
| action | minor | `4.4.1` -> `4.5.0` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v3.25.8` -> `v3.25.10` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v4.5.0`](https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0)

[Compare
Source](https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0)

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.25.10`](https://github.com/github/codeql-action/compare/v3.25.9...v3.25.10)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.9...v3.25.10)

###
[`v3.25.9`](https://github.com/github/codeql-action/compare/v3.25.8...v3.25.9)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.8...v3.25.9)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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://developer.mend.io/github/open-telemetry/opentelemetry-collector).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
IanKrieger added a commit to brave/ads-ui that referenced this pull request Jun 19, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update | Pending |
|---|---|---|---|---|---|---|---|---|
|
[@graphql-codegen/client-preset](https://github.com/dotansimha/graphql-code-generator)
([source](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/presets/client))
| [`4.2.6` ->
`4.3.0`](https://renovatebot.com/diffs/npm/@graphql-codegen%2fclient-preset/4.2.6/4.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-codegen%2fclient-preset/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphql-codegen%2fclient-preset/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphql-codegen%2fclient-preset/4.2.6/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-codegen%2fclient-preset/4.2.6/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
| [@mui/icons-material](https://mui.com/material-ui/material-icons/)
([source](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material))
| [`5.15.19` ->
`5.15.20`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.15.19/5.15.20)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2ficons-material/5.15.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2ficons-material/5.15.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2ficons-material/5.15.19/5.15.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2ficons-material/5.15.19/5.15.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch | |
| [@mui/material](https://mui.com/material-ui/)
([source](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material))
| [`5.15.19` ->
`5.15.20`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.15.19/5.15.20)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fmaterial/5.15.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fmaterial/5.15.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fmaterial/5.15.19/5.15.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fmaterial/5.15.19/5.15.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch | |
| [@mui/x-data-grid](https://mui.com/x/react-data-grid/)
([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid))
| [`7.6.2` ->
`7.7.0`](https://renovatebot.com/diffs/npm/@mui%2fx-data-grid/7.6.2/7.7.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-data-grid/7.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fx-data-grid/7.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fx-data-grid/7.6.2/7.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-data-grid/7.6.2/7.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | |
| [@mui/x-date-pickers](https://mui.com/x/react-date-pickers/)
([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers))
| [`7.6.2` ->
`7.7.0`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/7.6.2/7.7.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-date-pickers/7.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fx-date-pickers/7.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fx-date-pickers/7.6.2/7.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-date-pickers/7.6.2/7.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | |
|
[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme)
([source](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react))
| [`4.3.0` ->
`4.3.1`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/4.3.0/4.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-react/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitejs%2fplugin-react/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitejs%2fplugin-react/4.3.0/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-react/4.3.0/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
| [actions/checkout](https://github.com/actions/checkout) | `v4.1.6`
-> `v4.1.7` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fcheckout/v4.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/actions%2fcheckout/v4.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/actions%2fcheckout/v4.1.6/v4.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fcheckout/v4.1.6/v4.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| action | patch | |
| [github/codeql-action](https://github.com/github/codeql-action) |
`v3.25.8` -> `v3.25.10` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/github%2fcodeql-action/v3.25.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/github%2fcodeql-action/v3.25.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/github%2fcodeql-action/v3.25.8/v3.25.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/github%2fcodeql-action/v3.25.8/v3.25.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| action | patch | |
| [graphql](https://github.com/graphql/graphql-js) | [`16.8.1` ->
`16.8.2`](https://renovatebot.com/diffs/npm/graphql/16.8.1/16.8.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/graphql/16.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/graphql/16.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/graphql/16.8.1/16.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/graphql/16.8.1/16.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch | |
| [knip](https://knip.dev)
([source](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip))
| [`5.18.1` ->
`5.19.0`](https://renovatebot.com/diffs/npm/knip/5.18.1/5.19.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.18.1/5.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.18.1/5.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | `5.22.0` (+4) |
| [lint-staged](https://github.com/okonet/lint-staged) | [`15.2.5` ->
`15.2.7`](https://renovatebot.com/diffs/npm/lint-staged/15.2.5/15.2.7) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/15.2.5/15.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/15.2.5/15.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
| [prettier](https://prettier.io)
([source](https://github.com/prettier/prettier)) | [`3.3.1` ->
`3.3.2`](https://renovatebot.com/diffs/npm/prettier/3.3.1/3.3.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier/3.3.1/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.3.1/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
|
[typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
| [`7.12.0` ->
`7.13.0`](https://renovatebot.com/diffs/npm/typescript-eslint/7.12.0/7.13.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/7.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript-eslint/7.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript-eslint/7.12.0/7.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/7.12.0/7.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | `7.13.1` |
| [vite](https://vitejs.dev)
([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) |
[`5.2.13` ->
`5.3.1`](https://renovatebot.com/diffs/npm/vite/5.2.13/5.3.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.2.13/5.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.2.13/5.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |

---

### Release Notes

<details>
<summary>dotansimha/graphql-code-generator
(@&#8203;graphql-codegen/client-preset)</summary>

###
[`v4.3.0`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/presets/client/CHANGELOG.md#430)

[Compare
Source](https://github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/[email protected]...@graphql-codegen/[email protected])

##### Minor Changes

-
[#&#8203;10001](https://github.com/dotansimha/graphql-code-generator/pull/10001)
[`1be6e65`](https://github.com/dotansimha/graphql-code-generator/commit/1be6e65943b85162f3d465189d0a6df4b962df5d)
Thanks [@&#8203;n1ru4l](https://github.com/n1ru4l)! - Support
discriminating `null` and `undefined` within the `useFragment` function.

    ```ts
function MyComponent(props: FragmentType<typeof MyFragment> | null) {
      const data = useFragment(MyFragment, props);
      // data is `MyFragment | null`
    }

function MyComponent(props: FragmentType<typeof MyFragment> | undefined)
{
      const data = useFragment(MyFragment, props);
      // data is `MyFragment | undefined`
    }
    ```

Before, the returned type from `useFragment` was always `TType | null |
undefined`.

-
[#&#8203;9804](https://github.com/dotansimha/graphql-code-generator/pull/9804)
[`5e594ef`](https://github.com/dotansimha/graphql-code-generator/commit/5e594ef8f39b9e1036b6bcaa977f914a66fec03e)
Thanks [@&#8203;rachel-church](https://github.com/rachel-church)! -
Preserving `Array<T>` or `ReadonlyArray<T>` in `useFragment()` return
type.

##### Patch Changes

-
[#&#8203;9996](https://github.com/dotansimha/graphql-code-generator/pull/9996)
[`99f449c`](https://github.com/dotansimha/graphql-code-generator/commit/99f449c8dcd645d49eda26e4ddfcb8ad7056ecbf)
Thanks [@&#8203;nahn20](https://github.com/nahn20)! - Added
configuration to allow for custom hash functions for persisted documents
in the client preset

##### Example

```ts filename="codegen.ts" {10-12}
import { type CodegenConfig } from '@&#8203;graphql-codegen/cli';

const config: CodegenConfig = {
  schema: 'schema.graphql',
  documents: ['src/**/*.tsx'],
  generates: {
    './src/gql/': {
      preset: 'client',
      presetConfig: {
        persistedDocuments: {
          hashAlgorithm: operation => {
            const shasum = crypto.createHash('sha512');
            shasum.update(operation);
            return shasum.digest('hex');
          },
        },
      },
    },
  },
};
```

- Updated dependencies
\[[`5501c62`](https://github.com/dotansimha/graphql-code-generator/commit/5501c621f19eb5ef8e703a21f7367e07e41f199c)]:
-
[@&#8203;graphql-codegen/add](https://github.com/graphql-codegen/add)[@&#8203;5](https://github.com/5).0.3

</details>

<details>
<summary>mui/material-ui (@&#8203;mui/icons-material)</summary>

###
[`v5.15.20`](https://github.com/mui/material-ui/releases/tag/v5.15.20)

[Compare
Source](https://github.com/mui/material-ui/compare/v5.15.19...v5.15.20)

<!-- generated comparing v5.15.19..master -->

*Jun 12, 2024*

A big thanks to the 9 contributors who made this release possible.

##### `@mui/[email protected]`

- ​<!-- 17 -->\[Autocomplete] Shouldn't resize when hovering
([@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli))
([#&#8203;42535](https://github.com/mui/material-ui/issues/42535))
[@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli)
- ​<!-- 07 -->\[Tab] Fix applying `iconWrapper` styles from theme and
update its description ([@&#8203;sai6855](https://github.com/sai6855))
([#&#8203;42570](https://github.com/mui/material-ui/issues/42570))
[@&#8203;sai6855](https://github.com/sai6855)

##### `@mui/[email protected]`

- ​<!-- 06 -->Allow passing `NaN` as `defaultValue` to `useControlled`
([@&#8203;iammminzzy](https://github.com/iammminzzy))
([#&#8203;42571](https://github.com/mui/material-ui/issues/42571))
[@&#8203;iammminzzy](https://github.com/iammminzzy)
- ​<!-- 17 -->Fix GitHub-reported prototype pollution vulnerability in
`deepmerge`
([#&#8203;41652](https://github.com/mui/material-ui/issues/41652))
([#&#8203;42608](https://github.com/mui/material-ui/issues/42608))
[@&#8203;DiegoAndai](https://github.com/DiegoAndai)

##### Docs

- ​<!-- 16 -->\[docs] Add Pigment CSS and Base UI logos SVGs
([#&#8203;42513](https://github.com/mui/material-ui/issues/42513))
[@&#8203;danilo-leal](https://github.com/danilo-leal)
- ​<!-- 15 -->\[docs] Update twitter.com to x.com
[@&#8203;oliviertassinari](https://github.com/oliviertassinari)
- ​<!-- 14 -->\[docs] Simplify Example projects page
[@&#8203;oliviertassinari](https://github.com/oliviertassinari)
- ​<!-- 13 -->\[material-ui] Add docs for complementary stepper
components ([@&#8203;anle9650](https://github.com/anle9650))
([#&#8203;42613](https://github.com/mui/material-ui/issues/42613))
[@&#8203;anle9650](https://github.com/anle9650)
- ​<!-- 12 -->\[docs] Add changelog section to the design kits page
([@&#8203;danilo-leal](https://github.com/danilo-leal))
([#&#8203;42463](https://github.com/mui/material-ui/issues/42463))
[@&#8203;danilo-leal](https://github.com/danilo-leal)
- ​<!-- 11 -->\[material-ui] Fix sentence in the All components page
([@&#8203;danilo-leal](https://github.com/danilo-leal))
([#&#8203;42462](https://github.com/mui/material-ui/issues/42462))
[@&#8203;danilo-leal](https://github.com/danilo-leal)
- ​<!-- 10 -->\[material-ui] Update Figma design kit doc redirect link
([@&#8203;danilo-leal](https://github.com/danilo-leal))
([#&#8203;42456](https://github.com/mui/material-ui/issues/42456))
[@&#8203;danilo-leal](https://github.com/danilo-leal)
- ​<!-- 09 -->\[system] Add "dynamic values" section to sx prop page
([@&#8203;aarongarciah](https://github.com/aarongarciah))
([#&#8203;42453](https://github.com/mui/material-ui/issues/42453))
[@&#8203;aarongarciah](https://github.com/aarongarciah)

##### Core

- ​<!-- 18 -->\[website] Move the `React Engineer - X` role to future
roles
([#&#8203;42532](https://github.com/mui/material-ui/issues/42532))
[@&#8203;DanailH](https://github.com/DanailH)
- ​<!-- 08 -->\[examples] Remove Pigment CSS examples
([#&#8203;42538](https://github.com/mui/material-ui/issues/42538))
[@&#8203;sai6855](https://github.com/sai6855)
- ​<!-- 05 -->\[website] Close Developer Advocate / Content Engineer
role [@&#8203;oliviertassinari](https://github.com/oliviertassinari)
- ​<!-- 04 -->\[website] Update DoiT description and link in Sponsors
section ([@&#8203;erezstmn-doit](https://github.com/erezstmn-doit))
([#&#8203;42511](https://github.com/mui/material-ui/issues/42511))
[@&#8203;erezstmn-doit](https://github.com/erezstmn-doit)
- ​<!-- 03 -->\[website] Clean up the docs-infra job ad
([@&#8203;danilo-leal](https://github.com/danilo-leal))
([#&#8203;42509](https://github.com/mui/material-ui/issues/42509))
[@&#8203;danilo-leal](https://github.com/danilo-leal)
- ​<!-- 02 -->\[website] Open the Docs-infra engineer role
([@&#8203;danilo-leal](https://github.com/danilo-leal))
([#&#8203;42496](https://github.com/mui/material-ui/issues/42496))
[@&#8203;danilo-leal](https://github.com/danilo-leal)
- ​<!-- 01 -->\[website] Fix locationCountry in about page
[@&#8203;oliviertassinari](https://github.com/oliviertassinari)

All contributors of this release in alphabetical order:
[@&#8203;aarongarciah](https://github.com/aarongarciah),
[@&#8203;anle9650](https://github.com/anle9650),
[@&#8203;DanailH](https://github.com/DanailH),
[@&#8203;danilo-leal](https://github.com/danilo-leal),
[@&#8203;erezstmn-doit](https://github.com/erezstmn-doit),
[@&#8203;iammminzzy](https://github.com/iammminzzy),
[@&#8203;oliviertassinari](https://github.com/oliviertassinari),
[@&#8203;sai6855](https://github.com/sai6855),
[@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli)

</details>

<details>
<summary>mui/mui-x (@&#8203;mui/x-data-grid)</summary>

###
[`v7.7.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#770)

[Compare Source](https://github.com/mui/mui-x/compare/v7.6.2...v7.7.0)

*Jun 13, 2024*

We'd like to offer a big thanks to the 12 contributors who made this
release possible. Here are some highlights ✨:

-   🎁 Allow customization of the Pickers month and the year buttons
- 🌍 Improve Persian (fa-IR), Portuguese (pt-PT), and Russian (ru-RU)
locales on the Data Grid
- 🌍 Improve Korean (ko-KR) and Persian (fa-IR) locales on the Date and
Time Pickers
-   🐞 Bugfixes
-   📚 Documentation improvements

<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->

##### Data Grid

##### `@mui/[email protected]`

- \[DataGrid] Add `getFilterState` method
([#&#8203;13418](https://github.com/mui/mui-x/issues/13418))
[@&#8203;cherniavskii](https://github.com/cherniavskii)
- \[DataGrid] Do not show resize separators for column groups
([#&#8203;13455](https://github.com/mui/mui-x/issues/13455))
[@&#8203;cherniavskii](https://github.com/cherniavskii)
- \[l10n] Improve Persian (fa-IR) locale
([#&#8203;13402](https://github.com/mui/mui-x/issues/13402))
[@&#8203;fakhamatia](https://github.com/fakhamatia)
- \[l10n] Improve Portuguese (pt-PT) locale
([#&#8203;13384](https://github.com/mui/mui-x/issues/13384))
[@&#8203;olavocarvalho](https://github.com/olavocarvalho)
- \[l10n] Improve Russian (ru-RU) locale
([#&#8203;11210](https://github.com/mui/mui-x/issues/11210))
[@&#8203;dastan-akhmetov-scity](https://github.com/dastan-akhmetov-scity)

##### `@mui/[email protected]`
[![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link
"Pro plan")

Same changes as in `@mui/[email protected]`, plus:

- \[DataGridPro] Do not render detail panel if the focused cell is not
visible ([#&#8203;13456](https://github.com/mui/mui-x/issues/13456))
[@&#8203;cherniavskii](https://github.com/cherniavskii)

##### `@mui/[email protected]`
[![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link
"Premium plan")

Same changes as in `@mui/[email protected]`.

##### Date and Time Pickers

##### `@mui/[email protected]`

- \[l10n] Improve Korean (ko-KR) locale
([#&#8203;13452](https://github.com/mui/mui-x/issues/13452))
[@&#8203;ryxxn](https://github.com/ryxxn)
- \[l10n] Improve Persian (fa-IR) locale
([#&#8203;13402](https://github.com/mui/mui-x/issues/13402))
[@&#8203;fakhamatia](https://github.com/fakhamatia)
- \[pickers] Allow to customize the month and the year buttons
([#&#8203;13321](https://github.com/mui/mui-x/issues/13321))
[@&#8203;flaviendelangle](https://github.com/flaviendelangle)

##### `@mui/[email protected]`
[![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link
"Pro plan")

Same changes as in `@mui/[email protected]`.

##### Charts

##### `@mui/[email protected]`

- \[charts] Add watermark on the pro `ResponsiveChartContainer`
([#&#8203;13398](https://github.com/mui/mui-x/issues/13398))
[@&#8203;alexfauquette](https://github.com/alexfauquette)
- \[charts] Allow to specify y-axis configuration
([#&#8203;13438](https://github.com/mui/mui-x/issues/13438))
[@&#8203;alexfauquette](https://github.com/alexfauquette)
- \[charts] Fix eslint for react compiler
([#&#8203;13444](https://github.com/mui/mui-x/issues/13444))
[@&#8203;alexfauquette](https://github.com/alexfauquette)
- \[charts] Improve themeAugmentation typing
([#&#8203;13433](https://github.com/mui/mui-x/issues/13433))
[@&#8203;noraleonte](https://github.com/noraleonte)
- \[charts] Move the `ZAxisContextProvider` by default in the
`ChartContainer`
([#&#8203;13465](https://github.com/mui/mui-x/issues/13465))
[@&#8203;alexfauquette](https://github.com/alexfauquette)
- \[charts] Use plugins to define series extremum and colors
([#&#8203;13397](https://github.com/mui/mui-x/issues/13397))
[@&#8203;alexfauquette](https://github.com/alexfauquette)

##### Tree View

##### `@mui/[email protected]`

- \[TreeView] Improve TypeScript for plugins
([#&#8203;13380](https://github.com/mui/mui-x/issues/13380))
[@&#8203;flaviendelangle](https://github.com/flaviendelangle)
- \[TreeView] Improve the typing of the cancelable events
([#&#8203;13152](https://github.com/mui/mui-x/issues/13152))
[@&#8203;flaviendelangle](https://github.com/flaviendelangle)
- \[TreeView] Prepare support for PigmentCSS
([#&#8203;13412](https://github.com/mui/mui-x/issues/13412))
[@&#8203;flaviendelangle](https://github.com/flaviendelangle)
- \[TreeView] Refactor the tree view internals to prepare for headless
API ([#&#8203;13311](https://github.com/mui/mui-x/issues/13311))
[@&#8203;flaviendelangle](https://github.com/flaviendelangle)

##### Docs

- \[docs] Add `renderHeader` recipe to the Master Details docs
([#&#8203;13370](https://github.com/mui/mui-x/issues/13370))
[@&#8203;michelengelen](https://github.com/michelengelen)
- \[docs] Add lazy loading detail panel demo
([#&#8203;13453](https://github.com/mui/mui-x/issues/13453))
[@&#8203;cherniavskii](https://github.com/cherniavskii)
- \[docs] Add small edits to the Data Grid overview page
([#&#8203;13060](https://github.com/mui/mui-x/issues/13060))
[@&#8203;danilo-leal](https://github.com/danilo-leal)
- \[docs] Update a11y pages description
([#&#8203;13417](https://github.com/mui/mui-x/issues/13417))
[@&#8203;danilo-leal](https://github.com/danilo-leal)
- \[docs] improve the writing on the "Quick filter outside of the grid"
example ([#&#8203;13155](https://github.com/mui/mui-x/issues/13155))
[@&#8203;michelengelen](https://github.com/michelengelen)

##### Core

- \[core] Add `eslint-plugin-react-compiler` experimental version and
rules ([#&#8203;13415](https://github.com/mui/mui-x/issues/13415))
[@&#8203;JCQuintas](https://github.com/JCQuintas)
- \[core] Minor setup cleanup
([#&#8203;13467](https://github.com/mui/mui-x/issues/13467))
[@&#8203;LukasTy](https://github.com/LukasTy)
- \[infra] Adjust CI setup
([#&#8203;13448](https://github.com/mui/mui-x/issues/13448))
[@&#8203;LukasTy](https://github.com/LukasTy)
- \[test] Add tests for the custom slots of `TreeItem2`
([#&#8203;13314](https://github.com/mui/mui-x/issues/13314))
[@&#8203;flaviendelangle](https://github.com/flaviendelangle)

</details>

<details>
<summary>vitejs/vite-plugin-react
(@&#8203;vitejs/plugin-react)</summary>

###
[`v4.3.1`](https://github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#431-2024-06-10)

[Compare
Source](https://github.com/vitejs/vite-plugin-react/compare/v4.3.0...v4.3.1)

##### Fix support for React Compiler with React 18

The previous version made this assumption that the compiler was only
usable with React 19, but it's possible to use it with React 18 and a
custom `runtimeModule`:
https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43

When using a custom `runtimeModule`, the plugin will not try to
pre-optimize `react/compiler-runtime` dependency.

Reminder: Vite expect code outside of `node_modules` to be ESM, so you
will need to update the gist with `import React from 'react'`.

</details>

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.25.10`](https://github.com/github/codeql-action/compare/v3.25.9...v3.25.10)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.9...v3.25.10)

###
[`v3.25.9`](https://github.com/github/codeql-action/compare/v3.25.8...v3.25.9)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.8...v3.25.9)

</details>

<details>
<summary>graphql/graphql-js (graphql)</summary>

###
[`v16.8.2`](https://github.com/graphql/graphql-js/releases/tag/v16.8.2)

[Compare
Source](https://github.com/graphql/graphql-js/compare/v16.8.1...v16.8.2)

#### v16.8.2 (2024-06-12)

##### Bug Fix 🐞\*
[#&#8203;4022](https://github.com/graphql/graphql-js/pull/4022) fix:
remove `globalThis` check and align with what bundlers can accept
([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock))

##### Internal 🏠\*
[#&#8203;4104](https://github.com/graphql/graphql-js/pull/4104) Fix
publish scripts ([@&#8203;benjie](https://github.com/benjie))

##### Committers: 2

-   Benjie([@&#8203;benjie](https://github.com/benjie))
- Jovi De
Croock([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock))

</details>

<details>
<summary>webpro-nl/knip (knip)</summary>

### [`v5.19.0`](https://github.com/webpro-nl/knip/releases/tag/5.19.0)

[Compare
Source](https://github.com/webpro-nl/knip/compare/5.18.2...5.19.0)

- Fix up integration test for slonik
([`2abcea6`](https://github.com/webpro-nl/knip/commit/2abcea61))
- Stop printing the bulky help text for config errors
([`9576413`](https://github.com/webpro-nl/knip/commit/95764130))
- Throw if passed --workspace dir does not contain package.json
(resolves [#&#8203;667](https://github.com/webpro-nl/knip/issues/667))
([`ea3f124`](https://github.com/webpro-nl/knip/commit/ea3f1240))
- Support import.meta.resolve (resolves
[#&#8203;642](https://github.com/webpro-nl/knip/issues/642))
([`177baa2`](https://github.com/webpro-nl/knip/commit/177baa2b))
- Handle `NODE_OPTIONS=` in scripts
([`2ec5189`](https://github.com/webpro-nl/knip/commit/2ec5189a))
- Minor refactor
([`7c87441`](https://github.com/webpro-nl/knip/commit/7c87441e))
- Timerify `resolveModuleNames`
([#&#8203;673](https://github.com/webpro-nl/knip/issues/673))
([`9f2077c`](https://github.com/webpro-nl/knip/commit/9f2077ca))
- Support Jest's globalTeardown
([#&#8203;676](https://github.com/webpro-nl/knip/issues/676))
([`c170aeb`](https://github.com/webpro-nl/knip/commit/c170aebf))

### [`v5.18.2`](https://github.com/webpro-nl/knip/releases/tag/5.18.2)

[Compare
Source](https://github.com/webpro-nl/knip/compare/5.18.1...5.18.2)

- Improve re-export handling
([`9ccefb3`](https://github.com/webpro-nl/knip/commit/9ccefb34))
- Add identifier to trace for re-export from entry file
([`b0b8b3d`](https://github.com/webpro-nl/knip/commit/b0b8b3d3))
- Move tagged export logic into reusable handler
([`1dff2db`](https://github.com/webpro-nl/knip/commit/1dff2db4))
- Update docs
([`2f91c8d`](https://github.com/webpro-nl/knip/commit/2f91c8d0))
- Update `@ericcornelissen/bash-parser` to 0.5.3
([#&#8203;674](https://github.com/webpro-nl/knip/issues/674))
([`9a7ffac`](https://github.com/webpro-nl/knip/commit/9a7ffac2))

</details>

<details>
<summary>okonet/lint-staged (lint-staged)</summary>

###
[`v15.2.7`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1527)

[Compare
Source](https://github.com/okonet/lint-staged/compare/v15.2.6...v15.2.7)

##### Patch Changes

- [#&#8203;1440](https://github.com/lint-staged/lint-staged/pull/1440)
[`a51be80`](https://github.com/lint-staged/lint-staged/commit/a51be804b63307ac7af3c82f4cb2d43dbe92daac)
Thanks [@&#8203;iiroj](https://github.com/iiroj)! - In the previous
version the native `git rev-parse --show-toplevel` command was taken
into use for resolving the current git repo root. This version drops the
`--path-format=absolute` option to support earlier git versions since
it's also the default behavior. If you are still having trouble, please
try upgrading `git` to the latest version.

###
[`v15.2.6`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1526)

[Compare
Source](https://github.com/okonet/lint-staged/compare/v15.2.5...v15.2.6)

##### Patch Changes

- [#&#8203;1433](https://github.com/lint-staged/lint-staged/pull/1433)
[`119adb2`](https://github.com/lint-staged/lint-staged/commit/119adb29854cabddbfcf0469d7c8a0126184a5d4)
Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Use native "git
rev-parse" commands to determine git repo root directory and the .git
config directory, instead of using custom logic. This hopefully makes
path resolution more robust on non-POSIX systems.

</details>

<details>
<summary>prettier/prettier (prettier)</summary>

###
[`v3.3.2`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332)

[Compare
Source](https://github.com/prettier/prettier/compare/3.3.1...3.3.2)

[diff](https://github.com/prettier/prettier/compare/3.3.1...3.3.2)

##### Fix handlebars path expressions starts with `@`
([#&#8203;16358](https://github.com/prettier/prettier/pull/16358) by
[@&#8203;Princeyadav05](https://github.com/Princeyadav05))

<!-- prettier-ignore -->

```hbs
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>
```

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(typescript-eslint)</summary>

###
[`v7.13.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#7130-2024-06-10)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.12.0...v7.13.0)

This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>vitejs/vite (vite)</summary>

###
[`v5.3.1`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small531-2024-06-14-small)

[Compare
Source](https://github.com/vitejs/vite/compare/v5.3.0...v5.3.1)

- fix(build): handle preload treeshaking for braces
([#&#8203;17479](https://github.com/vitejs/vite/issues/17479))
([d355568](https://github.com/vitejs/vite/commit/d355568)), closes
[#&#8203;17479](https://github.com/vitejs/vite/issues/17479)
- fix(build): handle preload treeshaking for commas
([#&#8203;17472](https://github.com/vitejs/vite/issues/17472))
([3e27071](https://github.com/vitejs/vite/commit/3e27071)), closes
[#&#8203;17472](https://github.com/vitejs/vite/issues/17472)
- fix(build): preload treeshaking ignore equal
([#&#8203;17480](https://github.com/vitejs/vite/issues/17480))
([6ced135](https://github.com/vitejs/vite/commit/6ced135)), closes
[#&#8203;17480](https://github.com/vitejs/vite/issues/17480)
- chore: consolidate changelog for 5.3
([#&#8203;17476](https://github.com/vitejs/vite/issues/17476))
([1f09344](https://github.com/vitejs/vite/commit/1f09344)), closes
[#&#8203;17476](https://github.com/vitejs/vite/issues/17476)

###
[`v5.3.0`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#530-2024-06-13)

[Compare
Source](https://github.com/vitejs/vite/compare/v5.2.13...v5.3.0)

- fix: typo in client log
([#&#8203;17363](https://github.com/vitejs/vite/issues/17363))
([68aa9f8](https://github.com/vitejs/vite/commit/68aa9f8)), closes
[#&#8203;17363](https://github.com/vitejs/vite/issues/17363)
- fix(ssrTransform): handle arbitrary module namespace identifiers
([#&#8203;17446](https://github.com/vitejs/vite/issues/17446))
([0a76652](https://github.com/vitejs/vite/commit/0a76652)), closes
[#&#8203;17446](https://github.com/vitejs/vite/issues/17446)
- test: disable isolate for unit test
([#&#8203;17448](https://github.com/vitejs/vite/issues/17448))
([f16fae5](https://github.com/vitejs/vite/commit/f16fae5)), closes
[#&#8203;17448](https://github.com/vitejs/vite/issues/17448)
- feat: asset type add bmp
([#&#8203;17439](https://github.com/vitejs/vite/issues/17439))
([ec287f8](https://github.com/vitejs/vite/commit/ec287f8)), closes
[#&#8203;17439](https://github.com/vitejs/vite/issues/17439)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-4 * * 3" (UTC), 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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://developer.mend.io/github/brave/ads-ui).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ian Krieger <[email protected]>
ericwyles pushed a commit to defenseunicorns/uds-package-sonarqube that referenced this pull request Jun 20, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |
|
[defenseunicorns/uds-common](https://github.com/defenseunicorns/uds-common)
| | minor | `v0.5.0` -> `v0.6.0` |
|
[defenseunicorns/uds-common](https://github.com/defenseunicorns/uds-common)
| action | minor | `v0.5.0` -> `v0.6.0` |
| [defenseunicorns/zarf](https://github.com/defenseunicorns/zarf) | |
minor | `v0.34.0` -> `v0.35.0` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v3.25.6` -> `v3.25.10` |
| [golangci/golangci-lint](https://github.com/golangci/golangci-lint)
| repository | patch | `v1.59.0` -> `v1.59.1` |
|
[python-jsonschema/check-jsonschema](https://github.com/python-jsonschema/check-jsonschema)
| repository | patch | `0.28.4` -> `0.28.5` |
|
[renovatebot/pre-commit-hooks](https://github.com/renovatebot/pre-commit-hooks)
| repository | minor | `37.382.0` -> `37.413.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

<details>
<summary>defenseunicorns/uds-common
(defenseunicorns/uds-common)</summary>

###
[`v0.6.0`](https://github.com/defenseunicorns/uds-common/releases/tag/v0.6.0)

[Compare
Source](https://github.com/defenseunicorns/uds-common/compare/v0.5.1...v0.6.0)

##### Features

- lula lint integration
([#&#8203;147](https://github.com/defenseunicorns/uds-common/issues/147))
([7f357e0](https://github.com/defenseunicorns/uds-common/commit/7f357e0b42859b0178e90047885494ee03542be7))

##### Miscellaneous

- add a common bundle remove task
([#&#8203;153](https://github.com/defenseunicorns/uds-common/issues/153))
([f3b287c](https://github.com/defenseunicorns/uds-common/commit/f3b287c909c626e9f11d47b9e13d79312d3f3a99))
- **deps:** update uds common support dependencies
([#&#8203;148](https://github.com/defenseunicorns/uds-common/issues/148))
([b5854de](https://github.com/defenseunicorns/uds-common/commit/b5854de37ccb9e46751c17cecd8101411f9fac32))

###
[`v0.5.1`](https://github.com/defenseunicorns/uds-common/releases/tag/v0.5.1)

[Compare
Source](https://github.com/defenseunicorns/uds-common/compare/v0.5.0...v0.5.1)

##### Miscellaneous

- upgrade uds cli-cli to v0.11.2
([#&#8203;150](https://github.com/defenseunicorns/uds-common/issues/150))
([3f23c6d](https://github.com/defenseunicorns/uds-common/commit/3f23c6d9845cec860851f4476e54eb0199e20625))

</details>

<details>
<summary>defenseunicorns/zarf (defenseunicorns/zarf)</summary>

###
[`v0.35.0`](https://github.com/defenseunicorns/zarf/releases/tag/v0.35.0)

[Compare
Source](https://github.com/defenseunicorns/zarf/compare/v0.34.0...v0.35.0)

##### What's Changed

- refactor: remove use of k8s info and nodes by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2551
- test: shutdown http test servers by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2559
- feat: adding labels to all resources mutated by the agent by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2557
- test: zarf init state by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2556
- refactor: remove use of k8s deprecations by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2560
- test: remove validate pkg arch e2e test by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2563
- test: remove TestMismatchedVersions e2e test by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2564
- test: delete agent e2e label test by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2568
- fix: add custom error printing for Zarf commands by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2575
- refactor: remove use of k8s dynamic by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2561
- refactor: remove use of k8s namespace by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2550
- fix: cancel Cobra parent context on interrupt by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2567
- refactor: use root ctx in agent by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2578
- chore: deprecate DeprecatedKeys by
[@&#8203;schristoff-du](https://github.com/schristoff-du) in
[defenseunicorns/zarf#2581
- test: validate package by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2569
- chore: fix typos by
[@&#8203;beholdenkey](https://github.com/beholdenkey) in
[defenseunicorns/zarf#2590
- fix: docker containerd blob error by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2593
- fix(deps): update module github.com/defenseunicorns/pkg/oci to v1 by
[@&#8203;renovate](https://github.com/renovate) in
[defenseunicorns/zarf#2511
- fix: change so that second SIGINT signal immediately exits program by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2598
- refactor: add context in packager by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2597
- chore: update go version to 1.22.4 by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2595
- fix: handle errors in version command by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2589
- fix: cosign image pulls by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2599
- refactor: move k8s tunnel to cluster package by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2566
- test: cleanup e2e tests by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2601
- refactor: enable errcheck linter by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2501
- fix: crane option argument parameters by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2609
- feat: remove .metadata.image from schema by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2606
- refactor: remove use of k8s pods by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2553
- fix: pass image reference to syft sbom source object by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2612
- fix: only build a single binary in the init-package make target by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2614
- fix: avoid injector pod name collisions by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2620
- fix: no longer remove the agent ignore label from namespaces by
[@&#8203;Racer159](https://github.com/Racer159) in
[defenseunicorns/zarf#2623
- refactor: remove use of k8s secret by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2565
- fix: using a new s3 backend for test data by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2630
- chore(deps): update goreleaser/goreleaser-action action to v6 by
[@&#8203;renovate](https://github.com/renovate) in
[defenseunicorns/zarf#2596

**Full Changelog**:
defenseunicorns/zarf@v0.34.0...v0.35.0

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.25.10`](https://github.com/github/codeql-action/compare/v3.25.9...v3.25.10)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.9...v3.25.10)

###
[`v3.25.9`](https://github.com/github/codeql-action/compare/v3.25.8...v3.25.9)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.8...v3.25.9)

###
[`v3.25.8`](https://github.com/github/codeql-action/compare/v3.25.7...v3.25.8)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.7...v3.25.8)

###
[`v3.25.7`](https://github.com/github/codeql-action/compare/v3.25.6...v3.25.7)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.6...v3.25.7)

</details>

<details>
<summary>golangci/golangci-lint (golangci/golangci-lint)</summary>

###
[`v1.59.1`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1591)

[Compare
Source](https://github.com/golangci/golangci-lint/compare/v1.59.0...v1.59.1)

1.  Updated linters
    -   `go-errorlint`: from 1.5.1 to 1.5.2
    -   `gomnd`: deprecated configuration compatibility
    -   `intrange`: add `style` preset
    -   `misspell`: from 0.5.1 to 0.6.0
    -   `sloglint`: from 0.7.0 to 0.7.1
    -   `testifylint`: from 1.3.0 to 1.3.1
    -   `unparam`: bump to HEAD
    -   `usestdlibvars`: from 1.25.0 to 1.26.0
2.  Fixes
    -   SARIF: init empty result slice
    -   SARIF: issue column >= 1
3.  Documentation
    -   update `revive` configuration

</details>

<details>
<summary>python-jsonschema/check-jsonschema
(python-jsonschema/check-jsonschema)</summary>

###
[`v0.28.5`](https://github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0285)

[Compare
Source](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.4...0.28.5)

- Update vendored schemas: bitbucket-pipelines, dependabot,
github-actions,
    github-workflows, gitlab-ci, readthedocs, renovate (2024-06-10)
-   Update bitbucket schema to use the option from the
intellij-bitbucket-references-plugin . For more details on this
decision, see
:issue:`440` . Thanks
[@&#8203;blade2005](https://github.com/blade2005) for the PR!
(:pr:`442`)

</details>

<details>
<summary>renovatebot/pre-commit-hooks
(renovatebot/pre-commit-hooks)</summary>

###
[`v37.413.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.413.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.413.1...37.413.2)

See https://github.com/renovatebot/renovate/releases/tag/37.413.2 for
more changes

###
[`v37.413.1`](https://github.com/renovatebot/pre-commit-hooks/compare/37.413.0...37.413.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.413.0...37.413.1)

###
[`v37.413.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.413.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.412.2...37.413.0)

See https://github.com/renovatebot/renovate/releases/tag/37.413.0 for
more changes

###
[`v37.412.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.412.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.412.1...37.412.2)

See https://github.com/renovatebot/renovate/releases/tag/37.412.2 for
more changes

###
[`v37.412.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.412.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.411.0...37.412.1)

See https://github.com/renovatebot/renovate/releases/tag/37.412.1 for
more changes

###
[`v37.411.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.411.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.410.3...37.411.0)

See https://github.com/renovatebot/renovate/releases/tag/37.411.0 for
more changes

###
[`v37.410.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.410.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.410.2...37.410.3)

See https://github.com/renovatebot/renovate/releases/tag/37.410.3 for
more changes

###
[`v37.410.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.410.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.410.1...37.410.2)

See https://github.com/renovatebot/renovate/releases/tag/37.410.2 for
more changes

###
[`v37.410.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.410.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.409.1...37.410.1)

See https://github.com/renovatebot/renovate/releases/tag/37.410.1 for
more changes

###
[`v37.409.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.409.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.409.0...37.409.1)

See https://github.com/renovatebot/renovate/releases/tag/37.409.1 for
more changes

###
[`v37.409.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.409.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.408.3...37.409.0)

See https://github.com/renovatebot/renovate/releases/tag/37.409.0 for
more changes

###
[`v37.408.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.408.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.408.2...37.408.3)

See https://github.com/renovatebot/renovate/releases/tag/37.408.3 for
more changes

###
[`v37.408.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.408.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.408.1...37.408.2)

See https://github.com/renovatebot/renovate/releases/tag/37.408.2 for
more changes

###
[`v37.408.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.408.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.408.0...37.408.1)

See https://github.com/renovatebot/renovate/releases/tag/37.408.1 for
more changes

###
[`v37.408.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.408.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.407.4...37.408.0)

See https://github.com/renovatebot/renovate/releases/tag/37.408.0 for
more changes

###
[`v37.407.4`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.407.4)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.407.3...37.407.4)

See https://github.com/renovatebot/renovate/releases/tag/37.407.4 for
more changes

###
[`v37.407.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.407.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.407.2...37.407.3)

See https://github.com/renovatebot/renovate/releases/tag/37.407.3 for
more changes

###
[`v37.407.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.407.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.407.1...37.407.2)

See https://github.com/renovatebot/renovate/releases/tag/37.407.2 for
more changes

###
[`v37.407.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.407.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.406.2...37.407.1)

See https://github.com/renovatebot/renovate/releases/tag/37.407.1 for
more changes

###
[`v37.406.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.406.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.406.1...37.406.2)

See https://github.com/renovatebot/renovate/releases/tag/37.406.2 for
more changes

###
[`v37.406.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.406.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.406.0...37.406.1)

See https://github.com/renovatebot/renovate/releases/tag/37.406.1 for
more changes

###
[`v37.406.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.406.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.405.0...37.406.0)

See https://github.com/renovatebot/renovate/releases/tag/37.406.0 for
more changes

###
[`v37.405.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.405.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.399.9...37.405.0)

See https://github.com/renovatebot/renovate/releases/tag/37.405.0 for
more changes

###
[`v37.399.9`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.399.9)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.399.8...37.399.9)

See https://github.com/renovatebot/renovate/releases/tag/37.399.9 for
more changes

###
[`v37.399.8`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.399.8)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.399.6...37.399.8)

See https://github.com/renovatebot/renovate/releases/tag/37.399.8 for
more changes

###
[`v37.399.6`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.399.6)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.399.5...37.399.6)

See https://github.com/renovatebot/renovate/releases/tag/37.399.6 for
more changes

###
[`v37.399.5`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.399.5)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.399.3...37.399.5)

See https://github.com/renovatebot/renovate/releases/tag/37.399.5 for
more changes

###
[`v37.399.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.399.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.399.0...37.399.3)

See https://github.com/renovatebot/renovate/releases/tag/37.399.3 for
more changes

###
[`v37.399.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.399.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.398.2...37.399.0)

See https://github.com/renovatebot/renovate/releases/tag/37.399.0 for
more changes

###
[`v37.398.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.398.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.398.1...37.398.2)

See https://github.com/renovatebot/renovate/releases/tag/37.398.2 for
more changes

###
[`v37.398.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.398.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.398.0...37.398.1)

See https://github.com/renovatebot/renovate/releases/tag/37.398.1 for
more changes

###
[`v37.398.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.398.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.397.0...37.398.0)

See https://github.com/renovatebot/renovate/releases/tag/37.398.0 for
more changes

###
[`v37.397.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.397.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.396.0...37.397.0)

See https://github.com/renovatebot/renovate/releases/tag/37.397.0 for
more changes

###
[`v37.396.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.396.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.395.0...37.396.0)

See https://github.com/renovatebot/renovate/releases/tag/37.396.0 for
more changes

###
[`v37.395.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.395.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.393.0...37.395.0)

See https://github.com/renovatebot/renovate/releases/tag/37.395.0 for
more changes

###
[`v37.393.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.393.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.392.0...37.393.0)

See https://github.com/renovatebot/renovate/releases/tag/37.393.0 for
more changes

###
[`v37.392.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.392.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.391.3...37.392.0)

See https://github.com/renovatebot/renovate/releases/tag/37.392.0 for
more changes

###
[`v37.391.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.391.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.391.2...37.391.3)

See https://github.com/renovatebot/renovate/releases/tag/37.391.3 for
more changes

###
[`v37.391.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.391.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.391.0...37.391.2)

See https://github.com/renovatebot/renovate/releases/tag/37.391.2 for
more changes

###
[`v37.391.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.391.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.390.1...37.391.0)

See https://github.com/renovatebot/renovate/releases/tag/37.391.0 for
more changes

###
[`v37.390.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.390.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.390.0...37.390.1)

See https://github.com/renovatebot/renovate/releases/tag/37.390.1 for
more changes

###
[`v37.390.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.390.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.388.2...37.390.0)

See https://github.com/renovatebot/renovate/releases/tag/37.390.0 for
more changes

###
[`v37.388.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.388.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.388.1...37.388.2)

See https://github.com/renovatebot/renovate/releases/tag/37.388.2 for
more changes

###
[`v37.388.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.388.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.388.0...37.388.1)

See https://github.com/renovatebot/renovate/releases/tag/37.388.1 for
more changes

###
[`v37.388.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.388.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.387.3...37.388.0)

See https://github.com/renovatebot/renovate/releases/tag/37.388.0 for
more changes

###
[`v37.387.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.387.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.387.2...37.387.3)

See https://github.com/renovatebot/renovate/releases/tag/37.387.3 for
more changes

###
[`v37.387.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.387.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.387.0...37.387.2)

See https://github.com/renovatebot/renovate/releases/tag/37.387.2 for
more changes

###
[`v37.387.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.387.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.385.0...37.387.0)

See https://github.com/renovatebot/renovate/releases/tag/37.387.0 for
more changes

###
[`v37.385.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.385.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.384.1...37.385.0)

See https://github.com/renovatebot/renovate/releases/tag/37.385.0 for
more changes

###
[`v37.384.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.384.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.384.0...37.384.1)

See https://github.com/renovatebot/renovate/releases/tag/37.384.1 for
more changes

###
[`v37.384.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.384.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.382.5...37.384.0)

See https://github.com/renovatebot/renovate/releases/tag/37.384.0 for
more changes

###
[`v37.382.5`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.382.5)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.382.4...37.382.5)

See https://github.com/renovatebot/renovate/releases/tag/37.382.5 for
more changes

###
[`v37.382.4`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.382.4)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.382.3...37.382.4)

See https://github.com/renovatebot/renovate/releases/tag/37.382.4 for
more changes

###
[`v37.382.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.382.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.382.2...37.382.3)

See https://github.com/renovatebot/renovate/releases/tag/37.382.3 for
more changes

###
[`v37.382.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.382.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.382.0...37.382.2)

See https://github.com/renovatebot/renovate/releases/tag/37.382.2 for
more changes

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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://developer.mend.io/github/defenseunicorns/uds-package-sonarqube).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJzdXBwb3J0LWRlcHMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Release-As: 9.9.5-uds.1
OCram85 added a commit to OCram85/swarmproxy that referenced this pull request Jun 20, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://gitea.ocram85.com/actions/checkout) | action | major | `v3` -> `v4` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

### [`v4`](https://gitea.ocram85.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare Source](https://gitea.ocram85.com/actions/checkout/compare/v3...v4)

-   Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in actions/checkout#1739
-   Bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in actions/checkout#1697
-   Check out other refs/\* by commit by [@&#8203;orhantoy](https://github.com/orhantoy) in actions/checkout#1774
-   Pin actions/checkout's own workflows to a known, good, stable version. by [@&#8203;jww3](https://github.com/jww3) in actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODkuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: OCram85 <[email protected]>
Reviewed-on: https://gitea.ocram85.com/OCram85/swarmproxy/pulls/18
Reviewed-by: OCram85 <[email protected]>
Co-authored-by: renovate-bot <[email protected]>
Co-committed-by: renovate-bot <[email protected]>
ericwyles pushed a commit to defenseunicorns/uds-package-mattermost that referenced this pull request Jun 20, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |
|
[defenseunicorns/uds-common](https://github.com/defenseunicorns/uds-common)
| | minor | `v0.5.0` -> `v0.6.0` |
|
[defenseunicorns/uds-common](https://github.com/defenseunicorns/uds-common)
| action | minor | `v0.5.0` -> `v0.6.0` |
| [defenseunicorns/zarf](https://github.com/defenseunicorns/zarf) | |
minor | `v0.34.0` -> `v0.35.0` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v3.25.8` -> `v3.25.10` |
|
[renovatebot/pre-commit-hooks](https://github.com/renovatebot/pre-commit-hooks)
| repository | minor | `37.399.9` -> `37.413.3` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

<details>
<summary>defenseunicorns/uds-common
(defenseunicorns/uds-common)</summary>

###
[`v0.6.0`](https://github.com/defenseunicorns/uds-common/releases/tag/v0.6.0)

[Compare
Source](https://github.com/defenseunicorns/uds-common/compare/v0.5.1...v0.6.0)

##### Features

- lula lint integration
([#&#8203;147](https://github.com/defenseunicorns/uds-common/issues/147))
([7f357e0](https://github.com/defenseunicorns/uds-common/commit/7f357e0b42859b0178e90047885494ee03542be7))

##### Miscellaneous

- add a common bundle remove task
([#&#8203;153](https://github.com/defenseunicorns/uds-common/issues/153))
([f3b287c](https://github.com/defenseunicorns/uds-common/commit/f3b287c909c626e9f11d47b9e13d79312d3f3a99))
- **deps:** update uds common support dependencies
([#&#8203;148](https://github.com/defenseunicorns/uds-common/issues/148))
([b5854de](https://github.com/defenseunicorns/uds-common/commit/b5854de37ccb9e46751c17cecd8101411f9fac32))

###
[`v0.5.1`](https://github.com/defenseunicorns/uds-common/releases/tag/v0.5.1)

[Compare
Source](https://github.com/defenseunicorns/uds-common/compare/v0.5.0...v0.5.1)

##### Miscellaneous

- upgrade uds cli-cli to v0.11.2
([#&#8203;150](https://github.com/defenseunicorns/uds-common/issues/150))
([3f23c6d](https://github.com/defenseunicorns/uds-common/commit/3f23c6d9845cec860851f4476e54eb0199e20625))

</details>

<details>
<summary>defenseunicorns/zarf (defenseunicorns/zarf)</summary>

###
[`v0.35.0`](https://github.com/defenseunicorns/zarf/releases/tag/v0.35.0)

[Compare
Source](https://github.com/defenseunicorns/zarf/compare/v0.34.0...v0.35.0)

##### What's Changed

- refactor: remove use of k8s info and nodes by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2551
- test: shutdown http test servers by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2559
- feat: adding labels to all resources mutated by the agent by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2557
- test: zarf init state by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2556
- refactor: remove use of k8s deprecations by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2560
- test: remove validate pkg arch e2e test by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2563
- test: remove TestMismatchedVersions e2e test by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2564
- test: delete agent e2e label test by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2568
- fix: add custom error printing for Zarf commands by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2575
- refactor: remove use of k8s dynamic by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2561
- refactor: remove use of k8s namespace by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2550
- fix: cancel Cobra parent context on interrupt by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2567
- refactor: use root ctx in agent by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2578
- chore: deprecate DeprecatedKeys by
[@&#8203;schristoff-du](https://github.com/schristoff-du) in
[defenseunicorns/zarf#2581
- test: validate package by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2569
- chore: fix typos by
[@&#8203;beholdenkey](https://github.com/beholdenkey) in
[defenseunicorns/zarf#2590
- fix: docker containerd blob error by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2593
- fix(deps): update module github.com/defenseunicorns/pkg/oci to v1 by
[@&#8203;renovate](https://github.com/renovate) in
[defenseunicorns/zarf#2511
- fix: change so that second SIGINT signal immediately exits program by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2598
- refactor: add context in packager by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2597
- chore: update go version to 1.22.4 by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2595
- fix: handle errors in version command by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2589
- fix: cosign image pulls by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2599
- refactor: move k8s tunnel to cluster package by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2566
- test: cleanup e2e tests by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2601
- refactor: enable errcheck linter by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2501
- fix: crane option argument parameters by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2609
- feat: remove .metadata.image from schema by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2606
- refactor: remove use of k8s pods by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2553
- fix: pass image reference to syft sbom source object by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2612
- fix: only build a single binary in the init-package make target by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2614
- fix: avoid injector pod name collisions by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2620
- fix: no longer remove the agent ignore label from namespaces by
[@&#8203;Racer159](https://github.com/Racer159) in
[defenseunicorns/zarf#2623
- refactor: remove use of k8s secret by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2565
- fix: using a new s3 backend for test data by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2630
- chore(deps): update goreleaser/goreleaser-action action to v6 by
[@&#8203;renovate](https://github.com/renovate) in
[defenseunicorns/zarf#2596

**Full Changelog**:
defenseunicorns/zarf@v0.34.0...v0.35.0

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.25.10`](https://github.com/github/codeql-action/compare/v3.25.9...v3.25.10)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.9...v3.25.10)

###
[`v3.25.9`](https://github.com/github/codeql-action/compare/v3.25.8...v3.25.9)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.8...v3.25.9)

</details>

<details>
<summary>renovatebot/pre-commit-hooks
(renovatebot/pre-commit-hooks)</summary>

###
[`v37.413.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.413.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.413.2...37.413.3)

See https://github.com/renovatebot/renovate/releases/tag/37.413.3 for
more changes

###
[`v37.413.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.413.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.413.1...37.413.2)

See https://github.com/renovatebot/renovate/releases/tag/37.413.2 for
more changes

###
[`v37.413.1`](https://github.com/renovatebot/pre-commit-hooks/compare/37.413.0...37.413.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.413.0...37.413.1)

###
[`v37.413.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.413.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.412.2...37.413.0)

See https://github.com/renovatebot/renovate/releases/tag/37.413.0 for
more changes

###
[`v37.412.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.412.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.412.1...37.412.2)

See https://github.com/renovatebot/renovate/releases/tag/37.412.2 for
more changes

###
[`v37.412.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.412.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.411.0...37.412.1)

See https://github.com/renovatebot/renovate/releases/tag/37.412.1 for
more changes

###
[`v37.411.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.411.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.410.3...37.411.0)

See https://github.com/renovatebot/renovate/releases/tag/37.411.0 for
more changes

###
[`v37.410.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.410.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.410.2...37.410.3)

See https://github.com/renovatebot/renovate/releases/tag/37.410.3 for
more changes

###
[`v37.410.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.410.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.410.1...37.410.2)

See https://github.com/renovatebot/renovate/releases/tag/37.410.2 for
more changes

###
[`v37.410.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.410.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.409.1...37.410.1)

See https://github.com/renovatebot/renovate/releases/tag/37.410.1 for
more changes

###
[`v37.409.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.409.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.409.0...37.409.1)

See https://github.com/renovatebot/renovate/releases/tag/37.409.1 for
more changes

###
[`v37.409.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.409.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.408.3...37.409.0)

See https://github.com/renovatebot/renovate/releases/tag/37.409.0 for
more changes

###
[`v37.408.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.408.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.408.2...37.408.3)

See https://github.com/renovatebot/renovate/releases/tag/37.408.3 for
more changes

###
[`v37.408.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.408.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.408.1...37.408.2)

See https://github.com/renovatebot/renovate/releases/tag/37.408.2 for
more changes

###
[`v37.408.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.408.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.408.0...37.408.1)

See https://github.com/renovatebot/renovate/releases/tag/37.408.1 for
more changes

###
[`v37.408.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.408.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.407.4...37.408.0)

See https://github.com/renovatebot/renovate/releases/tag/37.408.0 for
more changes

###
[`v37.407.4`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.407.4)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.407.3...37.407.4)

See https://github.com/renovatebot/renovate/releases/tag/37.407.4 for
more changes

###
[`v37.407.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.407.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.407.2...37.407.3)

See https://github.com/renovatebot/renovate/releases/tag/37.407.3 for
more changes

###
[`v37.407.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.407.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.407.1...37.407.2)

See https://github.com/renovatebot/renovate/releases/tag/37.407.2 for
more changes

###
[`v37.407.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.407.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.406.2...37.407.1)

See https://github.com/renovatebot/renovate/releases/tag/37.407.1 for
more changes

###
[`v37.406.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.406.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.406.1...37.406.2)

See https://github.com/renovatebot/renovate/releases/tag/37.406.2 for
more changes

###
[`v37.406.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.406.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.406.0...37.406.1)

See https://github.com/renovatebot/renovate/releases/tag/37.406.1 for
more changes

###
[`v37.406.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.406.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.405.0...37.406.0)

See https://github.com/renovatebot/renovate/releases/tag/37.406.0 for
more changes

###
[`v37.405.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.405.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.399.9...37.405.0)

See https://github.com/renovatebot/renovate/releases/tag/37.405.0 for
more changes

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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://developer.mend.io/github/defenseunicorns/uds-package-mattermost).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJzdXBwb3J0LWRlcHMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Release-As: 9.8.1-uds.1
peterjokumsen added a commit to helderberg-pirates-baseball/websites that referenced this pull request Jun 22, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action)
| action | minor | `v4.4.1` -> `v4.5.0` |
|
[renovatebot/github-action](https://github.com/renovatebot/github-action)
| action | patch | `v40.1.11` -> `v40.1.12` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v4.5.0`](https://github.com/codecov/codecov-action/releases/tag/v4.5.0)

[Compare
Source](https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0)

#### What's Changed

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 7.9.0 to 7.10.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1446
- build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1443
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 7.9.0 to 7.10.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1445
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 7.10.0 to 7.11.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1459
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 7.10.0 to 7.11.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1458
- build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1456
- build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1460
- build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1466
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 7.11.0 to 7.12.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1467
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 7.11.0 to 7.12.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1468
- build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1472
- fix: handle trailing commas by
[@&#8203;joseph-sentry](https://github.com/joseph-sentry) in
[codecov/codecov-action#1470
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 7.12.0 to 7.13.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1474
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1475
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 7.12.0 to 7.13.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1473
- feat: add support for tokenless v3 by
[@&#8203;joseph-sentry](https://github.com/joseph-sentry) in
[codecov/codecov-action#1410
- Use an existing token even if the PR is from a fork by
[@&#8203;leofeyer](https://github.com/leofeyer) in
[codecov/codecov-action#1471
- chore(release): bump to 4.5.0 by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1477

#### New Contributors

- [@&#8203;joseph-sentry](https://github.com/joseph-sentry) made their
first contribution in
[codecov/codecov-action#1470
- [@&#8203;leofeyer](https://github.com/leofeyer) made their first
contribution in
[codecov/codecov-action#1471

**Full Changelog**:
codecov/codecov-action@v4.4.1...v4.5.0

</details>

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v40.1.12`](https://github.com/renovatebot/github-action/releases/tag/v40.1.12)

[Compare
Source](https://github.com/renovatebot/github-action/compare/v40.1.11...v40.1.12)

##### Documentation

- add section about commit signing using GitHub App
([#&#8203;838](https://github.com/renovatebot/github-action/issues/838))
([6537be5](https://github.com/renovatebot/github-action/commit/6537be502beb6ec24d09026f88f1fccf1f716890))
- clarify file naming
([#&#8203;835](https://github.com/renovatebot/github-action/issues/835))
([e063ae9](https://github.com/renovatebot/github-action/commit/e063ae963e472fcbda01b080631c7cc4d42d732a))
- update references to actions/checkout to v4.1.5
([9f55642](https://github.com/renovatebot/github-action/commit/9f556420b415b25d5cb3004f280e181fc52bf795))
- update references to actions/checkout to v4.1.6
([ef89c4f](https://github.com/renovatebot/github-action/commit/ef89c4f2784ce14b5d8d9f1cb4e7ebb35c851c11))
- update references to ghcr.io/renovatebot/renovate to v37.342.1
([9912bcb](https://github.com/renovatebot/github-action/commit/9912bcb97df4615c446b93de13a0951c165215f7))
- update references to ghcr.io/renovatebot/renovate to v37.356.1
([fb25c83](https://github.com/renovatebot/github-action/commit/fb25c831953a81748b9f1b121a4fb0e927f9f34b))
- update references to ghcr.io/renovatebot/renovate to v37.385.0
([af35cfd](https://github.com/renovatebot/github-action/commit/af35cfd69505ff53eca31ab9cc4716390eab289e))
- update references to renovatebot/github-action to v40.1.11
([ded0be5](https://github.com/renovatebot/github-action/commit/ded0be57b427f64ffcb247ee675cfc84ca1e26d7))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/node](https://github.com/types/node) to v20.12.10
([b03198a](https://github.com/renovatebot/github-action/commit/b03198a090960eeacfe91c80c257422cc4ffc587))
- **deps:** update dependency
[@&#8203;types/node](https://github.com/types/node) to v20.12.11
([264a396](https://github.com/renovatebot/github-action/commit/264a396747cce18ad09968d7edd7b3d42f22d24c))
- **deps:** update dependency
[@&#8203;types/node](https://github.com/types/node) to v20.12.12
([38a7ea3](https://github.com/renovatebot/github-action/commit/38a7ea3b017ffaf094ade08501a3f8ce38427bc0))
- **deps:** update dependency
[@&#8203;types/node](https://github.com/types/node) to v20.12.8
([809e5eb](https://github.com/renovatebot/github-action/commit/809e5eb2d7c57149cfaa5811cc7207b1fb07c0a0))
- **deps:** update dependency
[@&#8203;types/node](https://github.com/types/node) to v20.12.9
([bfe08a7](https://github.com/renovatebot/github-action/commit/bfe08a7f2ab21b93ba2c7af5bb8141ed80f5451c))
- **deps:** update dependency lint-staged to v15.2.4
([e2c0ea7](https://github.com/renovatebot/github-action/commit/e2c0ea7650c5bc2918b744eddc8bc9f45f9d78a2))
- **deps:** update dependency lint-staged to v15.2.5
([d9d9189](https://github.com/renovatebot/github-action/commit/d9d9189a63217d41dc2b46e41dcfab3152f9ffb9))
- **deps:** update dependency npm-run-all2 to v6.2.0
([05e22d8](https://github.com/renovatebot/github-action/commit/05e22d86dff0511bb8c40afe9daf6f2fbf2e1897))
- **deps:** update dependency rimraf to v5.0.6
([04130f6](https://github.com/renovatebot/github-action/commit/04130f6d4c94ec0c62d18da0b2daa4ee90bc9609))
- **deps:** update dependency rimraf to v5.0.7
([c77a685](https://github.com/renovatebot/github-action/commit/c77a6852c5d0d7421b0b5d987617695e1cbe5d24))
- **deps:** update dependency semantic-release to v23.1.1
([2129005](https://github.com/renovatebot/github-action/commit/21290052d4e870e43a87feca58731d3d943578b2))
- **deps:** update pnpm to v8.15.8
([c40251f](https://github.com/renovatebot/github-action/commit/c40251f758fe5ceac86e0569d5dd512145a1d852))

##### Build System

- **deps:** lock file maintenance
([2b0dd43](https://github.com/renovatebot/github-action/commit/2b0dd43600e17c9de973b1d2daacae3e2e73c9b5))

##### Continuous Integration

- **deps:** update actions/checkout action to v4.1.5
([726c6ce](https://github.com/renovatebot/github-action/commit/726c6ce34c0d699156ba33507bb70be495a46186))
- **deps:** update actions/checkout action to v4.1.6
([c469b8b](https://github.com/renovatebot/github-action/commit/c469b8b354d1eb80ba1e0f031057c07b8a59444e))
- **deps:** update renovate docker tag to v37.327.2
([a5a32e5](https://github.com/renovatebot/github-action/commit/a5a32e51a075f1ebac37777cf18f650a32fb529c))
- **deps:** update renovate docker tag to v37.329.0
([80ac7b0](https://github.com/renovatebot/github-action/commit/80ac7b01be6172f24aba9717faee95ffee97585f))
- **deps:** update renovate docker tag to v37.329.1
([c860f8b](https://github.com/renovatebot/github-action/commit/c860f8b8964e1d91b9ca08683205603662fed18c))
- **deps:** update renovate docker tag to v37.330.0
([4ac1023](https://github.com/renovatebot/github-action/commit/4ac10236c5baeb06e177f8190ab8758c50326cee))
- **deps:** update renovate docker tag to v37.336.0
([c3a2a92](https://github.com/renovatebot/github-action/commit/c3a2a928e119581e14718c5d12a02f8d71e3a6ee))
- **deps:** update renovate docker tag to v37.340.4
([a5c073e](https://github.com/renovatebot/github-action/commit/a5c073e469ee7a1102440ee4ae7f24fdfb4c7948))
- **deps:** update renovate docker tag to v37.340.5
([7c8209b](https://github.com/renovatebot/github-action/commit/7c8209bb7c099736295c3638e38d333f1e54927f))
- **deps:** update renovate docker tag to v37.340.7
([#&#8203;836](https://github.com/renovatebot/github-action/issues/836))
([c83cffd](https://github.com/renovatebot/github-action/commit/c83cffd8fdbfb314cddd0d43b7f37b4b5ef19cf2))
- **deps:** update renovate docker tag to v37.340.8
([747a790](https://github.com/renovatebot/github-action/commit/747a790b165a5dce90d41fd6dfe4b8a8ba800579))
- **deps:** update renovate docker tag to v37.340.9
([9510584](https://github.com/renovatebot/github-action/commit/95105845ebd7d51e8e6c84ec030c923d3a01aeb0))
- **deps:** update renovate docker tag to v37.342.1
([8370a32](https://github.com/renovatebot/github-action/commit/8370a32dd5944d75ec6b46a339cc0aea175d4989))
- **deps:** update renovate docker tag to v37.347.0
([f30f9cd](https://github.com/renovatebot/github-action/commit/f30f9cd8d50d50d1662219d698935b2ae0f2d766))
- **deps:** update renovate docker tag to v37.349.2
([ccae59d](https://github.com/renovatebot/github-action/commit/ccae59db5d3ef0b7c8cc3b8f4555dd0404f5d8ef))
- **deps:** update renovate docker tag to v37.349.3
([c3f50f9](https://github.com/renovatebot/github-action/commit/c3f50f9b44a55c6f999540eb0476b12fea58d320))
- **deps:** update renovate docker tag to v37.351.2
([5aa9fd4](https://github.com/renovatebot/github-action/commit/5aa9fd46f8c589ae1835c7da88707087c3806128))
- **deps:** update renovate docker tag to v37.353.0
([fc254a7](https://github.com/renovatebot/github-action/commit/fc254a73a4fd852140702be0139f94696d6afbce))
- **deps:** update renovate docker tag to v37.353.1
([32702b1](https://github.com/renovatebot/github-action/commit/32702b14ab1b59cc09068f98363e0e5e141b6451))
- **deps:** update renovate docker tag to v37.354.1
([64b8e78](https://github.com/renovatebot/github-action/commit/64b8e786f7c0018adaa804ea5abfe5a79952b90d))
- **deps:** update renovate docker tag to v37.354.6
([835916b](https://github.com/renovatebot/github-action/commit/835916b732a41521c853a977237d65e291f16052))
- **deps:** update renovate docker tag to v37.355.1
([fa66f0f](https://github.com/renovatebot/github-action/commit/fa66f0ff32e0164b85f37d788ddab92f2cab2f17))
- **deps:** update renovate docker tag to v37.356.0
([f26bed6](https://github.com/renovatebot/github-action/commit/f26bed602856bd57505a47729b51a5ca9477969b))
- **deps:** update renovate docker tag to v37.356.1
([0cb6900](https://github.com/renovatebot/github-action/commit/0cb69003a70da39e0cd38dcb268214e63f56ba39))
- **deps:** update renovate docker tag to v37.358.0
([8d0582d](https://github.com/renovatebot/github-action/commit/8d0582d0337d6ebbbad3748b03bd03a95dcae61e))
- **deps:** update renovate docker tag to v37.363.9
([1bb8d42](https://github.com/renovatebot/github-action/commit/1bb8d42866ba2bad4194025ddc4145de83f076c7))
- **deps:** update renovate docker tag to v37.368.1
([012ab12](https://github.com/renovatebot/github-action/commit/012ab121a89fd9aaea061a444e98305eb1411388))
- **deps:** update renovate docker tag to v37.368.6
([129d6fe](https://github.com/renovatebot/github-action/commit/129d6fead07bd76b341fe9d7da6dbf8753e785b2))
- **deps:** update renovate docker tag to v37.368.7
([f4404cb](https://github.com/renovatebot/github-action/commit/f4404cb99963a0ff826684e4069b079cdc805e01))
- **deps:** update renovate docker tag to v37.368.9
([45e5900](https://github.com/renovatebot/github-action/commit/45e590035ffa37686885cb8d15cc5d05f0585715))
- **deps:** update renovate docker tag to v37.371.1
([e966f22](https://github.com/renovatebot/github-action/commit/e966f228d3c26b9d59a53b68385fdaf14aefb333))
- **deps:** update renovate docker tag to v37.374.3
([ed9467d](https://github.com/renovatebot/github-action/commit/ed9467d63e501a7e9e4278bc78ae01513c7a970e))
- **deps:** update renovate docker tag to v37.375.2
([a57ae60](https://github.com/renovatebot/github-action/commit/a57ae609afe8909882d2993eb42257af730efe16))
- **deps:** update renovate docker tag to v37.377.0
([7cd9e62](https://github.com/renovatebot/github-action/commit/7cd9e62c064773130d312f57f3b40e86de3571cd))
- **deps:** update renovate docker tag to v37.377.2
([c5b906f](https://github.com/renovatebot/github-action/commit/c5b906f5713e2fda647190ad655578e687259dc0))
- **deps:** update renovate docker tag to v37.377.4
([11c642f](https://github.com/renovatebot/github-action/commit/11c642fc174a22c44e4b4d7f9061dd620277861e))
- **deps:** update renovate docker tag to v37.377.5
([6be22c7](https://github.com/renovatebot/github-action/commit/6be22c7d53cd676f698ce343b61e1cc792b58ef6))
- **deps:** update renovate docker tag to v37.377.6
([1c7d894](https://github.com/renovatebot/github-action/commit/1c7d894f0988ccb81d6684b78c3dd6126c9cd0fd))
- **deps:** update renovate docker tag to v37.377.7
([eeb5134](https://github.com/renovatebot/github-action/commit/eeb5134ff67e97b0b8e3b6f23a68ae1f129badd3))
- **deps:** update renovate docker tag to v37.377.8
([9d4b1c8](https://github.com/renovatebot/github-action/commit/9d4b1c86613e3e2807fd93bcc4ee42ee4800f004))
- **deps:** update renovate docker tag to v37.379.0
([72ad8b1](https://github.com/renovatebot/github-action/commit/72ad8b19421c1e310818c0732187f00706323536))
- **deps:** update renovate docker tag to v37.381.10
([16df9eb](https://github.com/renovatebot/github-action/commit/16df9ebe4462114b7dc571e804795de6eb459814))
- **deps:** update renovate docker tag to v37.381.2
([2fd6048](https://github.com/renovatebot/github-action/commit/2fd6048513690e1da59828fad87f2ed3ef7cb598))
- **deps:** update renovate docker tag to v37.381.3
([2132b87](https://github.com/renovatebot/github-action/commit/2132b8745dc0e9dfbbc0edac29cf991510d2a958))
- **deps:** update renovate docker tag to v37.381.4
([30625d1](https://github.com/renovatebot/github-action/commit/30625d1ce7067a50a5011042ea3f8a1d7ae51a77))
- **deps:** update renovate docker tag to v37.381.6
([8050d3a](https://github.com/renovatebot/github-action/commit/8050d3afe4041a3649215e5d17176aea70d14b02))
- **deps:** update renovate docker tag to v37.381.7
([6723050](https://github.com/renovatebot/github-action/commit/6723050f27bca3cd3be391f3f0eff5dbbc23dbbe))
- **deps:** update renovate docker tag to v37.381.8
([fa4b235](https://github.com/renovatebot/github-action/commit/fa4b23586c3fcae4fe3945f4ef6872350268ee49))
- **deps:** update renovate docker tag to v37.381.9
([d51bce0](https://github.com/renovatebot/github-action/commit/d51bce0f1382c975674ae56a60eeba4322e14af4))
- **deps:** update renovate docker tag to v37.382.3
([a7244bf](https://github.com/renovatebot/github-action/commit/a7244bfd4a66b24c294e66f3fef2f681e65b0b7f))
- **deps:** update renovate docker tag to v37.382.4
([9672df0](https://github.com/renovatebot/github-action/commit/9672df09e6d6725bcd3699c60208ec42b40587ed))
- **deps:** update renovate docker tag to v37.384.0
([2499cb4](https://github.com/renovatebot/github-action/commit/2499cb44da5c7cdf0050ca21481ffcc8f1d33593))
- **deps:** update renovate docker tag to v37.385.0
([40dc267](https://github.com/renovatebot/github-action/commit/40dc267f03f2d356a075cbaf499fa1ec8c467469))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: Renovate Bot GitHub <[email protected]>
github-merge-queue bot pushed a commit to rustymotors/server that referenced this pull request Jun 22, 2024
[![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://github.com/actions/checkout) | action |
major | `v3` -> `v4` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare Source](https://github.com/actions/checkout/compare/v3...v4)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://developer.mend.io/github/rustymotors/server).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
fuxingloh pushed a commit to fuxingloh/multi-labeler that referenced this pull request Jun 23, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://developer.mend.io/github/fuxingloh/multi-labeler).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ddadaal pushed a commit to PKUHPC/SCOW that referenced this pull request Jun 23, 2024
[![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://github.com/actions/checkout) | action |
major | `v2` -> `v4` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare Source](https://github.com/actions/checkout/compare/v3...v4)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

###
[`v3`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v360)

[Compare Source](https://github.com/actions/checkout/compare/v2...v3)

- [Fix: Mark test scripts with Bash'isms to be run via
Bash](https://github.com/actions/checkout/pull/1377)
- [Add option to fetch tags even if fetch-depth >
0](https://github.com/actions/checkout/pull/579)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on sunday" in timezone Asia/Shanghai,
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://developer.mend.io/github/PKUHPC/SCOW).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mmkal pushed a commit to mmkal/trpc-cli that referenced this pull request Jun 26, 2024
[![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://github.com/actions/checkout) | action |
major | `v3` -> `v4` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare Source](https://github.com/actions/checkout/compare/v3...v4)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://developer.mend.io/github/mmkal/trpc-cli).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Racer159 pushed a commit to defenseunicorns/uds-package-gitlab that referenced this pull request Jun 27, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |
|
[defenseunicorns/uds-cli](https://github.com/defenseunicorns/uds-cli)
| | patch | `v0.11.0` -> `v0.11.2` |
| [defenseunicorns/zarf](https://github.com/defenseunicorns/zarf) | |
minor | `v0.34.0` -> `v0.35.0` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v3.25.6` -> `v3.25.10` |
| [golangci/golangci-lint](https://github.com/golangci/golangci-lint)
| repository | patch | `v1.59.0` -> `v1.59.1` |
|
[python-jsonschema/check-jsonschema](https://github.com/python-jsonschema/check-jsonschema)
| repository | patch | `0.28.4` -> `0.28.6` |
|
[renovatebot/pre-commit-hooks](https://github.com/renovatebot/pre-commit-hooks)
| repository | minor | `37.381.11` -> `37.420.1` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

<details>
<summary>defenseunicorns/uds-cli (defenseunicorns/uds-cli)</summary>

###
[`v0.11.2`](https://github.com/defenseunicorns/uds-cli/releases/tag/v0.11.2)

[Compare
Source](https://github.com/defenseunicorns/uds-cli/compare/v0.11.1...v0.11.2)

##### What's Changed

- chore: fix valuesFiles examples by
[@&#8203;decleaver](https://github.com/decleaver) in
[defenseunicorns/uds-cli#686
- chore: uds engine installation adr by
[@&#8203;decleaver](https://github.com/decleaver) in
[defenseunicorns/uds-cli#682
- fix: take docker namespace into account during deploy by
[@&#8203;UncleGedd](https://github.com/UncleGedd) in
[defenseunicorns/uds-cli#698

**Full Changelog**:
defenseunicorns/uds-cli@v0.11.1...v0.11.2

###
[`v0.11.1`](https://github.com/defenseunicorns/uds-cli/releases/tag/v0.11.1)

[Compare
Source](https://github.com/defenseunicorns/uds-cli/compare/v0.11.0...v0.11.1)

##### What's Changed

- chore: run CI tests in parallel, remove alpha status by
[@&#8203;UncleGedd](https://github.com/UncleGedd) in
[defenseunicorns/uds-cli#645
- fix(deps): update module github.com/defenseunicorns/pkg/helpers to v2
by [@&#8203;renovate](https://github.com/renovate) in
[defenseunicorns/uds-cli#635
- chore: update codeowners by
[@&#8203;TristanHoladay](https://github.com/TristanHoladay) in
[defenseunicorns/uds-cli#647
- docs: add note about UDS_ARCH by
[@&#8203;UncleGedd](https://github.com/UncleGedd) in
[defenseunicorns/uds-cli#652
- feat: add file type variables to bundles by
[@&#8203;TristanHoladay](https://github.com/TristanHoladay) in
[defenseunicorns/uds-cli#631
- fix: arch check in PreDeployValidation by
[@&#8203;TristanHoladay](https://github.com/TristanHoladay) in
[defenseunicorns/uds-cli#657
- fix(deps): update module github.com/spf13/viper to v1.19.0 by
[@&#8203;renovate](https://github.com/renovate) in
[defenseunicorns/uds-cli#651
- chore(deps): update homebrew/actions digest to
[`24e4659`](https://github.com/defenseunicorns/uds-cli/commit/24e4659)
by [@&#8203;renovate](https://github.com/renovate) in
[defenseunicorns/uds-cli#650
- fix(deps): update module golang.org/x/mod to v0.18.0 by
[@&#8203;renovate](https://github.com/renovate) in
[defenseunicorns/uds-cli#659
- feat: uds security hub integration by
[@&#8203;naveensrinivasan](https://github.com/naveensrinivasan) in
[defenseunicorns/uds-cli#662
- feat: adds --list-images arg to inspect by
[@&#8203;eFAILution](https://github.com/eFAILution) in
[defenseunicorns/uds-cli#599
- chore: small refactors and docs updates by
[@&#8203;UncleGedd](https://github.com/UncleGedd) in
[defenseunicorns/uds-cli#671
- feat: dev deploy --ref and --flavor flags by
[@&#8203;decleaver](https://github.com/decleaver) in
[defenseunicorns/uds-cli#638
- fix(deps): update module github.com/defenseunicorns/uds-security-hub
to v0.0.7 by [@&#8203;renovate](https://github.com/renovate) in
[defenseunicorns/uds-cli#673
- chore: fix typos by
[@&#8203;beholdenkey](https://github.com/beholdenkey) in
[defenseunicorns/uds-cli#676
- chore: cleans up lang file and docs, use PRs for brew releases by
[@&#8203;UncleGedd](https://github.com/UncleGedd) in
[defenseunicorns/uds-cli#675
- chore(deps): update goreleaser/goreleaser-action action to v6 by
[@&#8203;renovate](https://github.com/renovate) in
[defenseunicorns/uds-cli#661
- feat: integrated docs between uds and uds-cli by
[@&#8203;UnicornChance](https://github.com/UnicornChance) in
[defenseunicorns/uds-cli#646
- chore: shorten readme before docs site roll out by
[@&#8203;UncleGedd](https://github.com/UncleGedd) in
[defenseunicorns/uds-cli#679
- fix: install trivy for security hub and parallelize release by
[@&#8203;UncleGedd](https://github.com/UncleGedd) in
[defenseunicorns/uds-cli#680
- fix: release workflow typos by
[@&#8203;UncleGedd](https://github.com/UncleGedd) in
[defenseunicorns/uds-cli#681

##### New Contributors

- [@&#8203;eFAILution](https://github.com/eFAILution) made their first
contribution in
[defenseunicorns/uds-cli#599
- [@&#8203;beholdenkey](https://github.com/beholdenkey) made their
first contribution in
[defenseunicorns/uds-cli#676
- [@&#8203;UnicornChance](https://github.com/UnicornChance) made their
first contribution in
[defenseunicorns/uds-cli#646

**Full Changelog**:
defenseunicorns/uds-cli@v0.11.0...v0.11.1

</details>

<details>
<summary>defenseunicorns/zarf (defenseunicorns/zarf)</summary>

###
[`v0.35.0`](https://github.com/defenseunicorns/zarf/releases/tag/v0.35.0)

[Compare
Source](https://github.com/defenseunicorns/zarf/compare/v0.34.0...v0.35.0)

##### What's Changed

- refactor: remove use of k8s info and nodes by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2551
- test: shutdown http test servers by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2559
- feat: adding labels to all resources mutated by the agent by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2557
- test: zarf init state by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2556
- refactor: remove use of k8s deprecations by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2560
- test: remove validate pkg arch e2e test by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2563
- test: remove TestMismatchedVersions e2e test by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2564
- test: delete agent e2e label test by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2568
- fix: add custom error printing for Zarf commands by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2575
- refactor: remove use of k8s dynamic by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2561
- refactor: remove use of k8s namespace by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2550
- fix: cancel Cobra parent context on interrupt by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2567
- refactor: use root ctx in agent by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2578
- chore: deprecate DeprecatedKeys by
[@&#8203;schristoff-du](https://github.com/schristoff-du) in
[defenseunicorns/zarf#2581
- test: validate package by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2569
- chore: fix typos by
[@&#8203;beholdenkey](https://github.com/beholdenkey) in
[defenseunicorns/zarf#2590
- fix: docker containerd blob error by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2593
- fix(deps): update module github.com/defenseunicorns/pkg/oci to v1 by
[@&#8203;renovate](https://github.com/renovate) in
[defenseunicorns/zarf#2511
- fix: change so that second SIGINT signal immediately exits program by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2598
- refactor: add context in packager by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2597
- chore: update go version to 1.22.4 by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2595
- fix: handle errors in version command by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2589
- fix: cosign image pulls by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2599
- refactor: move k8s tunnel to cluster package by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2566
- test: cleanup e2e tests by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2601
- refactor: enable errcheck linter by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2501
- fix: crane option argument parameters by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2609
- feat: remove .metadata.image from schema by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2606
- refactor: remove use of k8s pods by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2553
- fix: pass image reference to syft sbom source object by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2612
- fix: only build a single binary in the init-package make target by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2614
- fix: avoid injector pod name collisions by
[@&#8203;lucasrod16](https://github.com/lucasrod16) in
[defenseunicorns/zarf#2620
- fix: no longer remove the agent ignore label from namespaces by
[@&#8203;Racer159](https://github.com/Racer159) in
[defenseunicorns/zarf#2623
- refactor: remove use of k8s secret by
[@&#8203;phillebaba](https://github.com/phillebaba) in
[defenseunicorns/zarf#2565
- fix: using a new s3 backend for test data by
[@&#8203;AustinAbro321](https://github.com/AustinAbro321) in
[defenseunicorns/zarf#2630
- chore(deps): update goreleaser/goreleaser-action action to v6 by
[@&#8203;renovate](https://github.com/renovate) in
[defenseunicorns/zarf#2596

**Full Changelog**:
defenseunicorns/zarf@v0.34.0...v0.35.0

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.25.10`](https://github.com/github/codeql-action/compare/v3.25.9...v3.25.10)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.9...v3.25.10)

###
[`v3.25.9`](https://github.com/github/codeql-action/compare/v3.25.8...v3.25.9)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.8...v3.25.9)

###
[`v3.25.8`](https://github.com/github/codeql-action/compare/v3.25.7...v3.25.8)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.7...v3.25.8)

###
[`v3.25.7`](https://github.com/github/codeql-action/compare/v3.25.6...v3.25.7)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.6...v3.25.7)

</details>

<details>
<summary>golangci/golangci-lint (golangci/golangci-lint)</summary>

###
[`v1.59.1`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1591)

[Compare
Source](https://github.com/golangci/golangci-lint/compare/v1.59.0...v1.59.1)

1.  Updated linters
    -   `go-errorlint`: from 1.5.1 to 1.5.2
    -   `gomnd`: deprecated configuration compatibility
    -   `intrange`: add `style` preset
    -   `misspell`: from 0.5.1 to 0.6.0
    -   `sloglint`: from 0.7.0 to 0.7.1
    -   `testifylint`: from 1.3.0 to 1.3.1
    -   `unparam`: bump to HEAD
    -   `usestdlibvars`: from 1.25.0 to 1.26.0
2.  Fixes
    -   SARIF: init empty result slice
    -   SARIF: issue column >= 1
3.  Documentation
    -   update `revive` configuration

</details>

<details>
<summary>python-jsonschema/check-jsonschema
(python-jsonschema/check-jsonschema)</summary>

###
[`v0.28.6`](https://github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0286)

[Compare
Source](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.5...0.28.6)

- Update vendored schemas: bitbucket-pipelines, circle-ci, readthedocs,
    renovate (2024-06-23)
- Add CircleCI schema and pre-commit hook. Thanks :user:`jrdnbradford`!
(:pr:`444`)

###
[`v0.28.5`](https://github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0285)

[Compare
Source](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.4...0.28.5)

- Update vendored schemas: bitbucket-pipelines, dependabot,
github-actions,
    github-workflows, gitlab-ci, readthedocs, renovate (2024-06-10)
-   Update bitbucket schema to use the option from the
intellij-bitbucket-references-plugin . For more details on this
decision, see
:issue:`440` . Thanks
[@&#8203;blade2005](https://github.com/blade2005) for the PR!
(:pr:`442`)

</details>

<details>
<summary>renovatebot/pre-commit-hooks
(renovatebot/pre-commit-hooks)</summary>

###
[`v37.420.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.420.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.420.0...37.420.1)

See https://github.com/renovatebot/renovate/releases/tag/37.420.1 for
more changes

###
[`v37.420.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.420.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.419.1...37.420.0)

See https://github.com/renovatebot/renovate/releases/tag/37.420.0 for
more changes

###
[`v37.419.1`](https://github.com/renovatebot/pre-commit-hooks/compare/37.418.2...37.419.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.418.2...37.419.1)

###
[`v37.418.2`](https://github.com/renovatebot/pre-commit-hooks/compare/37.418.1...37.418.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.418.1...37.418.2)

###
[`v37.418.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.418.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.417.1...37.418.1)

See https://github.com/renovatebot/renovate/releases/tag/37.418.1 for
more changes

###
[`v37.417.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.417.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.417.0...37.417.1)

See https://github.com/renovatebot/renovate/releases/tag/37.417.1 for
more changes

###
[`v37.417.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.417.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.416.0...37.417.0)

See https://github.com/renovatebot/renovate/releases/tag/37.417.0 for
more changes

###
[`v37.416.0`](https://github.com/renovatebot/pre-commit-hooks/compare/37.415.0...37.416.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.415.0...37.416.0)

###
[`v37.415.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.415.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.414.1...37.415.0)

See https://github.com/renovatebot/renovate/releases/tag/37.415.0 for
more changes

###
[`v37.414.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.414.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.414.0...37.414.1)

See https://github.com/renovatebot/renovate/releases/tag/37.414.1 for
more changes

###
[`v37.414.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.414.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.413.4...37.414.0)

See https://github.com/renovatebot/renovate/releases/tag/37.414.0 for
more changes

###
[`v37.413.4`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.413.4)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.413.3...37.413.4)

See https://github.com/renovatebot/renovate/releases/tag/37.413.4 for
more changes

###
[`v37.413.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.413.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.413.2...37.413.3)

See https://github.com/renovatebot/renovate/releases/tag/37.413.3 for
more changes

###
[`v37.413.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.413.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.413.1...37.413.2)

See https://github.com/renovatebot/renovate/releases/tag/37.413.2 for
more changes

###
[`v37.413.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.413.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.413.0...37.413.1)

See https://github.com/renovatebot/renovate/releases/tag/37.413.1 for
more changes

###
[`v37.413.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.413.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.412.2...37.413.0)

See https://github.com/renovatebot/renovate/releases/tag/37.413.0 for
more changes

###
[`v37.412.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.412.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.412.1...37.412.2)

See https://github.com/renovatebot/renovate/releases/tag/37.412.2 for
more changes

###
[`v37.412.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.412.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.411.0...37.412.1)

See https://github.com/renovatebot/renovate/releases/tag/37.412.1 for
more changes

###
[`v37.411.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.411.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.410.3...37.411.0)

See https://github.com/renovatebot/renovate/releases/tag/37.411.0 for
more changes

###
[`v37.410.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.410.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.410.2...37.410.3)

See https://github.com/renovatebot/renovate/releases/tag/37.410.3 for
more changes

###
[`v37.410.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.410.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.410.1...37.410.2)

See https://github.com/renovatebot/renovate/releases/tag/37.410.2 for
more changes

###
[`v37.410.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.410.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.409.1...37.410.1)

See https://github.com/renovatebot/renovate/releases/tag/37.410.1 for
more changes

###
[`v37.409.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.409.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.409.0...37.409.1)

See https://github.com/renovatebot/renovate/releases/tag/37.409.1 for
more changes

###
[`v37.409.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.409.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.408.3...37.409.0)

See https://github.com/renovatebot/renovate/releases/tag/37.409.0 for
more changes

###
[`v37.408.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.408.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.408.2...37.408.3)

See https://github.com/renovatebot/renovate/releases/tag/37.408.3 for
more changes

###
[`v37.408.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.408.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.408.1...37.408.2)

See https://github.com/renovatebot/renovate/releases/tag/37.408.2 for
more changes

###
[`v37.408.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.408.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.408.0...37.408.1)

See https://github.com/renovatebot/renovate/releases/tag/37.408.1 for
more changes

###
[`v37.408.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.408.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.407.4...37.408.0)

See https://github.com/renovatebot/renovate/releases/tag/37.408.0 for
more changes

###
[`v37.407.4`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.407.4)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.407.3...37.407.4)

See https://github.com/renovatebot/renovate/releases/tag/37.407.4 for
more changes

###
[`v37.407.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.407.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.407.2...37.407.3)

See https://github.com/renovatebot/renovate/releases/tag/37.407.3 for
more changes

###
[`v37.407.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.407.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.407.1...37.407.2)

See https://github.com/renovatebot/renovate/releases/tag/37.407.2 for
more changes

###
[`v37.407.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.407.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.406.2...37.407.1)

See https://github.com/renovatebot/renovate/releases/tag/37.407.1 for
more changes

###
[`v37.406.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.406.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.406.1...37.406.2)

See https://github.com/renovatebot/renovate/releases/tag/37.406.2 for
more changes

###
[`v37.406.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.406.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.406.0...37.406.1)

See https://github.com/renovatebot/renovate/releases/tag/37.406.1 for
more changes

###
[`v37.406.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.406.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.405.0...37.406.0)

See https://github.com/renovatebot/renovate/releases/tag/37.406.0 for
more changes

###
[`v37.405.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.405.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.399.9...37.405.0)

See https://github.com/renovatebot/renovate/releases/tag/37.405.0 for
more changes

###
[`v37.399.9`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.399.9)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.399.8...37.399.9)

See https://github.com/renovatebot/renovate/releases/tag/37.399.9 for
more changes

###
[`v37.399.8`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.399.8)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.399.6...37.399.8)

See https://github.com/renovatebot/renovate/releases/tag/37.399.8 for
more changes

###
[`v37.399.6`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.399.6)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.399.5...37.399.6)

See https://github.com/renovatebot/renovate/releases/tag/37.399.6 for
more changes

###
[`v37.399.5`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.399.5)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.399.3...37.399.5)

See https://github.com/renovatebot/renovate/releases/tag/37.399.5 for
more changes

###
[`v37.399.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.399.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.399.0...37.399.3)

See https://github.com/renovatebot/renovate/releases/tag/37.399.3 for
more changes

###
[`v37.399.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.399.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.398.2...37.399.0)

See https://github.com/renovatebot/renovate/releases/tag/37.399.0 for
more changes

###
[`v37.398.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.398.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.398.1...37.398.2)

See https://github.com/renovatebot/renovate/releases/tag/37.398.2 for
more changes

###
[`v37.398.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.398.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.398.0...37.398.1)

See https://github.com/renovatebot/renovate/releases/tag/37.398.1 for
more changes

###
[`v37.398.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.398.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.397.0...37.398.0)

See https://github.com/renovatebot/renovate/releases/tag/37.398.0 for
more changes

###
[`v37.397.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.397.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.396.0...37.397.0)

See https://github.com/renovatebot/renovate/releases/tag/37.397.0 for
more changes

###
[`v37.396.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.396.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.395.0...37.396.0)

See https://github.com/renovatebot/renovate/releases/tag/37.396.0 for
more changes

###
[`v37.395.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.395.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.393.0...37.395.0)

See https://github.com/renovatebot/renovate/releases/tag/37.395.0 for
more changes

###
[`v37.393.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.393.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.392.0...37.393.0)

See https://github.com/renovatebot/renovate/releases/tag/37.393.0 for
more changes

###
[`v37.392.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.392.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.391.3...37.392.0)

See https://github.com/renovatebot/renovate/releases/tag/37.392.0 for
more changes

###
[`v37.391.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.391.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.391.2...37.391.3)

See https://github.com/renovatebot/renovate/releases/tag/37.391.3 for
more changes

###
[`v37.391.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.391.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.391.0...37.391.2)

See https://github.com/renovatebot/renovate/releases/tag/37.391.2 for
more changes

###
[`v37.391.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.391.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.390.1...37.391.0)

See https://github.com/renovatebot/renovate/releases/tag/37.391.0 for
more changes

###
[`v37.390.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.390.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.390.0...37.390.1)

See https://github.com/renovatebot/renovate/releases/tag/37.390.1 for
more changes

###
[`v37.390.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.390.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.388.2...37.390.0)

See https://github.com/renovatebot/renovate/releases/tag/37.390.0 for
more changes

###
[`v37.388.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.388.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.388.1...37.388.2)

See https://github.com/renovatebot/renovate/releases/tag/37.388.2 for
more changes

###
[`v37.388.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.388.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.388.0...37.388.1)

See https://github.com/renovatebot/renovate/releases/tag/37.388.1 for
more changes

###
[`v37.388.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.388.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.387.3...37.388.0)

See https://github.com/renovatebot/renovate/releases/tag/37.388.0 for
more changes

###
[`v37.387.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.387.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.387.2...37.387.3)

See https://github.com/renovatebot/renovate/releases/tag/37.387.3 for
more changes

###
[`v37.387.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.387.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.387.0...37.387.2)

See https://github.com/renovatebot/renovate/releases/tag/37.387.2 for
more changes

###
[`v37.387.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.387.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.385.0...37.387.0)

See https://github.com/renovatebot/renovate/releases/tag/37.387.0 for
more changes

###
[`v37.385.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.385.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.384.1...37.385.0)

See https://github.com/renovatebot/renovate/releases/tag/37.385.0 for
more changes

###
[`v37.384.1`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.384.1)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.384.0...37.384.1)

See https://github.com/renovatebot/renovate/releases/tag/37.384.1 for
more changes

###
[`v37.384.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.384.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.382.5...37.384.0)

See https://github.com/renovatebot/renovate/releases/tag/37.384.0 for
more changes

###
[`v37.382.5`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.382.5)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.382.4...37.382.5)

See https://github.com/renovatebot/renovate/releases/tag/37.382.5 for
more changes

###
[`v37.382.4`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.382.4)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.382.3...37.382.4)

See https://github.com/renovatebot/renovate/releases/tag/37.382.4 for
more changes

###
[`v37.382.3`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.382.3)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.382.2...37.382.3)

See https://github.com/renovatebot/renovate/releases/tag/37.382.3 for
more changes

###
[`v37.382.2`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.382.2)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.382.0...37.382.2)

See https://github.com/renovatebot/renovate/releases/tag/37.382.2 for
more changes

###
[`v37.382.0`](https://github.com/renovatebot/pre-commit-hooks/releases/tag/37.382.0)

[Compare
Source](https://github.com/renovatebot/pre-commit-hooks/compare/37.381.11...37.382.0)

See https://github.com/renovatebot/renovate/releases/tag/37.382.0 for
more changes

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7am and before 9am every
weekday" in timezone America/New_York, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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://developer.mend.io/github/defenseunicorns/uds-package-gitlab).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJzdXBwb3J0LWRlcHMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Release-As: v17.1.1-uds.0
anthr76 added a commit to coreweave/tailscale-derp that referenced this pull request Jun 28, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action |
major | `v3` -> `v4` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare Source](https://github.com/actions/checkout/compare/v3...v4)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL21ham9yIl19-->
yurishkuro pushed a commit to yurishkuro/microsim that referenced this pull request Jun 28, 2024
[![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://github.com/actions/checkout) | action |
major | `v3` -> `v4` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare Source](https://github.com/actions/checkout/compare/v3...v4)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://developer.mend.io/github/yurishkuro/microsim).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Signed-off-by: Mend Renovate <[email protected]>
fuxingloh pushed a commit to fuxingloh/crypto-frontmatter that referenced this pull request Jun 29, 2024
[![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://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

- Bump the minor-npm-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1739
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1697
- Check out other refs/\* by commit by
[@&#8203;orhantoy](https://github.com/orhantoy) in
[actions/checkout#1774
- Pin actions/checkout's own workflows to a known, good, stable version.
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1776

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://developer.mend.io/github/fuxingloh/crypto-frontmatter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant