chore(deps): update submodules#5162
Merged
tobyhawker merged 1 commit intogoogle:masterfrom Apr 1, 2026
Merged
Conversation
d82db07 to
e90d7e1
Compare
e90d7e1 to
5d24018
Compare
tobyhawker
approved these changes
Apr 1, 2026
tymzd
pushed a commit
to tymzd/osv.dev
that referenced
this pull request
Apr 13, 2026
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | minor | `v6.3.0` → `v6.4.0` | | [gcp/api/googleapis](https://redirect.github.com/googleapis/googleapis) ([changelog](https://redirect.github.com/googleapis/googleapis/compare/1e1ca41d507f31b9ae307efbe002af864358214b..775a3cb5d47dc07d3a18660cab9c4924e5231ad9)) | | digest | `1e1ca41` → `775a3cb` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | minor | `v4.34.1` → `v4.35.1` | | osv-schema | | digest | `df53497` → `2a6a0b9` | | [osv/osv-schema](https://redirect.github.com/ossf/osv-schema.git) ([changelog](https://redirect.github.com/ossf/osv-schema.git/compare/df534973d091209ed646dd4f4081c057d1f6ec2c..2a6a0b9b0ccd8b91eeec05081b2642f53cfbe81e)) | | digest | `df53497` → `2a6a0b9` | --- <details> <summary>actions/setup-go (actions/setup-go)</summary> [`v6.4.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.4.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.3.0...v6.4.0) - Add go-download-base-url input for custom Go distributions by [@​gdams](https://redirect.github.com/gdams) in [#​721](https://redirect.github.com/actions/setup-go/pull/721) - Upgrade minimatch from 3.1.2 to 3.1.5 by [@​dependabot](https://redirect.github.com/dependabot) in [#​727](https://redirect.github.com/actions/setup-go/pull/727) - Rearrange README.md, add advanced-usage.md by [@​priyagupta108](https://redirect.github.com/priyagupta108) in [#​724](https://redirect.github.com/actions/setup-go/pull/724) - Fix Microsoft build of Go link by [@​gdams](https://redirect.github.com/gdams) in [#​734](https://redirect.github.com/actions/setup-go/pull/734) - [@​gdams](https://redirect.github.com/gdams) made their first contribution in [#​721](https://redirect.github.com/actions/setup-go/pull/721) **Full Changelog**: <actions/setup-go@v6...v6.4.0> </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> [`v4.35.1`](https://redirect.github.com/github/codeql-action/releases/tag/v4.35.1) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.35.0...v4.35.1) - Fix incorrect minimum required Git version for [improved incremental analysis](https://redirect.github.com/github/roadmap/issues/1158): it should have been 2.36.0, not 2.11.0. [#​3781](https://redirect.github.com/github/codeql-action/pull/3781) [`v4.35.0`](https://redirect.github.com/github/codeql-action/releases/tag/v4.35.0) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.34.1...v4.35.0) - Reduced the minimum Git version required for [improved incremental analysis](https://redirect.github.com/github/roadmap/issues/1158) from 2.38.0 to 2.11.0. [#​3767](https://redirect.github.com/github/codeql-action/pull/3767) - Update default CodeQL bundle version to [2.25.1](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.1). [#​3773](https://redirect.github.com/github/codeql-action/pull/3773) </details> --- 📅 **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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v6.3.0→v6.4.01e1ca41→775a3cbv4.34.1→v4.35.1df53497→2a6a0b9df53497→2a6a0b9Release Notes
actions/setup-go (actions/setup-go)
v6.4.0Compare Source
What's Changed
Enhancement
Dependency update
Documentation update
New Contributors
Full Changelog: actions/setup-go@v6...v6.4.0
github/codeql-action (github/codeql-action)
v4.35.1Compare Source
v4.35.0Compare Source
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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.