Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the all group with 8 updates:

Package From To
actions/checkout 4.1.7 5.0.0
github/codeql-action 3 4
actions/setup-go 5.0.2 6.0.0
golangci/golangci-lint-action 6.1.0 8.0.0
super-linter/super-linter 7.1.0 8.2.0
reviewdog/action-misspell 1.23.0 1.26.3
reviewdog/action-alex 1.13.0 1.16.0
actions/stale 9.0.0 10.1.0

Updates actions/checkout from 4.1.7 to 5.0.0

Release notes

Sourced from actions/checkout's releases.

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

V5.0.0

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

... (truncated)

Commits

Updates github/codeql-action from 3 to 4

Release notes

Sourced from github/codeql-action's releases.

v3.30.8

CodeQL Action Changelog

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

3.30.8 - 10 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.7

CodeQL Action Changelog

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

3.30.7 - 06 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.6

CodeQL Action Changelog

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

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #3168

See the full CHANGELOG.md for more information.

v3.30.5

CodeQL Action Changelog

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

3.30.5 - 26 Sep 2025

  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #3160

See the full CHANGELOG.md for more information.

v3.30.4

CodeQL Action Changelog

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

3.30.4 - 25 Sep 2025

... (truncated)

Changelog

Sourced from github/codeql-action's changelog.

3.29.4 - 23 Jul 2025

No user facing changes.

3.29.3 - 21 Jul 2025

No user facing changes.

3.29.2 - 30 Jun 2025

  • Experimental: When the quality-queries input for the init action is provided with an argument, separate .quality.sarif files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #2935

3.29.1 - 27 Jun 2025

  • Fix bug in PR analysis where user-provided include query filter fails to exclude non-included queries. #2938
  • Update default CodeQL bundle version to 2.22.1. #2950

3.29.0 - 11 Jun 2025

  • Update default CodeQL bundle version to 2.22.0. #2925
  • Bump minimum CodeQL bundle version to 2.16.6. #2912

3.28.21 - 28 July 2025

No user facing changes.

3.28.20 - 21 July 2025

3.28.19 - 03 Jun 2025

  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview. The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable actions analysis.
  • Update default CodeQL bundle version to 2.21.4. #2910

3.28.18 - 16 May 2025

  • Update default CodeQL bundle version to 2.21.3. #2893
  • Skip validating SARIF produced by CodeQL for improved performance. #2894
  • The number of threads and amount of RAM used by CodeQL can now be set via the CODEQL_THREADS and CODEQL_RAM runner environment variables. If set, these environment variables override the threads and ram inputs respectively. #2891

3.28.17 - 02 May 2025

  • Update default CodeQL bundle version to 2.21.2. #2872

3.28.16 - 23 Apr 2025

... (truncated)

Commits
  • a841c54 Scratch uploadSpecifiedFiles tests, make uploadPayload tests instead
  • aeb12f6 Merge branch 'main' into redsun82/skip-sarif-upload-tests
  • 6fd4ceb Merge pull request #3189 from github/henrymercer/download-codeql-rate-limit
  • 196a3e5 Merge pull request #3188 from github/mbg/telemetry/partial-config
  • 98abb87 Add configuration error for rate limited CodeQL download
  • bdd2cdf Also include language in error status report for start-proxy, if available
  • fb14878 Include languages in start-proxy telemetry
  • 2ff418f Parse language before calling getCredentials
  • See full diff in compare view

Updates actions/setup-go from 5.0.2 to 6.0.0

Release notes

Sourced from actions/setup-go's releases.

v6.0.0

What's Changed

Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

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

v5.5.0

What's Changed

Bug fixes:

Dependency updates:

New Contributors

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

v5.4.0

What's Changed

Dependency updates :

... (truncated)

Commits

Updates golangci/golangci-lint-action from 6.1.0 to 8.0.0

Release notes

Sourced from golangci/golangci-lint-action's releases.

v8.0.0

Requires golangci-lint version >= v2.1.0

What's Changed

Changes

Full Changelog: golangci/golangci-lint-action@v7...v8.0.0

v7.0.1

What's Changed

Documentation

Dependencies

New Contributors

Full Changelog: golangci/golangci-lint-action@v7.0.0...v7.0.1

v7.0.0

⚠️ The GitHub Action v7 supports golangci-lint v2 only. ⚠️

