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 actions/checkout from 3 to 4 #1697

Merged
merged 3 commits into from
May 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2024

Bumps actions/checkout from 3 to 4.

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

... (truncated)

Commits
  • 1d96c77 Add SSH user parameter (#1685)
  • cd7d8d6 Check git version before attempting to disable sparse-checkout (#1656)
  • 8410ad0 Update actions/checkout version in update-main-version.yml (#1650)
  • 9bb5618 Prep for release of v4.1.2 (#1649)
  • 8eb1f6a Bump @​babel/traverse from 7.20.5 to 7.24.0 (#1642)
  • 556e4c3 Bump tough-cookie from 4.0.0 to 4.1.3 (#1406)
  • b32f140 Warn on attempts to publish test-ubuntu-git from non-main branch. (#1623)
  • 2650dbd Give test-ubuntu-git its own README (#1620)
  • aadec89 Explicitly disable sparse checkout unless asked for (#1598)
  • df0bcdd Refine workflow for generating test-ubuntu-git (#1617)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner April 23, 2024 17:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 23, 2024
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/checkout-4 branch from 4fe14ba to 6c55aed Compare April 23, 2024 20:08
jww3
jww3 previously requested changes Apr 23, 2024
Copy link
Contributor

@jww3 jww3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is the actions/checkout repo, we want to pin our validation workflows to a known, good, stable actions/checkout version.

At this time, that probably means v4.1.1 at the latest. v3 is also an acceptable choice.

@cclauss
Copy link

cclauss commented Apr 23, 2024

v3 is also an acceptable choice.

Unfortunately v3 is based on an end-of-life version of Node.js so that would be a poor choice.

See the warnings at the bottom right of
https://github.com/actions/checkout/actions/runs/8805973852

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/checkout-4 branch from 6c55aed to bf55b60 Compare April 24, 2024 16:34
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/checkout-4 branch from bf55b60 to 1822540 Compare April 24, 2024 16:35
@cory-miller
Copy link
Contributor

I think we might want to revisit how we use checkout within the workflows in this repo. In the meantime we should get off Node 16. I don't know any specific dates, but removal of Node 16 is coming up in Actions Runner soon as I understand it.

@cory-miller cory-miller requested a review from jww3 May 20, 2024 18:23
@cory-miller cory-miller dismissed jww3’s stale review May 20, 2024 18:25

Getting dependabot unstuck

@cory-miller cory-miller merged commit b80ff79 into main May 20, 2024
11 checks passed
@cory-miller cory-miller deleted the dependabot/github_actions/actions/checkout-4 branch May 20, 2024 18:26
martini1992 pushed a commit to martini1992/checkout that referenced this pull request May 22, 2024
* Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply suggestions from code review

* .

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cory Miller <13227161+cory-miller@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>
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/client-preset@4.2.6...@graphql-codegen/client-preset@4.3.0)

##### 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/material@5.15.20`

- ​<!-- 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/utils@5.15.15`

- ​<!-- 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/x-data-grid@7.7.0`

- \[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/x-data-grid-pro@7.7.0`
[![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link
"Pro plan")

Same changes as in `@mui/x-data-grid@7.7.0`, 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/x-data-grid-premium@7.7.0`
[![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link
"Premium plan")

Same changes as in `@mui/x-data-grid-pro@7.7.0`.

##### Date and Time Pickers

##### `@mui/x-date-pickers@7.7.0`

- \[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/x-date-pickers-pro@7.7.0`
[![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link
"Pro plan")

Same changes as in `@mui/x-date-pickers@7.7.0`.

##### Charts

##### `@mui/x-charts@7.7.0`

- \[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/x-tree-view@7.7.0`

- \[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 <iandkrieger@gmail.com>
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 <marco.blessing@googlemail.com>
Reviewed-on: https://gitea.ocram85.com/OCram85/swarmproxy/pulls/18
Reviewed-by: OCram85 <marco.blessing@googlemail.com>
Co-authored-by: renovate-bot <renovate@ocram85.com>
Co-committed-by: renovate-bot <renovate@ocram85.com>
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 <bot@renovateapp.com>
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 <bot@renovateapp.com>
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>
ramonpetgrave64 added a commit to slsa-framework/slsa-verifier that referenced this pull request Jul 1, 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.1` -> `v4.1.7` |
|
[actions/dependency-review-action](https://github.com/actions/dependency-review-action)
| action | minor | `v4.2.5` -> `v4.3.3` |
|
[actions/download-artifact](https://github.com/actions/download-artifact)
| action | patch | `v4.1.4` -> `v4.1.7` |
| [actions/setup-go](https://github.com/actions/setup-go) | action |
patch | `v5.0.0` -> `v5.0.1` |
|
[actions/upload-artifact](https://github.com/actions/upload-artifact)
| action | patch | `v4.3.1` -> `v4.3.3` |
|
[actionsdesk/lfs-warning](https://github.com/actionsdesk/lfs-warning)
| action | minor | `v3.2` -> `v3.3` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | minor | `v3.24.9` -> `v3.25.11` |
|
[golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action)
| action | pinDigest | -> `d6238b0` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) |
action | patch | `v2.3.1` -> `v2.3.3` |
|
[slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator)
| action | pinDigest | -> `c747fe7` |
|
[slsa-framework/slsa-verifier](https://github.com/slsa-framework/slsa-verifier)
| action | minor | `v2.4.1` -> `v2.5.1` |

---

### 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

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

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

- Disable `extensions.worktreeConfig` when disabling `sparse-checkout`
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1692
- Add dependabot config by
[@&#8203;cory-miller](https://github.com/cory-miller) in
[actions/checkout#1688
- Bump the minor-actions-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1693
- Bump word-wrap from 1.2.3 to 1.2.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1643

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

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

#### What's Changed

- Update `actions/checkout` version in `update-main-version.yml` by
[@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1650
- Check git version before attempting to disable `sparse-checkout` by
[@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1656
- Add SSH user parameter by
[@&#8203;cory-miller](https://github.com/cory-miller) in
[actions/checkout#1685

**Full Changelog**:
actions/checkout@v4.1.2...v4.1.3

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

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

- Fix: Disable sparse checkout whenever `sparse-checkout` option is not
present [@&#8203;dscho](https://github.com/dscho) in
[actions/checkout#1598

</details>

<details>
<summary>actions/dependency-review-action
(actions/dependency-review-action)</summary>

###
[`v4.3.3`](https://github.com/actions/dependency-review-action/releases/tag/v4.3.3):
Notes for v4.3.3

[Compare
Source](https://github.com/actions/dependency-review-action/compare/v4.3.2...v4.3.3)

#### What's Changed

- Allow slashes in purl package names by
[@&#8203;juxtin](https://github.com/juxtin) in
[actions/dependency-review-action#765
- use the v3 version of the deps.dev API by
[@&#8203;josieang](https://github.com/josieang) in
[actions/dependency-review-action#741
- PR with suggestions - \[Improvement]: Help streamline / simplify
dependency review action README by
[@&#8203;am-stead](https://github.com/am-stead) in
[actions/dependency-review-action#773
- fix show-openssf-scorecard-levels input by
[@&#8203;ramann](https://github.com/ramann) in
[actions/dependency-review-action#776
- Updates to the contribution guidelines by
[@&#8203;jonjanego](https://github.com/jonjanego) in
[actions/dependency-review-action#778
- Create issue templates by
[@&#8203;jonjanego](https://github.com/jonjanego) in
[actions/dependency-review-action#777
- Fix the max comment length issue by
[@&#8203;jhutchings1](https://github.com/jhutchings1) and
[@&#8203;elireisman](https://github.com/elireisman) in
[actions/dependency-review-action#767
- Bump project version to 4.3.3 in prep for a release by
[@&#8203;elireisman](https://github.com/elireisman) in
[actions/dependency-review-action#781

#### New Contributors

- [@&#8203;josieang](https://github.com/josieang) made their first
contribution in
[actions/dependency-review-action#741
- [@&#8203;am-stead](https://github.com/am-stead) made their first
contribution in
[actions/dependency-review-action#773
- [@&#8203;ramann](https://github.com/ramann) made their first
contribution in
[actions/dependency-review-action#776

**Full Changelog**:
actions/dependency-review-action@v4.3.2...v4.3.3

###
[`v4.3.2`](https://github.com/actions/dependency-review-action/releases/tag/v4.3.2)

[Compare
Source](https://github.com/actions/dependency-review-action/compare/v4.3.1...v4.3.2)

#### What's Changed

- Fix package-url parsing for allow-dependencies-licenses by
[@&#8203;juxtin](https://github.com/juxtin) in
[actions/dependency-review-action#761

**Full Changelog**:
actions/dependency-review-action@v4.3.1...v4.3.2

###
[`v4.3.1`](https://github.com/actions/dependency-review-action/releases/tag/v4.3.1)

[Compare
Source](https://github.com/actions/dependency-review-action/compare/v4.3.0...v4.3.1)

#### What's Changed

This release fixes some bugs related to package-url parsing that were
introduced in 4.3.0. See
[actions/dependency-review-action#753.

**Full Changelog**:
actions/dependency-review-action@V4.3.0...v4.3.1

###
[`v4.3.0`](https://github.com/actions/dependency-review-action/releases/tag/v4.3.0)

[Compare
Source](https://github.com/actions/dependency-review-action/compare/v4.2.5...v4.3.0)

#### New Features

- The `deny-packages` option can now be used without a version number to
exclude *all* versions of a package.

#### What's Changed

- Fix action variable name for scorecard by
[@&#8203;lukehinds](https://github.com/lukehinds) in
[actions/dependency-review-action#735
- Fix extra https:// in summary by
[@&#8203;jhutchings1](https://github.com/jhutchings1) in
[actions/dependency-review-action#748
- Bump typescript from 5.3.3 to 5.4.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/dependency-review-action#744
- Bump eslint-plugin-github from 4.10.1 to 4.10.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/dependency-review-action#737
- Show denied packages with red X by
[@&#8203;juxtin](https://github.com/juxtin) in
[actions/dependency-review-action#750
- deny-packages configuration option can deny specified version or all
packages by [@&#8203;febuiles](https://github.com/febuiles) and
[@&#8203;bteng22](https://github.com/bteng22) in
[actions/dependency-review-action#733

#### New Contributors

- [@&#8203;bteng22](https://github.com/bteng22) made their first
contribution in
[actions/dependency-review-action#733
- [@&#8203;lukehinds](https://github.com/lukehinds) made their first
contribution in
[actions/dependency-review-action#735

**Full Changelog**:
actions/dependency-review-action@v4.2.5...V4.3.0

</details>

<details>
<summary>actions/download-artifact (actions/download-artifact)</summary>

###
[`v4.1.7`](https://github.com/actions/download-artifact/releases/tag/v4.1.7)

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

#### What's Changed

- Update
[@&#8203;actions/artifact](https://github.com/actions/artifact)
dependency by [@&#8203;bethanyj28](https://github.com/bethanyj28) in
[actions/download-artifact#325

**Full Changelog**:
actions/download-artifact@v4.1.6...v4.1.7

###
[`v4.1.6`](https://github.com/actions/download-artifact/releases/tag/v4.1.6)

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

#### What's Changed

- updating `@actions/artifact` dependency to v2.1.6 by
[@&#8203;eggyhead](https://github.com/eggyhead) in
[actions/download-artifact#324

**Full Changelog**:
actions/download-artifact@v4.1.5...v4.1.6

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

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

#### What's Changed

- Update readme with v3/v2/v1 deprecation notice by
[@&#8203;robherley](https://github.com/robherley) in
[actions/download-artifact#322
- Update dependencies `@actions/core` to v1.10.1 and `@actions/artifact`
to v2.1.5

**Full Changelog**:
actions/download-artifact@v4.1.4...v4.1.5

</details>

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

###
[`v5.0.1`](https://github.com/actions/setup-go/releases/tag/v5.0.1)

[Compare
Source](https://github.com/actions/setup-go/compare/v5.0.0...v5.0.1)

#### What's Changed

- Bump undici from 5.28.2 to 5.28.3 and dependencies upgrade by
[@&#8203;dependabot](https://github.com/dependabot) ,
[@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in
[actions/setup-go#465
- Update documentation with latest V5 release notes by
[@&#8203;ab](https://github.com/ab) in
[actions/setup-go#459
- Update version documentation by
[@&#8203;178inaba](https://github.com/178inaba) in
[actions/setup-go#458
- Documentation update of `actions/setup-go` to v5 by
[@&#8203;chenrui333](https://github.com/chenrui333) in
[actions/setup-go#449

#### New Contributors

- [@&#8203;ab](https://github.com/ab) made their first contribution in
[actions/setup-go#459

**Full Changelog**:
actions/setup-go@v5.0.0...v5.0.1

</details>

<details>
<summary>actions/upload-artifact (actions/upload-artifact)</summary>

###
[`v4.3.3`](https://github.com/actions/upload-artifact/releases/tag/v4.3.3)

[Compare
Source](https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3)

##### What's Changed

- updating `@actions/artifact` dependency to v2.1.6 by
[@&#8203;eggyhead](https://github.com/eggyhead) in
[actions/upload-artifact#565

**Full Changelog**:
actions/upload-artifact@v4.3.2...v4.3.3

###
[`v4.3.2`](https://github.com/actions/upload-artifact/releases/tag/v4.3.2)

[Compare
Source](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2)

#### What's Changed

- Update release-new-action-version.yml by
[@&#8203;konradpabjan](https://github.com/konradpabjan) in
[actions/upload-artifact#516
- Minor fix to the migration readme by
[@&#8203;andrewakim](https://github.com/andrewakim) in
[actions/upload-artifact#523
- Update readme with v3/v2/v1 deprecation notice by
[@&#8203;robherley](https://github.com/robherley) in
[actions/upload-artifact#561
- updating `@actions/artifact` dependency to v2.1.5 and `@actions/core`
to v1.0.1 by [@&#8203;eggyhead](https://github.com/eggyhead) in
[actions/upload-artifact#562

#### New Contributors

- [@&#8203;andrewakim](https://github.com/andrewakim) made their first
contribution in
[actions/upload-artifact#523

**Full Changelog**:
actions/upload-artifact@v4.3.1...v4.3.2

</details>

<details>
<summary>actionsdesk/lfs-warning (actionsdesk/lfs-warning)</summary>

### [`v3.3`](https://github.com/ppremk/lfs-warning/releases/tag/v3.3)

[Compare
Source](https://github.com/actionsdesk/lfs-warning/compare/v3.2...v3.3)

#### What's Changed

- update node js to 16 by
[@&#8203;GlazerMann](https://github.com/GlazerMann) in
[ppremk/lfs-warning#148
- Fixing README to match repo move by
[@&#8203;samthebest](https://github.com/samthebest) in
[ppremk/lfs-warning#153
- Update CODEOWNERS by [@&#8203;rajbos](https://github.com/rajbos) in
[ppremk/lfs-warning#158
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[ppremk/lfs-warning#151
- Bump [@&#8203;babel/traverse](https://github.com/babel/traverse)
from 7.15.4 to 7.23.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[ppremk/lfs-warning#159
- Bump tough-cookie from 4.0.0 to 4.1.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[ppremk/lfs-warning#160
- Bump cacheable-request and gts by
[@&#8203;dependabot](https://github.com/dependabot) in
[ppremk/lfs-warning#152
- Update emoji and convert file list to markdown list by
[@&#8203;rajbos](https://github.com/rajbos) in
[ppremk/lfs-warning#161
- Bump got and gts by
[@&#8203;dependabot](https://github.com/dependabot) in
[ppremk/lfs-warning#155
- Exclude files without blob_url when getting PR blobs by
[@&#8203;rajbos](https://github.com/rajbos) in
[ppremk/lfs-warning#162
- Support pull_request_target by
[@&#8203;rajbos](https://github.com/rajbos) in
[ppremk/lfs-warning#164
- Update-node by [@&#8203;rajbos](https://github.com/rajbos) in
[ppremk/lfs-warning#163
- Fix text setup for the issue comment by
[@&#8203;rajbos](https://github.com/rajbos) in
[ppremk/lfs-warning#166
- Validate PR changes to make sure there are no changes missing by
[@&#8203;rajbos](https://github.com/rajbos) in
[ppremk/lfs-warning#165
- Fix emoji by [@&#8203;rajbos](https://github.com/rajbos) in
[ppremk/lfs-warning#167
- Bump undici from 5.28.2 to 5.28.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[ppremk/lfs-warning#171

#### New Contributors

- [@&#8203;GlazerMann](https://github.com/GlazerMann) made their first
contribution in
[ppremk/lfs-warning#148
- [@&#8203;samthebest](https://github.com/samthebest) made their first
contribution in
[ppremk/lfs-warning#153
- [@&#8203;rajbos](https://github.com/rajbos) made their first
contribution in
[ppremk/lfs-warning#158

**Full Changelog**:
ppremk/lfs-warning@v3.2...v3.3

</details>

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

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

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

###
[`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)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</details>

<details>
<summary>ossf/scorecard-action (ossf/scorecard-action)</summary>

###
[`v2.3.3`](https://github.com/ossf/scorecard-action/releases/tag/v2.3.3)

[Compare
Source](https://github.com/ossf/scorecard-action/compare/v2.3.2...v2.3.3)

> \[!NOTE]\
> There is no v2.3.2 release as a step was skipped in the release
process. This was fixed and re-released under the v2.3.3 tag

#### What's Changed

- 🌱 Bump github.com/ossf/scorecard/v4 (v4.13.1) to
github.com/ossf/scorecard/v5 (v5.0.0-rc1) by
[@&#8203;spencerschrock](https://github.com/spencerschrock) in
[ossf/scorecard-action#1366
- 🌱 Bump github.com/ossf/scorecard/v5 from v5.0.0-rc1 to
v5.0.0-rc2 by
[@&#8203;spencerschrock](https://github.com/spencerschrock) in
[ossf/scorecard-action#1374
- 🌱 Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to
v5.0.0-rc2.0.20240509182734-7ce860946928 by
[@&#8203;spencerschrock](https://github.com/spencerschrock) in
[ossf/scorecard-action#1377

For a full changelist of what these include, see the
[v5.0.0-rc1](https://github.com/ossf/scorecard/releases/tag/v5.0.0-rc1)
and
[v5.0.0-rc2](https://github.com/ossf/scorecard/releases/tag/v5.0.0-rc2)
release notes.

##### Documentation

- 📖 Move token discussion out of main README. by
[@&#8203;spencerschrock](https://github.com/spencerschrock) in
[ossf/scorecard-action#1279
- 📖 link to `ossf/scorecard` workflow instead of maintaining an
example by [@&#8203;spencerschrock](https://github.com/spencerschrock)
in
[ossf/scorecard-action#1352
- 📖 update api links to new scorecard.dev site by
[@&#8203;spencerschrock](https://github.com/spencerschrock) in
[ossf/scorecard-action#1376

**Full Changelog**:
ossf/scorecard-action@v2.3.1...v2.3.3

###
[`v2.3.2`](https://github.com/ossf/scorecard-action/compare/v2.3.1...v2.3.2)

[Compare
Source](https://github.com/ossf/scorecard-action/compare/v2.3.1...v2.3.2)

</details>

<details>
<summary>slsa-framework/slsa-verifier
(slsa-framework/slsa-verifier)</summary>

###
[`v2.5.1`](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.5.1)

[Compare
Source](https://github.com/slsa-framework/slsa-verifier/compare/v2.4.1...v2.5.1)

#### What's Changed

- feat: Add cosign registry opts for provenance registry by
[@&#8203;saisatishkarra](https://github.com/saisatishkarra) in
[#729
and
[#736
- feat: Add support for DSSE Rekor type by
[@&#8203;haydentherapper](https://github.com/haydentherapper) in
[#742

#### New Contributors

- [@&#8203;saisatishkarra](https://github.com/saisatishkarra) made
their first contribution in
[#729
- [@&#8203;ramonpetgrave64](https://github.com/ramonpetgrave64) made
their first contribution in
[#737
- [@&#8203;haydentherapper](https://github.com/haydentherapper) made
their first contribution in
[#742

**Full Changelog**:
v2.4.1...v2.5.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (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/slsa-framework/slsa-verifier).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com>
ramonpetgrave64 added a commit to slsa-framework/slsa-github-generator that referenced this pull request Jul 1, 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 | action | digest | `b80ff79` -> `692973e` |
| [actions/checkout](https://github.com/actions/checkout) | action |
patch | `v4.1.6` -> `v4.1.7` |
| [actions/checkout](https://github.com/actions/checkout) | action |
patch | `v4.1.1` -> `v4.1.7` |
| [actions/setup-node](https://github.com/actions/setup-node) | action
| patch | `v3.8.1` -> `v3.8.2` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v3.25.7` -> `v3.25.11` |
|
[gradle/gradle-build-action](https://github.com/gradle/gradle-build-action)
| action | minor | `v3.3.2` -> `v3.4.2` |
|
[softprops/action-gh-release](https://github.com/softprops/action-gh-release)
| action | patch | `v2.0.5` -> `v2.0.6` |

---

### 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>actions/setup-node (actions/setup-node)</summary>

###
[`v3.8.2`](https://github.com/actions/setup-node/releases/tag/v3.8.2)

[Compare
Source](https://github.com/actions/setup-node/compare/v3.8.1...v3.8.2)

##### What's Changed

- Update semver by
[@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) in
[actions/setup-node#861
- Update temp directory creation by
[@&#8203;nikolai-laevskii](https://github.com/nikolai-laevskii) in
[actions/setup-node#859
- Bump [@&#8203;babel/traverse](https://github.com/babel/traverse)
from 7.15.4 to 7.23.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/setup-node#870
- Add notice about binaries not being updated yet by
[@&#8203;nikolai-laevskii](https://github.com/nikolai-laevskii) in
[actions/setup-node#872
- Update toolkit cache and core by
[@&#8203;dmitry-shibanov](https://github.com/dmitry-shibanov) and
[@&#8203;seongwon-privatenote](https://github.com/seongwon-privatenote)
in
[actions/setup-node#875

**Full Changelog**:
actions/setup-node@v3...v3.8.2

</details>

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

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

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

###
[`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)

</details>

<details>
<summary>gradle/gradle-build-action
(gradle/gradle-build-action)</summary>

###
[`v3.4.2`](https://github.com/gradle/gradle-build-action/releases/tag/v3.4.2)

[Compare
Source](https://github.com/gradle/gradle-build-action/compare/v3.4.1...v3.4.2)

> \[!IMPORTANT]
> As of `v3` this action has been superceded by
`gradle/actions/setup-gradle`.
> Any workflow that uses `gradle/gradle-build-action@v3` will
transparently delegate to `gradle/actions/setup-gradle@v3`.
>
> Users are encouraged to update their workflows, replacing:
>
>     uses: gradle/gradle-build-action@v3
>
> with
>
>     uses: gradle/actions/setup-gradle@v3
>
> See the [setup-gradle
documentation](https://github.com/gradle/actions/tree/main/setup-gradle)
for up-to-date documentation for `gradle/actions/setup-gradle`.

For release details, see
https://github.com/gradle/actions/releases/tag/v3.4.2

###
[`v3.4.1`](https://github.com/gradle/gradle-build-action/releases/tag/v3.4.1)

[Compare
Source](https://github.com/gradle/gradle-build-action/compare/v3.4.0...v3.4.1)

> \[!IMPORTANT]
> As of `v3` this action has been superceded by
`gradle/actions/setup-gradle`.
> Any workflow that uses `gradle/gradle-build-action@v3` will
transparently delegate to `gradle/actions/setup-gradle@v3`.
>
> Users are encouraged to update their workflows, replacing:
>
>     uses: gradle/gradle-build-action@v3
>
> with
>
>     uses: gradle/actions/setup-gradle@v3
>
> See the [setup-gradle
documentation](https://github.com/gradle/actions/tree/main/setup-gradle)
for up-to-date documentation for `gradle/actions/setup-gradle`.

For release details, see
https://github.com/gradle/actions/releases/tag/v3.4.1

###
[`v3.4.0`](https://github.com/gradle/gradle-build-action/releases/tag/v3.4.0)

[Compare
Source](https://github.com/gradle/gradle-build-action/compare/v3.3.2...v3.4.0)

> \[!IMPORTANT]
> As of `v3` this action has been superceded by
`gradle/actions/setup-gradle`.
> Any workflow that uses `gradle/gradle-build-action@v3` will
transparently delegate to `gradle/actions/setup-gradle@v3`.
>
> Users are encouraged to update their workflows, replacing:
>
>     uses: gradle/gradle-build-action@v3
>
> with
>
>     uses: gradle/actions/setup-gradle@v3
>
> See the [setup-gradle
documentation](https://github.com/gradle/actions/tree/main/setup-gradle)
for up-to-date documentation for `gradle/actions/setup-gradle`.

For release details, see
https://github.com/gradle/actions/releases/tag/v3.4.0

</details>

<details>
<summary>softprops/action-gh-release
(softprops/action-gh-release)</summary>

###
[`v2.0.6`](https://github.com/softprops/action-gh-release/releases/tag/v2.0.6)

[Compare
Source](https://github.com/softprops/action-gh-release/compare/v2.0.5...v2.0.6)

maintenance release with updated dependencies

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (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/slsa-framework/slsa-github-generator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Signed-off-by: Mend Renovate <bot@renovateapp.com>
Co-authored-by: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com>
cuixq added a commit to google/osv-scanner that referenced this pull request Jul 2, 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.1` -> `v4.1.7` |
| [actions/setup-go](https://github.com/actions/setup-go) | action |
patch | `v5.0.0` -> `v5.0.1` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v3.25.10` -> `v3.25.11` |
| [r-lib/actions](https://github.com/r-lib/actions) | action | minor |
`v2.8.7` -> `v2.9.0` |
| [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | action |
minor | `v1.175.1` -> `v1.183.0` |
| [shivammathur/setup-php](https://github.com/shivammathur/setup-php)
| action | minor | `v2.30.4` -> `2.31.0` |

---

> [!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

###
[`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

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

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

- Disable `extensions.worktreeConfig` when disabling `sparse-checkout`
by [@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1692
- Add dependabot config by
[@&#8203;cory-miller](https://github.com/cory-miller) in
[actions/checkout#1688
- Bump the minor-actions-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1693
- Bump word-wrap from 1.2.3 to 1.2.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1643

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

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

#### What's Changed

- Update `actions/checkout` version in `update-main-version.yml` by
[@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1650
- Check git version before attempting to disable `sparse-checkout` by
[@&#8203;jww3](https://github.com/jww3) in
[actions/checkout#1656
- Add SSH user parameter by
[@&#8203;cory-miller](https://github.com/cory-miller) in
[actions/checkout#1685

**Full Changelog**:
actions/checkout@v4.1.2...v4.1.3

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

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

- Fix: Disable sparse checkout whenever `sparse-checkout` option is not
present [@&#8203;dscho](https://github.com/dscho) in
[actions/checkout#1598

</details>

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

###
[`v5.0.1`](https://github.com/actions/setup-go/releases/tag/v5.0.1)

[Compare
Source](https://github.com/actions/setup-go/compare/v5.0.0...v5.0.1)

#### What's Changed

- Bump undici from 5.28.2 to 5.28.3 and dependencies upgrade by
[@&#8203;dependabot](https://github.com/dependabot) ,
[@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in
[actions/setup-go#465
- Update documentation with latest V5 release notes by
[@&#8203;ab](https://github.com/ab) in
[actions/setup-go#459
- Update version documentation by
[@&#8203;178inaba](https://github.com/178inaba) in
[actions/setup-go#458
- Documentation update of `actions/setup-go` to v5 by
[@&#8203;chenrui333](https://github.com/chenrui333) in
[actions/setup-go#449

#### New Contributors

- [@&#8203;ab](https://github.com/ab) made their first contribution in
[actions/setup-go#459

**Full Changelog**:
actions/setup-go@v5.0.0...v5.0.1

</details>

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

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

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

</details>

<details>
<summary>r-lib/actions (r-lib/actions)</summary>

###
[`v2.9.0`](https://github.com/r-lib/actions/compare/v2.8.7...v2.9.0)

[Compare
Source](https://github.com/r-lib/actions/compare/v2.8.7...v2.9.0)

</details>

<details>
<summary>ruby/setup-ruby (ruby/setup-ruby)</summary>

###
[`v1.183.0`](https://github.com/ruby/setup-ruby/releases/tag/v1.183.0)

[Compare
Source](https://github.com/ruby/setup-ruby/compare/v1.182.0...v1.183.0)

**Full Changelog**:
ruby/setup-ruby@v1.182.0...v1.183.0

###
[`v1.182.0`](https://github.com/ruby/setup-ruby/releases/tag/v1.182.0)

[Compare
Source](https://github.com/ruby/setup-ruby/compare/v1.181.0...v1.182.0)

**Full Changelog**:
ruby/setup-ruby@v1.181.0...v1.182.0

###
[`v1.181.0`](https://github.com/ruby/setup-ruby/releases/tag/v1.181.0)

[Compare
Source](https://github.com/ruby/setup-ruby/compare/v1.180.1...v1.181.0)

##### What's Changed

- Add jruby-9.3.15.0 by
[@&#8203;ruby-builder-bot](https://github.com/ruby-builder-bot) in
[ruby/setup-ruby#614

**Full Changelog**:
ruby/setup-ruby@v1.180.1...v1.181.0

###
[`v1.180.1`](https://github.com/ruby/setup-ruby/releases/tag/v1.180.1):
Add ruby-3.3.3 on Windows

[Compare
Source](https://github.com/ruby/setup-ruby/compare/v1.180.0...v1.180.1)

###
[`v1.180.0`](https://github.com/ruby/setup-ruby/releases/tag/v1.180.0):
Add ruby-3.3.3

[Compare
Source](https://github.com/ruby/setup-ruby/compare/v1.179.1...v1.180.0)

###
[`v1.179.1`](https://github.com/ruby/setup-ruby/releases/tag/v1.179.1):
Improve error message for CRuby &lt; 2.6 on macos-arm64

[Compare
Source](https://github.com/ruby/setup-ruby/compare/v1.179.0...v1.179.1)

###
[`v1.179.0`](https://github.com/ruby/setup-ruby/releases/tag/v1.179.0):
Add ruby-3.1.6,ruby-3.3.2 on Windows

[Compare
Source](https://github.com/ruby/setup-ruby/compare/v1.178.0...v1.179.0)

#### What's Changed

- Update CRuby releases on Windows by
[@&#8203;ruby-builder-bot](https://github.com/ruby-builder-bot) in
[ruby/setup-ruby#605

**Full Changelog**:
ruby/setup-ruby@v1.178.0...v1.179.0

###
[`v1.178.0`](https://github.com/ruby/setup-ruby/releases/tag/v1.178.0):
Add ruby-3.1.6,ruby-3.3.2 and improve error messages

[Compare
Source](https://github.com/ruby/setup-ruby/compare/v1.177.1...v1.178.0)

#### What's Changed

- Add ruby-3.1.6,ruby-3.3.2 by
[@&#8203;ruby-builder-bot](https://github.com/ruby-builder-bot) in
[ruby/setup-ruby#603

**Full Changelog**:
ruby/setup-ruby@v1.177.1...v1.178.0

###
[`v1.177.1`](https://github.com/ruby/setup-ruby/releases/tag/v1.177.1):
Use downloadAndExtract() for truffleruby+graalvm too

[Compare
Source](https://github.com/ruby/setup-ruby/compare/v1.177.0...v1.177.1)

###
[`v1.177.0`](https://github.com/ruby/setup-ruby/releases/tag/v1.177.0):
Add support for ubuntu-24.04

[Compare
Source](https://github.com/ruby/setup-ruby/compare/v1.176.2...v1.177.0)

###
[`v1.176.2`](https://github.com/ruby/setup-ruby/releases/tag/v1.176.2):
Add ruby-3.4.0-preview1

[Compare
Source](https://github.com/ruby/setup-ruby/compare/v1.176.0...v1.176.2)

###
[`v1.176.0`](https://github.com/ruby/setup-ruby/releases/tag/v1.176.0):
Add jruby-9.4.7.0

[Compare
Source](https://github.com/ruby/setup-ruby/compare/v1.175.1...v1.176.0)

</details>

<details>
<summary>shivammathur/setup-php (shivammathur/setup-php)</summary>

###
[`v2.31.0`](https://github.com/shivammathur/setup-php/releases/tag/2.31.0)

[Compare
Source](https://github.com/shivammathur/setup-php/compare/2.30.5...2.31.0)

##### Changelog

- Added support for a fallback mirror for `ondrej/php` PPA when
launchpad is down
([#&#8203;834](https://github.com/shivammathur/setup-php/issues/834)).

- Fixed installing packages on self-hosted environments with existing
conf files
([#&#8203;852](https://github.com/shivammathur/setup-php/issues/852)).

-   Fixed support for `oci8` and `pdo_oci` extensions on `ubuntu-24.04`.

-   Fixed support for `couchbase` extension on `ubuntu-24.04`.

- Fixed support for `ubuntu-24.04` after `apt-fast` was dropped from the
GA images.

-   Fixed support for `firebird` extension on `macos-14`

-   Fixed support for `blackfire` extension on `macos-14`.

-   Fixed support for `relay` extension.

-   Fixed support for `phalcon` extension for PHP 7.4 on Ubuntu.

-   Updated Node.js dependencies.

For the complete list of changes, please refer to the [Full
Changelog](https://github.com/shivammathur/setup-php/compare/2.30.5...2.31.0)

<p>
  <h4>Follow for updates</h4>
<a href="https://reddit.com/r/setup_php" title="setup-php reddit"><img
alt="setup-php reddit"
src="https://img.shields.io/badge/reddit-join-FF5700?logo=reddit&logoColor=FF5700&labelColor=555555"></a>
<a href="https://twitter.com/setup_php" title="setup-php twitter"><img
alt="setup-php twitter"
src="https://img.shields.io/badge/twitter-follow-1DA1F2?logo=twitter&logoColor=1DA1F2&labelColor=555555"></a>
<a href="https://status.setup-php.com" title="setup-php status"><img
alt="setup-php status"
src="https://img.shields.io/badge/status-subscribe-28A745?logo=statuspage&logoColor=28A745&labelColor=555555"></a>
</p>

###
[`v2.30.5`](https://github.com/shivammathur/setup-php/releases/tag/2.30.5)

[Compare
Source](https://github.com/shivammathur/setup-php/compare/2.30.4...2.30.5)

##### Changelog

-   Added support for Ubuntu 24.04.

- Added support for `easy-coding-standard` in tools
([shivammathur/setup-php#838)

-   Added support for zephir_parser for PHP 8.3.

- Fixed installing zts PHP versions on macOS
([shivammathur/setup-php#847).

- Fixed installing `ev` extension
([shivammathur/setup-php#844).

- Fixed support for `ioncube` extension
([shivammathur/setup-php#840).

-   Updated Node.js dependencies.

For the complete list of changes, please refer to the [Full
Changelog](https://github.com/shivammathur/setup-php/compare/2.30.4...2.30.5)

<p>
  <h4>Follow for updates</h4>
<a href="https://reddit.com/r/setup_php" title="setup-php reddit"><img
alt="setup-php reddit"
src="https://img.shields.io/badge/reddit-join-FF5700?logo=reddit&logoColor=FF5700&labelColor=555555"></a>
<a href="https://twitter.com/setup_php" title="setup-php twitter"><img
alt="setup-php twitter"
src="https://img.shields.io/badge/twitter-follow-1DA1F2?logo=twitter&logoColor=1DA1F2&labelColor=555555"></a>
<a href="https://status.setup-php.com" title="setup-php status"><img
alt="setup-php status"
src="https://img.shields.io/badge/status-subscribe-28A745?logo=statuspage&logoColor=28A745&labelColor=555555"></a>
</p>

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: Xueqin Cui <72771658+cuixq@users.noreply.github.com>
cuixq added a commit to google/osv.dev that referenced this pull request Jul 3, 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` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v2.25.8` -> `v2.25.11` |
|
[pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish)
| action | minor | `v1.8.14` -> `v1.9.0` |

---

### 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.11`](https://github.com/github/codeql-action/compare/v2.25.10...v2.25.11)

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

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

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

###
[`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>

<details>
<summary>pypa/gh-action-pypi-publish
(pypa/gh-action-pypi-publish)</summary>

###
[`v1.9.0`](https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.9.0)

[Compare
Source](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.14...v1.9.0)

#### 💅 Cosmetic Output Improvements

-
[@&#8203;woodruffw](https://github.com/woodruffw)[💰](https://github.com/sponsors/woodruffw)
updated the tense on password nudge in
[#&#8203;234](https://github.com/pypa/gh-action-pypi-publish/issues/234)
-
[@&#8203;shenxianpeng](https://github.com/shenxianpeng)[💰](https://github.com/sponsors/shenxianpeng)
helped us disable the progress bar that was being produced by the `twine
upload` command via
[#&#8203;231](https://github.com/pypa/gh-action-pypi-publish/issues/231)
-
[@&#8203;woodruffw](https://github.com/woodruffw)[💰](https://github.com/sponsors/woodruffw)
also linked the PyPI status dashboard in the trusted publishing error
message via
[pypa/gh-action-pypi-publish#243

#### 🛠️ Internal Dependencies

- pre-commit linters got auto-updated @&#8203;
[#&#8203;225](https://github.com/pypa/gh-action-pypi-publish/issues/225)
-   some notable dependency bumps include
    -   `cryptography == 42.0.7`
    -   `id == 1.4.0`
- `idna == 3.7` via
[#&#8203;228](https://github.com/pypa/gh-action-pypi-publish/issues/228)
- `requests == 2.32.0` via
[#&#8203;240](https://github.com/pypa/gh-action-pypi-publish/issues/240)
    -   `Twine == 5.1.0`

#### ⚙️ Secret Stuff

In
[#&#8203;241](https://github.com/pypa/gh-action-pypi-publish/issues/241),
[@&#8203;br3ndonland](https://github.com/br3ndonland)[💰](https://github.com/sponsors/br3ndonland)
added a Docker label linking the container image to this repository for
GHCR to display it nicely. This is preparatory work for a big
performance-focused refactoring he's working on in
[#&#8203;230](https://github.com/pypa/gh-action-pypi-publish/issues/230).

#### 💪 New Contributors

- [@&#8203;shenxianpeng](https://github.com/shenxianpeng) made their
first contribution in
[pypa/gh-action-pypi-publish#231
- [@&#8203;br3ndonland](https://github.com/br3ndonland) made their
first contribution in
[pypa/gh-action-pypi-publish#241

**🪞 Full Diff**:
pypa/gh-action-pypi-publish@v1.8.14...v1.9.0

**🧔‍♂️ Release Manager:** [@&#8203;webknjaz
🇺🇦](https://github.com/sponsors/webknjaz)

**🙏 Special Thanks** to
[@&#8203;pradyunsg](https://github.com/pradyunsg)[💰](https://github.com/sponsors/pradyunsg)
for promptly unblocking this release to Marketplace as GitHub started
asking for yet another developer agreement signature from the
organization admins.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on wednesday" 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.dev).

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

Co-authored-by: Xueqin Cui <72771658+cuixq@users.noreply.github.com>
Racer159 pushed a commit to defenseunicorns/uds-package-postgres-operator that referenced this pull request Jul 3, 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.6.1` -> `v0.7.1` |
|
[defenseunicorns/uds-common](https://github.com/defenseunicorns/uds-common)
| action | minor | `v0.6.1` -> `v0.7.1` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v3.25.9` -> `v3.25.11` |
|
[zalando/postgres-operator](https://github.com/zalando/postgres-operator)
| | minor | `v1.10.1` -> `v1.12.2` |

---

### 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.7.1`](https://github.com/defenseunicorns/uds-common/releases/tag/v0.7.1)

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

##### Miscellaneous

- fix commitlint workflow permissions
([#&#8203;166](https://github.com/defenseunicorns/uds-common/issues/166))
([d701196](https://github.com/defenseunicorns/uds-common/commit/d701196ed2b7b1507f6b7ad946e4a3e030fa3ca5))

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

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

##### Features

- add an image override to the renovate config
([#&#8203;160](https://github.com/defenseunicorns/uds-common/issues/160))
([ea2fcf1](https://github.com/defenseunicorns/uds-common/commit/ea2fcf105bb7bf6a560042191ee8b7f33757c785))
- **compliance:** lula validate and evaluate capability definitions
([#&#8203;157](https://github.com/defenseunicorns/uds-common/issues/157))
([b615d90](https://github.com/defenseunicorns/uds-common/commit/b615d90389523763d08b03f793abe5cdeeee55fc))

##### Miscellaneous

- add dockerfile `ADD` support
([#&#8203;162](https://github.com/defenseunicorns/uds-common/issues/162))
([6854284](https://github.com/defenseunicorns/uds-common/commit/685428477abea23a2a20c311a135acc517558fc3))
- **deps:** update uds common package dependencies to v6.7.0
([#&#8203;158](https://github.com/defenseunicorns/uds-common/issues/158))
([ef9c567](https://github.com/defenseunicorns/uds-common/commit/ef9c567a5aea13ba2dbf22b2790b78cacb113ab1))

</details>

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

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

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

###
[`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)

</details>

<details>
<summary>zalando/postgres-operator (zalando/postgres-operator)</summary>

###
[`v1.12.2`](https://github.com/zalando/postgres-operator/releases/tag/v1.12.2):
Blissful Ants

[Compare
Source](https://github.com/zalando/postgres-operator/compare/v1.12.1...v1.12.2)

This is a bugfix release to the `1.12` version of the Postrges Operator.
Thanks to everyone who gave feedback, raised issues or fixed bugs.

##### Fixes and enhancements

- use json tag for schema mapping of InfrastructureRole struct
([#&#8203;2659](https://github.com/zalando/postgres-operator/issues/2659))
- align base images in arm build pipeline with Docker images
([#&#8203;2663](https://github.com/zalando/postgres-operator/issues/2663))
- align dependencies in Makefile
([#&#8203;2647](https://github.com/zalando/postgres-operator/issues/2647))
- \[UI] fix exec format error on ARM
([#&#8203;2663](https://github.com/zalando/postgres-operator/issues/2663),
[#&#8203;2649](https://github.com/zalando/postgres-operator/issues/2649))
- \[UI] use nodejs-lts instead of outdated alpine version to workaround
permission issue with old npm version
([#&#8203;2653](https://github.com/zalando/postgres-operator/issues/2653))

##### Breaking changes

- removed helm chart version 1.10.0, 1.12.0 and 1.12.1 and only provide
the last point release of each version
([#&#8203;2664](https://github.com/zalando/postgres-operator/issues/2664))

amd images:
**Docker image**:
registry.opensource.zalan.do/acid/postgres-operator:v1.12.2
**UI Docker image**:
registry.opensource.zalan.do/acid/postgres-operator-ui:v1.12.2
**Logical Backup Docker image**:
registry.opensource.zalan.do/acid/logical-backup:v1.12.2

Multi-arch image (arm):
Postgres Operator: ghcr.io/zalando/postgres-operator:v1.12.2
UI: ghcr.io/zalando/postgres-operator-ui:v1.12.2
Logical Backup: ghcr.io/zalando/postgres-operator/logical-backup:v1.12.2

**Default Spilo image**: ghcr.io/zalando/spilo-16:3.2-p3

Thanks to our contributors:
[@&#8203;macedigital](https://github.com/macedigital),
[@&#8203;FxKu](https://github.com/FxKu),
[@&#8203;idanovinda](https://github.com/idanovinda),
[@&#8203;hemakshis](https://github.com/hemakshis),
[@&#8203;Skoucail](https://github.com/Skoucail)
[@&#8203;crkochan](https://github.com/crkochan)

###
[`v1.12.1`](https://github.com/zalando/postgres-operator/releases/tag/v1.12.1):
Armless ants

[Compare
Source](https://github.com/zalando/postgres-operator/compare/v1.12.0...v1.12.1)

Please refer to the 1.12.2 changelog. The only difference is that we
fixed the arm build pipeline for 1.12.2 and for helm charts, we only
kept the last point release of each version.

###
[`v1.12.0`](https://github.com/zalando/postgres-operator/releases/tag/v1.12.0):
Blissful Ant

[Compare
Source](https://github.com/zalando/postgres-operator/compare/v1.11.0...v1.12.0)

We are excited to announce yet another new release of the Postgres
Operator. Thanks to everyone who contributed with PRs, feedback, raising
issues or providing ideas.

##### New features

- New config option to prevent operator from removing secrets on cluster
deletion
([#&#8203;2582](https://github.com/zalando/postgres-operator/issues/2582))
- New flag for volumes to specify subPath as an expression to include
[env
variables](https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath-expanded-environment)
([#&#8203;2463](https://github.com/zalando/postgres-operator/issues/2463),
[#&#8203;2638](https://github.com/zalando/postgres-operator/issues/2638))
- \[UI] Allow scheduling constraints for UI deployment
([#&#8203;2326](https://github.com/zalando/postgres-operator/issues/2326))
- \[LogicalBackup] make bucket prefix for logical backup configurable
([#&#8203;2609](https://github.com/zalando/postgres-operator/issues/2609))

##### Enhancements

- Apply template on all keys of OperatorConfiguration
([#&#8203;2608](https://github.com/zalando/postgres-operator/issues/2608))
- \[UI] Removal of manual authentication for user login
([#&#8203;2635](https://github.com/zalando/postgres-operator/issues/2635))
- \[UI] Centralized logging to eliminate logger errors in UI pod logs
([#&#8203;2645](https://github.com/zalando/postgres-operator/issues/2645))
- \[LogicalBackup] re-use configured pod tolerations also for logical
backup job pods
([#&#8203;2018](https://github.com/zalando/postgres-operator/issues/2018))
- \[Helm] charts are using ARM images by default
([#&#8203;2634](https://github.com/zalando/postgres-operator/issues/2634))

##### Bugfixes

- Add missing json mapping to `infrastructure_roles_secrets` config
option
([#&#8203;2645](https://github.com/zalando/postgres-operator/issues/2645))
- \[Helm] fix creation of configuration when ConfigMap is used
([#&#8203;2584](https://github.com/zalando/postgres-operator/issues/2584))
- \[Helm] add pdb_master_label_selector to helm chart and example
manifests
([#&#8203;2595](https://github.com/zalando/postgres-operator/issues/2595))

##### Breaking Changes

- Dropped Helm charts for releases 1.8.0 and 1.8.1
([#&#8203;2639](https://github.com/zalando/postgres-operator/issues/2639))

amd images:
**Docker image**:
registry.opensource.zalan.do/acid/postgres-operator:v1.12.0-dirty
**UI Docker image**:
registry.opensource.zalan.do/acid/postgres-operator-ui:v1.12.0
**Logical Backup Docker image**:
registry.opensource.zalan.do/acid/logical-backup:v1.12.0

Multi-arch image (arm):
Postgres Operator: ghcr.io/zalando/postgres-operator:v1.12.0
UI: ghcr.io/zalando/postgres-operator-ui:v1.12.0
Logical Backup: ghcr.io/zalando/postgres-operator/logical-backup:v1.12.0

**Default Spilo image**: ghcr.io/zalando/spilo-16:3.2-p3

Thanks to our contributors: [@&#8203;FxKu](https://github.com/FxKu),
[@&#8203;idanovinda](https://github.com/idanovinda),
[@&#8203;hughcapet](https://github.com/hughcapet)
[@&#8203;dmotte](https://github.com/dmotte),
[@&#8203;LordGaav](https://github.com/LordGaav),
[@&#8203;hemakshis](https://github.com/hemakshis),
[@&#8203;duckhawk](https://github.com/duckhawk),
[@&#8203;smutel](https://github.com/smutel),
[@&#8203;ThoreKr](https://github.com/ThoreKr),
[@&#8203;pratheekrebala](https://github.com/pratheekrebala)

###
[`v1.11.0`](https://github.com/zalando/postgres-operator/releases/tag/v1.11.0):
Deliberate Dog

[Compare
Source](https://github.com/zalando/postgres-operator/compare/v1.10.1...v1.11.0)

We are excited to announce a new release of the Postgres Operator.
Thanks to everyone who contributed with PRs, feedback, raising issues or
providing ideas.

##### New features

- Added support for Postgres 16
([#&#8203;2437](https://github.com/zalando/postgres-operator/issues/2437),
[#&#8203;2557](https://github.com/zalando/postgres-operator/issues/2557))
- ARM support for UI and logical backup images
([#&#8203;2426](https://github.com/zalando/postgres-operator/issues/2426),
[#&#8203;2527](https://github.com/zalando/postgres-operator/issues/2527))
- New config option to prevent operator from removing PVCs on cluster
deletion
([#&#8203;2579](https://github.com/zalando/postgres-operator/issues/2579),
[#&#8203;1074](https://github.com/zalando/postgres-operator/issues/1074))
- New config option to specify PVC retention policy when deleting or
scaling statefulset
([#&#8203;2343](https://github.com/zalando/postgres-operator/issues/2343),
[#&#8203;2415](https://github.com/zalando/postgres-operator/issues/2415),
[#&#8203;2420](https://github.com/zalando/postgres-operator/issues/2420),
[#&#8203;2584](https://github.com/zalando/postgres-operator/issues/2584))
- Add support for hugepages-2Mi/-1Gi in resources section incl. sidecars
([#&#8203;2311](https://github.com/zalando/postgres-operator/issues/2311),
[#&#8203;2512](https://github.com/zalando/postgres-operator/issues/2512))
- Finalizers can be enabled so custom resource in only removed after its
child resources
([#&#8203;941](https://github.com/zalando/postgres-operator/issues/941),
[#&#8203;2509](https://github.com/zalando/postgres-operator/issues/2509),
[#&#8203;2521](https://github.com/zalando/postgres-operator/issues/2521),
[#&#8203;2538](https://github.com/zalando/postgres-operator/issues/2538))
- Support for dead letter queue to recover from failed events
([#&#8203;2421](https://github.com/zalando/postgres-operator/issues/2421))
- Master label selector can be disabled for the cluster's
PodDisruptionBudget
([#&#8203;2364](https://github.com/zalando/postgres-operator/issues/2364),
[#&#8203;2595](https://github.com/zalando/postgres-operator/issues/2595))
- Single users can opt out from globally enabled password rotation
([#&#8203;2528](https://github.com/zalando/postgres-operator/issues/2528))
- \[LogicalBackup] Can specify extra environment variables in a
`logical_backup_cronjob_environment_secret`
([#&#8203;2051](https://github.com/zalando/postgres-operator/issues/2051))

##### Enhancements

- Allow empty resources when defaults are no set
([#&#8203;2524](https://github.com/zalando/postgres-operator/issues/2524))
- Removal of standby section will promote the cluster
([#&#8203;2472](https://github.com/zalando/postgres-operator/issues/2472),
[#&#8203;2513](https://github.com/zalando/postgres-operator/issues/2513))
- Support switching secret rotation mode to in-place directly
([#&#8203;2549](https://github.com/zalando/postgres-operator/issues/2549))
- Reduced number of calls on transitive team mappings
([#&#8203;2445](https://github.com/zalando/postgres-operator/issues/2445))
- Configurable priority class for helm chart
([#&#8203;2499](https://github.com/zalando/postgres-operator/issues/2499))
- Double check current Postgres version before trying upgrade
([#&#8203;2533](https://github.com/zalando/postgres-operator/issues/2533))
- Inherited labels and annotations are also passed to logical backup pod
([#&#8203;2456](https://github.com/zalando/postgres-operator/issues/2456))
- Improve appearance of Readme image in github dark mode
([#&#8203;2431](https://github.com/zalando/postgres-operator/issues/2431))
- Improve docs on prepared users
([#&#8203;2424](https://github.com/zalando/postgres-operator/issues/2424),
[#&#8203;2425](https://github.com/zalando/postgres-operator/issues/2425))
- Improve docs structure on cluster configuration
([#&#8203;2504](https://github.com/zalando/postgres-operator/issues/2504))
- Logging of all returned errors on closing database connections
([#&#8203;2578](https://github.com/zalando/postgres-operator/issues/2578))
- Use Alpine 3 base image without minor version
([#&#8203;2488](https://github.com/zalando/postgres-operator/issues/2488))
- Added unit test for cluster Create() method
([#&#8203;2509](https://github.com/zalando/postgres-operator/issues/2509))
- Replaced deperecated ioutil package
([#&#8203;2480](https://github.com/zalando/postgres-operator/issues/2480),
[#&#8203;2531](https://github.com/zalando/postgres-operator/issues/2531))
- Bumped the pgBouncer version in pooler image to 1.22.0
([#&#8203;2529](https://github.com/zalando/postgres-operator/issues/2529))
- Go to 1.21 and updated depedencies
([#&#8203;2554](https://github.com/zalando/postgres-operator/issues/2554),
[#&#8203;2577](https://github.com/zalando/postgres-operator/issues/2577),
[#&#8203;2676](https://github.com/zalando/postgres-operator/issues/2676),
[#&#8203;2443](https://github.com/zalando/postgres-operator/issues/2443),
[#&#8203;2433](https://github.com/zalando/postgres-operator/issues/2433),
[#&#8203;2501](https://github.com/zalando/postgres-operator/issues/2501),
[#&#8203;2442](https://github.com/zalando/postgres-operator/issues/2442))
- Add OCI label for container image source
([#&#8203;2541](https://github.com/zalando/postgres-operator/issues/2541))
- \[UI] Improve docs on watched namespaces
([#&#8203;2412](https://github.com/zalando/postgres-operator/issues/2412))
- \[LogicalBackup] Bump Ubuntu version
([#&#8203;2478](https://github.com/zalando/postgres-operator/issues/2478))

##### Bugfixes

- Operator reflects new member states returned by Patroni cluster
endpoint
([#&#8203;2515](https://github.com/zalando/postgres-operator/issues/2515))
- Avoid password replacement if system users for pooler or streams are
listed in the manifest
([#&#8203;2489](https://github.com/zalando/postgres-operator/issues/2489))
- Compare single volume templates only if the number of templates has
not changed
([#&#8203;2493](https://github.com/zalando/postgres-operator/issues/2493))
- Changes to synchronous node count in Patroni section are now diffed
([#&#8203;2558](https://github.com/zalando/postgres-operator/issues/2558))
- Update internal PostgresSpec after updating cluster status to not
block subsequent updates
([#&#8203;2546](https://github.com/zalando/postgres-operator/issues/2546))

##### Breaking changes

- Operator will not set the users section in Patroni config anymore (was
not utilized anyway)
([#&#8203;2490](https://github.com/zalando/postgres-operator/issues/2490))
- Dropped support for Postgres 10
([#&#8203;2557](https://github.com/zalando/postgres-operator/issues/2557))
- Dropped helm packages for 1.7.x releases
([#&#8203;2580](https://github.com/zalando/postgres-operator/issues/2580))

**Docker image**:
registry.opensource.zalan.do/acid/postgres-operator:v1.11.0
**Multi-arch image (arm)**: ghcr.io/zalando/postgres-operator:v1.11.0
**UI Docker image**:
registry.opensource.zalan.do/acid/postgres-operator-ui:v1.11.0
**Sample logical backup image**:
registry.opensource.zalan.do/acid/logical-backup:v1.11.0
**Default Spilo image**: ghcr.io/zalando/spilo-16:3.2-p2

Thanks to our contributors: [@&#8203;FxKu](https://github.com/FxKu),
[@&#8203;idanovinda](https://github.com/idanovinda),
[@&#8203;Jan-M](https://github.com/Jan-M),
[@&#8203;jopadi](https://github.com/jopadi),
[@&#8203;hughcapet](https://github.com/hughcapet),
[@&#8203;sdudoladov](https://github.com/sdudoladov),
[@&#8203;macedigital](https://github.com/macedigital),
[@&#8203;silenium-dev](https://github.com/silenium-dev),
[@&#8203;frittentheke](https://github.com/frittentheke),
[@&#8203;b1zzu](https://github.com/b1zzu),
[@&#8203;stgrace](https://github.com/stgrace),
[@&#8203;bootc](https://github.com/bootc),
[@&#8203;cstohr1](https://github.com/cstohr1),
[@&#8203;seekingua](https://github.com/seekingua),
[@&#8203;andrejshapal](https://github.com/andrejshapal),
[@&#8203;urashidmalik](https://github.com/urashidmalik),
[@&#8203;capuche2412](https://github.com/capuche2412),
[@&#8203;urashidmalik](https://github.com/urashidmalik),
[@&#8203;senthilnathan](https://github.com/senthilnathan),
[@&#8203;dgiebert](https://github.com/dgiebert),
[@&#8203;tm604](https://github.com/tm604),
[@&#8203;testwill](https://github.com/testwill),
[@&#8203;dmotte](https://github.com/dmotte),
[@&#8203;ThoreKr](https://github.com/ThoreKr),
[@&#8203;Lukkie](https://github.com/Lukkie),
[@&#8203;drivebyer](https://github.com/drivebyer),
[@&#8203;sklirg](https://github.com/sklirg),
[@&#8203;ghost](https://github.com/ghost),
[@&#8203;MisguidedEmails](https://github.com/MisguidedEmails),
[@&#8203;ErikLundJensen](https://github.com/ErikLundJensen),
[@&#8203;boomskats](https://github.com/boomskats)
[@&#8203;spreeker](https://github.com/spreeker),
[@&#8203;regme](https://github.com/regme)

</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-postgres-operator).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
zachariahmiller pushed a commit to defenseunicorns/uds-package-valkey that referenced this pull request Jul 3, 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.6.1` -> `v0.7.1` |
|
[defenseunicorns/uds-common](https://github.com/defenseunicorns/uds-common)
| action | minor | `v0.6.1` -> `v0.7.1` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v3.25.9` -> `v3.25.11` |

---

### 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.7.1`](https://github.com/defenseunicorns/uds-common/releases/tag/v0.7.1)

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

##### Miscellaneous

- fix commitlint workflow permissions
([#&#8203;166](https://github.com/defenseunicorns/uds-common/issues/166))
([d701196](https://github.com/defenseunicorns/uds-common/commit/d701196ed2b7b1507f6b7ad946e4a3e030fa3ca5))

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

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

##### Features

- add an image override to the renovate config
([#&#8203;160](https://github.com/defenseunicorns/uds-common/issues/160))
([ea2fcf1](https://github.com/defenseunicorns/uds-common/commit/ea2fcf105bb7bf6a560042191ee8b7f33757c785))
- **compliance:** lula validate and evaluate capability definitions
([#&#8203;157](https://github.com/defenseunicorns/uds-common/issues/157))
([b615d90](https://github.com/defenseunicorns/uds-common/commit/b615d90389523763d08b03f793abe5cdeeee55fc))

##### Miscellaneous

- add dockerfile `ADD` support
([#&#8203;162](https://github.com/defenseunicorns/uds-common/issues/162))
([6854284](https://github.com/defenseunicorns/uds-common/commit/685428477abea23a2a20c311a135acc517558fc3))
- **deps:** update uds common package dependencies to v6.7.0
([#&#8203;158](https://github.com/defenseunicorns/uds-common/issues/158))
([ef9c567](https://github.com/defenseunicorns/uds-common/commit/ef9c567a5aea13ba2dbf22b2790b78cacb113ab1))

</details>

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

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

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

###
[`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)

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
OYX-1 pushed a commit to PKUHPC/SCOW that referenced this pull request Jul 4, 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>
lambchop4prez added a commit to lambchop4prez/network that referenced this pull request Jul 6, 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/lambchop4prez/network).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
abs3ntdev pushed a commit to abs3ntdev/gspot that referenced this pull request Jul 6, 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](actions/checkout@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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Reviewed-on: https://git.asdf.cafe/abs3nt/gspot/pulls/11
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 github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants