Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update sonarqube support dependencies (#93)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | patch | `v4.3.3` -> `v4.3.4` | | [defenseunicorns/uds-common](https://togithub.com/defenseunicorns/uds-common) | | minor | `v0.6.0` -> `v0.7.1` | | [defenseunicorns/uds-common](https://togithub.com/defenseunicorns/uds-common) | action | minor | `v0.6.0` -> `v0.7.1` | | [github/codeql-action](https://togithub.com/github/codeql-action) | action | patch | `v3.25.10` -> `v3.25.11` | | [python-jsonschema/check-jsonschema](https://togithub.com/python-jsonschema/check-jsonschema) | repository | minor | `0.28.5` -> `0.29.0` | | [renovatebot/pre-commit-hooks](https://togithub.com/renovatebot/pre-commit-hooks) | repository | minor | `37.413.2` -> `37.426.4` | | ghcr.io/defenseunicorns/packages/uds/postgres-operator | | minor | `1.11.0-uds.1-upstream` -> `1.12.2-uds.1-upstream` --- > [!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://togithub.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v4.3.4`](https://togithub.com/actions/upload-artifact/releases/tag/v4.3.4) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.3.3...v4.3.4) ##### What's Changed - Update [@​actions/artifact](https://togithub.com/actions/artifact) version, bump dependencies by [@​robherley](https://togithub.com/robherley) in [https://github.com/actions/upload-artifact/pull/584](https://togithub.com/actions/upload-artifact/pull/584) **Full Changelog**: actions/upload-artifact@v4.3.3...v4.3.4 </details> <details> <summary>defenseunicorns/uds-common (defenseunicorns/uds-common)</summary> ### [`v0.7.1`](https://togithub.com/defenseunicorns/uds-common/releases/tag/v0.7.1) [Compare Source](https://togithub.com/defenseunicorns/uds-common/compare/v0.7.0...v0.7.1) ##### Miscellaneous - fix commitlint workflow permissions ([#​166](https://togithub.com/defenseunicorns/uds-common/issues/166)) ([d701196](https://togithub.com/defenseunicorns/uds-common/commit/d701196ed2b7b1507f6b7ad946e4a3e030fa3ca5)) ### [`v0.7.0`](https://togithub.com/defenseunicorns/uds-common/releases/tag/v0.7.0) [Compare Source](https://togithub.com/defenseunicorns/uds-common/compare/v0.6.1...v0.7.0) ##### Features - add an image override to the renovate config ([#​160](https://togithub.com/defenseunicorns/uds-common/issues/160)) ([ea2fcf1](https://togithub.com/defenseunicorns/uds-common/commit/ea2fcf105bb7bf6a560042191ee8b7f33757c785)) - **compliance:** lula validate and evaluate capability definitions ([#​157](https://togithub.com/defenseunicorns/uds-common/issues/157)) ([b615d90](https://togithub.com/defenseunicorns/uds-common/commit/b615d90389523763d08b03f793abe5cdeeee55fc)) ##### Miscellaneous - add dockerfile `ADD` support ([#​162](https://togithub.com/defenseunicorns/uds-common/issues/162)) ([6854284](https://togithub.com/defenseunicorns/uds-common/commit/685428477abea23a2a20c311a135acc517558fc3)) - **deps:** update uds common package dependencies to v6.7.0 ([#​158](https://togithub.com/defenseunicorns/uds-common/issues/158)) ([ef9c567](https://togithub.com/defenseunicorns/uds-common/commit/ef9c567a5aea13ba2dbf22b2790b78cacb113ab1)) ### [`v0.6.1`](https://togithub.com/defenseunicorns/uds-common/releases/tag/v0.6.1) [Compare Source](https://togithub.com/defenseunicorns/uds-common/compare/v0.6.0...v0.6.1) ##### Miscellaneous - add a playwright setup action ([#​155](https://togithub.com/defenseunicorns/uds-common/issues/155)) ([93720d9](https://togithub.com/defenseunicorns/uds-common/commit/93720d91189fc54c5f5302bb6af769621bc21b27)) - add the second raw URL and releases URL for GitHub to renovate config ([#​154](https://togithub.com/defenseunicorns/uds-common/issues/154)) ([bdda4dc](https://togithub.com/defenseunicorns/uds-common/commit/bdda4dcbd201e279b83361d72ea448114af26522)) </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.25.11`](https://togithub.com/github/codeql-action/compare/v3.25.10...v3.25.11) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.25.10...v3.25.11) </details> <details> <summary>python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)</summary> ### [`v0.29.0`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0290) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.28.6...0.29.0) - Update vendored schemas: github-workflows, renovate, woodpecker-ci (2024-07-07) - Improve caching to include caching of remote `$ref` downloads. This should improve performance in cases where a schema has many remote refs and is used in repeat invocations. The `$ref` cache can be disabled via the same `--no-cache` flag which disables use of the pre-existing cache. Thanks :user:`alex1701c`! (:issue:`452`, :pr:`454`) - Fix an ordering bug which caused caching to be ineffective, resulting in repeated downloads of remote schemas even when the cache was populated. Thanks :user:`alex1701c` for reporting! (:issue:`453`) ### [`v0.28.6`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0286) [Compare Source](https://togithub.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`) </details> <details> <summary>renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)</summary> ### [`v37.426.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.426.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.426.2...37.426.4) See https://github.com/renovatebot/renovate/releases/tag/37.426.4 for more changes ### [`v37.426.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.426.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.426.1...37.426.2) See https://github.com/renovatebot/renovate/releases/tag/37.426.2 for more changes ### [`v37.426.1`](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.426.0...37.426.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.426.0...37.426.1) ### [`v37.426.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.426.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.425.3...37.426.0) See https://github.com/renovatebot/renovate/releases/tag/37.426.0 for more changes ### [`v37.425.3`](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.425.1...37.425.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.425.1...37.425.3) ### [`v37.425.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.425.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.424.4...37.425.1) See https://github.com/renovatebot/renovate/releases/tag/37.425.1 for more changes ### [`v37.424.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.424.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.424.3...37.424.4) See https://github.com/renovatebot/renovate/releases/tag/37.424.4 for more changes ### [`v37.424.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.424.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.424.2...37.424.3) See https://github.com/renovatebot/renovate/releases/tag/37.424.3 for more changes ### [`v37.424.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.424.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.424.1...37.424.2) See https://github.com/renovatebot/renovate/releases/tag/37.424.2 for more changes ### [`v37.424.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.424.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.424.0...37.424.1) See https://github.com/renovatebot/renovate/releases/tag/37.424.1 for more changes ### [`v37.424.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.424.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.423.1...37.424.0) See https://github.com/renovatebot/renovate/releases/tag/37.424.0 for more changes ### [`v37.423.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.423.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.423.0...37.423.1) See https://github.com/renovatebot/renovate/releases/tag/37.423.1 for more changes ### [`v37.423.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.423.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.422.4...37.423.0) See https://github.com/renovatebot/renovate/releases/tag/37.423.0 for more changes ### [`v37.422.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.422.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.6...37.422.4) See https://github.com/renovatebot/renovate/releases/tag/37.422.4 for more changes ### [`v37.421.6`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.6) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.5...37.421.6) See https://github.com/renovatebot/renovate/releases/tag/37.421.6 for more changes ### [`v37.421.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.4...37.421.5) See https://github.com/renovatebot/renovate/releases/tag/37.421.5 for more changes ### [`v37.421.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.3...37.421.4) See https://github.com/renovatebot/renovate/releases/tag/37.421.4 for more changes ### [`v37.421.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.2...37.421.3) See https://github.com/renovatebot/renovate/releases/tag/37.421.3 for more changes ### [`v37.421.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.1...37.421.2) See https://github.com/renovatebot/renovate/releases/tag/37.421.2 for more changes ### [`v37.421.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.0...37.421.1) See https://github.com/renovatebot/renovate/releases/tag/37.421.1 for more changes ### [`v37.421.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.420.1...37.421.0) See https://github.com/renovatebot/renovate/releases/tag/37.421.0 for more changes ### [`v37.420.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.420.1) [Compare Source](https://togithub.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://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.420.0) [Compare Source](https://togithub.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://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.419.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.418.2...37.419.1) See https://github.com/renovatebot/renovate/releases/tag/37.419.1 for more changes ### [`v37.418.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.418.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.418.1...37.418.2) See https://github.com/renovatebot/renovate/releases/tag/37.418.2 for more changes ### [`v37.418.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.418.1) [Compare Source](https://togithub.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://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.417.1) [Compare Source](https://togithub.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://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.417.0) [Compare Source](https://togithub.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://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.416.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.415.0...37.416.0) See https://github.com/renovatebot/renovate/releases/tag/37.416.0 for more changes ### [`v37.415.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.415.0) [Compare Source](https://togithub.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://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.414.1) [Compare Source](https://togithub.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://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.414.0) [Compare Source](https://togithub.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://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.413.4) [Compare Source](https://togithub.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://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.413.3) [Compare Source](https://togithub.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 </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://togithub.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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJzdXBwb3J0LWRlcHMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Wayne Starr <me@racer159.com>
- Loading branch information