What's Changed

Changes

Documentation

Dependencies

New Contributors

... (truncated)

Commits
  • 4afd733 8.0.0
  • 7774f98 feat: use absolute paths by default when using working-directory option (#1231)
  • 9fae48a 7.0.1
  • 16ece5e docs: clarify that ’args: --path-mode=abs’ is needed for working-directory (...
  • a3942e2 build(deps-dev): bump the dev-dependencies group with 2 updates (#1227)
  • 7ecb048 build(deps): bump @​types/node from 22.14.0 to 22.14.1 in the dependencies gro...
  • 63a0d0e build(deps-dev): bump the dev-dependencies group with 3 updates (#1224)
  • c2427fe docs: update problem matchers section
  • 642f8ee build(deps): bump @​types/node from 22.13.14 to 22.14.0 in the dependencies gr...
  • d84be92 build(deps-dev): bump the dev-dependencies group with 4 updates (#1220)
  • Additional commits viewable in compare view

Updates super-linter/super-linter from 7.1.0 to 8.2.0

Release notes

Sourced from super-linter/super-linter's releases.

v8.2.0

8.2.0 (2025-09-30)

🚀 Features

🐛 Bugfixes

⬆️ Dependency updates

  • bundler: bump rubocop in /dependencies in the rubocop group (#6973) (1e6cd2f)
  • bundler: bump rubocop in /dependencies in the rubocop group (#6999) (0c0b832)
  • bundler: bump rubocop-performance (#7014) (1f7db0b)
  • bundler: bump the rubocop group in /dependencies with 2 updates (#7071) (1680ba2)
  • bundler: bump the rubocop group in /dependencies with 3 updates (#6989) (dee2e4e)
  • docker: bump aquasecurity/trivy in the docker group (#7080) (41480db)
  • docker: bump goreleaser/goreleaser in the docker group (#7070) (c2c988a)
  • docker: bump the docker group across 1 directory with 4 updates (#7031) (a1aae7d)
  • docker: bump the docker group with 3 updates (#6995) (54c24c1)
  • docker: bump the docker group with 3 updates (#7000) (9df4ad9)
  • docker: bump the docker group with 3 updates (#7043) (e2dbaa1)
  • docker: bump the docker group with 5 updates (#6974) (8ea4f49)
  • docker: bump the docker group with 8 updates (#7056) (ccb8ba0)
  • java: bump com.puppycrawl.tools:checkstyle (#6991) (6fc26f0)
  • java: bump com.puppycrawl.tools:checkstyle (#7072) (96c0ec9)
  • npm: bump @​babel/eslint-parser in /dependencies (#7017) (c0393aa)
  • npm: bump @​typescript-eslint/eslint-plugin (#6992) (d37840f)
  • npm: bump @​typescript-eslint/eslint-plugin (#7003) (6d3fb85)
  • npm: bump @​typescript-eslint/eslint-plugin (#7023) (a974afd)
  • npm: bump @​typescript-eslint/eslint-plugin (#7059) (dc633f9)
  • npm: bump @​typescript-eslint/eslint-plugin (#7074) (ecf5001)
  • npm: bump @​typescript-eslint/eslint-plugin (#7081) (7412580)
  • npm: bump axios (#7040) (407092f)
  • npm: bump eslint from 9.33.0 to 9.34.0 in /dependencies (#6977) (0480c3e)
  • npm: bump eslint from 9.34.0 to 9.35.0 in /dependencies (#7016) (aa8b43f)

... (truncated)

Changelog

Sourced from super-linter/super-linter's changelog.

Changelog

8.2.0 (2025-09-30)

🚀 Features

🐛 Bugfixes

⬆️ Dependency updates

  • bundler: bump rubocop in /dependencies in the rubocop group (#6973) (1e6cd2f)
  • bundler: bump rubocop in /dependencies in the rubocop group (#6999) (0c0b832)
  • bundler: bump rubocop-performance (#7014) (1f7db0b)
  • bundler: bump the rubocop group in /dependencies with 2 updates (#7071) (1680ba2)
  • bundler: bump the rubocop group in /dependencies with 3 updates (#6989) (dee2e4e)
  • docker: bump aquasecurity/trivy in the docker group (#7080) (41480db)
  • docker: bump goreleaser/goreleaser in the docker group (#7070) (c2c988a)
  • docker: bump the docker group across 1 directory with 4 updates (#7031) (a1aae7d)
  • docker: bump the docker group with 3 updates (#6995) (54c24c1)
  • docker: bump the docker group with 3 updates (#7000) (9df4ad9)
  • docker: bump the docker group with 3 updates (#7043) (e2dbaa1)
  • docker: bump the docker group with 5 updates (#6974) (8ea4f49)
  • docker: bump the docker group with 8 updates (#7056) (ccb8ba0)
  • java: bump com.puppycrawl.tools:checkstyle (#6991) (6fc26f0)
  • java: bump com.puppycrawl.tools:checkstyle (#7072) (96c0ec9)
  • npm: bump @​babel/eslint-parser in /dependencies (#7017) (c0393aa)
  • npm: bump @​typescript-eslint/eslint-plugin (#6992) (d37840f)
  • npm: bump @​typescript-eslint/eslint-plugin (#7003) (6d3fb85)
  • npm: bump @​typescript-eslint/eslint-plugin (#7023) (a974afd)
  • npm: bump @​typescript-eslint/eslint-plugin (#7059) (dc633f9)
  • npm: bump @​typescript-eslint/eslint-plugin (#7074) (ecf5001)
  • npm: bump @​typescript-eslint/eslint-plugin (#7081) (7412580)
  • npm: bump axios (#7040) (407092f)
  • npm: bump eslint from 9.33.0 to 9.34.0 in /dependencies (#6977) (0480c3e)

... (truncated)

Commits
  • 7bba2ee chore(main): release 8.2.0 (#6972)
  • 8c221da deps(python): bump the pip group across 1 directory with 2 updates (#7079)
  • 41480db deps(docker): bump aquasecurity/trivy in the docker group (#7080)
  • 7412580 deps(npm): bump @​typescript-eslint/eslint-plugin (#7081)
  • d42850b deps(npm): bump renovate from 41.131.12 to 41.132.2 in /dependencies (#7082)
  • 9106b37 feat: add pre-commit (#7064)
  • 9c98974 deps(npm): bump react-router-dom (#7069)
  • 92f78b7 deps(python): bump the pip group across 1 directory with 3 updates (#7078)
  • ecf5001 deps(npm): bump @​typescript-eslint/eslint-plugin (#7074)
  • 98635c9 deps(npm): bump th...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 13, 2025
Bumps the all group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.7` | `5.0.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3` | `4` |
| [actions/setup-go](https://github.com/actions/setup-go) | `5.0.2` | `6.0.0` |
| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `6.1.0` | `8.0.0` |
| [super-linter/super-linter](https://github.com/super-linter/super-linter) | `7.1.0` | `8.2.0` |
| [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) | `1.23.0` | `1.26.3` |
| [reviewdog/action-alex](https://github.com/reviewdog/action-alex) | `1.13.0` | `1.16.0` |
| [actions/stale](https://github.com/actions/stale) | `9.0.0` | `10.1.0` |


Updates `actions/checkout` from 4.1.7 to 5.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@692973e...08c6903)

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

Updates `actions/setup-go` from 5.0.2 to 6.0.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@0a12ed9...4469467)

Updates `golangci/golangci-lint-action` from 6.1.0 to 8.0.0
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@aaa42aa...4afd733)

Updates `super-linter/super-linter` from 7.1.0 to 8.2.0
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@b92721f...7bba2ee)

Updates `reviewdog/action-misspell` from 1.23.0 to 1.26.3
- [Release notes](https://github.com/reviewdog/action-misspell/releases)
- [Commits](reviewdog/action-misspell@ef8b22c...9daa94a)

Updates `reviewdog/action-alex` from 1.13.0 to 1.16.0
- [Release notes](https://github.com/reviewdog/action-alex/releases)
- [Commits](reviewdog/action-alex@f95df9e...6083b8c)

Updates `actions/stale` from 9.0.0 to 10.1.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@28ca103...5f858e3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: actions/setup-go
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: golangci/golangci-lint-action
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: super-linter/super-linter
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: reviewdog/action-misspell
  dependency-version: 1.26.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: reviewdog/action-alex
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: actions/stale
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/all-1159afb2d8 branch from 3be761b to 32562f8 Compare October 20, 2025 07: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.

1 participant