Skip to content

chore: github actions update(deps): bump the version-updates group across 1 directory with 3 updates - #358

Merged
mrlunchbox777 merged 2 commits into
mainfrom
dependabot/github_actions/dot-github/workflows/version-updates-27939307d0
Jul 28, 2026
Merged

chore: github actions update(deps): bump the version-updates group across 1 directory with 3 updates#358
mrlunchbox777 merged 2 commits into
mainfrom
dependabot/github_actions/dot-github/workflows/version-updates-27939307d0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the version-updates group with 3 updates in the /.github/workflows directory: actions/checkout, github/codeql-action and fgrosse/go-coverage-report.

Updates actions/checkout from 7.0.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

Changelog

Sourced from actions/checkout's changelog.

v7.0.1

Commits

Updates github/codeql-action from 4.37.1 to 4.37.2

Release notes

Sourced from github/codeql-action's releases.

v4.37.2

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007
Changelog

Sourced from github/codeql-action's changelog.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007
Commits
  • e064762 Merge pull request #4027 from github/update-v4.37.2-385bcdc5a
  • e0faed8 Add a couple of change notes
  • 73aad0e Update changelog for v4.37.2
  • 385bcdc Merge pull request #4026 from github/dependabot/npm_and_yarn/tar-7.5.20
  • de0229c Merge branch 'main' into dependabot/npm_and_yarn/tar-7.5.20
  • 115e8cb Merge pull request #4010 from github/mbg/ts/update-release-branch
  • dbdf0b0 Bump tar from 7.5.16 to 7.5.20
  • 830c231 Merge pull request #4023 from github/mbg/ff/remove-new-remote-file-addresses-ff
  • 69fd9e9 Merge pull request #4024 from github/mbg/private-registry/make-docker-available
  • b855687 Always make docker_registry registries available
  • Additional commits viewable in compare view

Updates fgrosse/go-coverage-report from 1.3.0 to 1.3.1

Release notes

Sourced from fgrosse/go-coverage-report's releases.

v1.3.1

  • fgrosse/go-coverage-report#82
  • Fix the ::endgroup::fgrosse/go-coverage-report#89
Changelog

Sourced from fgrosse/go-coverage-report's changelog.

[v1.3.1] - 2026-07-20

  • fgrosse/go-coverage-report#82
  • Fix the ::endgroup::fgrosse/go-coverage-report#89
Commits
  • e432de9 Release v1.3.1
  • 8899880 Pin dev tooling with mise and update golangci-lint to v2.12.2 (#89)
  • 9750f09 Bump actions/setup-go from 6 to 7 (#88)
  • 744f0df Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 (#87)
  • 197a077 Bump actions/cache from 5 to 6 (#86)
  • a95f2ca Bump actions/checkout from 6 to 7 (#85)
  • 9c17356 Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 (#84)
  • 4cca7a2 Bump github/codeql-action from 3 to 4 (#79)
  • 692e9c2 Bump actions/setup-go from 5 to 6 (#78)
  • a51be53 Bump actions/cache from 4 to 5 (#83)
  • Additional commits viewable in compare view

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ross 1 directory with 3 updates

Bumps the version-updates group with 3 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action) and [fgrosse/go-coverage-report](https://github.com/fgrosse/go-coverage-report).


Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v7.0.0...v7.0.1)

Updates `github/codeql-action` from 4.37.1 to 4.37.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v4.37.1...v4.37.2)

Updates `fgrosse/go-coverage-report` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/fgrosse/go-coverage-report/releases)
- [Changelog](https://github.com/fgrosse/go-coverage-report/blob/main/CHANGELOG.md)
- [Commits](fgrosse/go-coverage-report@v1.3.0...v1.3.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: github/codeql-action
  dependency-version: 4.37.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: fgrosse/go-coverage-report
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added changes/meta .github file changes kind/chore Chore to be completed, e.g. renovate priority/1 Highest priority status/review Ready for review labels Jul 28, 2026
@dependabot
dependabot Bot requested a review from mrlunchbox777 as a code owner July 28, 2026 10:34
@github-actions github-actions Bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jul 28, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thank you for being part of our community and opening a pull request. We will work with you as soon as possible to integrate your contribution.

@github-actions github-actions Bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. changes/documentation Documentation file changes changes/root Root file changes changes/resources Resources file changes and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 28, 2026
@mrlunchbox777
mrlunchbox777 merged commit 7ccf4ee into main Jul 28, 2026
14 of 15 checks passed
@mrlunchbox777
mrlunchbox777 deleted the dependabot/github_actions/dot-github/workflows/version-updates-27939307d0 branch July 28, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changes/documentation Documentation file changes changes/meta .github file changes changes/resources Resources file changes changes/root Root file changes kind/chore Chore to be completed, e.g. renovate priority/1 Highest priority size/M Denotes a PR that changes 30-99 lines, ignoring generated files. status/review Ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant