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

chore(deps): update all non-major dependencies #200

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 1, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action minor v4.1.7 -> v4.2.2 age adoption passing confidence
actions/dependency-review-action action minor v4.3.4 -> v4.5.0 age adoption passing confidence
actions/setup-go action minor v5.0.2 -> v5.2.0 age adoption passing confidence
github/codeql-action action minor v3.26.7 -> v3.28.0 age adoption passing confidence
google-style minor "~> 1.26.3" -> "~> 1.30.0" age adoption passing confidence
ruby/setup-ruby action minor v1.193.0 -> v1.207.0 age adoption passing confidence
step-security/harden-runner action patch v2.10.1 -> v2.10.2 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

actions/dependency-review-action (actions/dependency-review-action)

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.5...v4.4.0

v4.3.5

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.3.4...v4.3.5

actions/setup-go (actions/setup-go)

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5...v5.2.0

v5.1.0

Compare Source

What's Changed

Bug Fixes

New Contributors

Full Changelog: actions/setup-go@v5...v5.1.0

github/codeql-action (github/codeql-action)

v3.28.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.28.0 - 20 Dec 2024
  • Bump the minimum CodeQL bundle version to 2.15.5. #​2655
  • Don't fail in the unusual case that a file is on the search path. #​2660.

See the full CHANGELOG.md for more information.

v3.27.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.9 - 12 Dec 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.8

Compare Source

v3.27.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.7 - 10 Dec 2024
  • We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #​2631
  • Update default CodeQL bundle version to 2.20.0. #​2636

See the full CHANGELOG.md for more information.

v3.27.6

Compare Source

v3.27.5

Compare Source

v3.27.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.4 - 14 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.3 - 12 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.2 - 12 Nov 2024
  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #​2590

See the full CHANGELOG.md for more information.

v3.27.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.1 - 08 Nov 2024
  • The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #​2573
  • Update default CodeQL bundle version to 2.19.3. #​2576

See the full CHANGELOG.md for more information.

v3.27.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.0 - 22 Oct 2024
  • Bump the minimum CodeQL bundle version to 2.14.6. #​2549
  • Fix an issue where the upload-sarif Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the upload-sarif Action. #​2557
  • Update default CodeQL bundle version to 2.19.2. #​2552

See the full CHANGELOG.md for more information.

v3.26.13

Compare Source

v3.26.12

Compare Source

v3.26.11

Compare Source

v3.26.10

Compare Source

v3.26.9

Compare Source

v3.26.8

Compare Source

googleapis/ruby-style (google-style)

v1.30.1

Bug Fixes
  • Disable SafeNavigationConsistency lint (#​79)

v1.30.0

Features
  • Require Ruby 3.0 and support new checks as of Rubocop 1.63 (#​74)

v1.27.1

Bug Fixes
  • Disable anonymous argument forwarding requirement (#​71)

v1.27.0

Features
  • Require Ruby 2.7 and support new checks as of Rubocop 1.56 (#​64)
ruby/setup-ruby (ruby/setup-ruby)

v1.207.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.206.0...v1.207.0

v1.206.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.205.0...v1.206.0

v1.205.0

Compare Source

What's Changed
New Contributors

Full Changelog: ruby/setup-ruby@v1.204.0...v1.205.0

v1.204.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.203.0...v1.204.0

v1.203.0

Compare Source

Full Changelog: ruby/setup-ruby@v1.202.0...v1.203.0

v1.202.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.201.0...v1.202.0

v1.201.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.200.0...v1.201.0

v1.200.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.199.0...v1.200.0

v1.199.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.198.0...v1.199.0

v1.198.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.197.0...v1.198.0

v1.197.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.196.0...v1.197.0

v1.196.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.195.0...v1.196.0

v1.195.0

Compare Source

What's Changed

New Contributors

Full Changelog: ruby/setup-ruby@v1.194.0...v1.195.0

v1.194.0

Compare Source

Full Changelog: ruby/setup-ruby@v1.193.0...v1.194.0

step-security/harden-runner (step-security/harden-runner)

v2.10.2

Compare Source

What's Changed
  1. Fixes low-severity command injection weaknesses
    The advisory is here: GHSA-g85v-wf27-67xc

  2. Bug fix to improve detection of whether Harden-Runner is running in a container

Full Changelog: step-security/harden-runner@v2...v2.10.2


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 90c7506 to 643ae42 Compare October 7, 2024 19:04
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ca2a991 to 6a0dff6 Compare October 17, 2024 21:36
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 24be096 to cd1a376 Compare October 28, 2024 23:25
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1bdf440 to 75a40b1 Compare November 5, 2024 14:01
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 64df30f to 4f0c394 Compare November 12, 2024 21:13
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 427cad0 to d5d0272 Compare November 20, 2024 22:21
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 02ebcc2 to 605df6a Compare December 7, 2024 01:02
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d4a9fd9 to ada68a8 Compare December 13, 2024 23:34
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e85b568 to c774106 Compare December 26, 2024 12:43
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from c774106 to d14a247 Compare December 30, 2024 21:29
akerekes
akerekes previously approved these changes Dec 31, 2024
1.30 requires ruby 3
Copy link

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@akerekes akerekes merged commit 7ec7d5a into GoogleCloudPlatform:main Jan 3, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants