Skip to content

chore(deps): Bump the actions group across 1 directory with 6 updates - #30

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-baa4e0eba7
Closed

chore(deps): Bump the actions group across 1 directory with 6 updates#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-baa4e0eba7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 6 updates in the / directory:

Package From To
actions/checkout 6.0.2 7.0.0
opentofu/setup-opentofu 2.0.0 2.0.2
actions/setup-go 6.4.0 7.0.0
github/codeql-action/upload-sarif 4.35.5 4.37.1
bridgecrewio/checkov-action 12.3102.0 12.3114.0
actions/stale 10.2.0 10.4.0

Updates actions/checkout from 6.0.2 to 7.0.0

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

... (truncated)

Commits

Updates opentofu/setup-opentofu from 2.0.0 to 2.0.2

Release notes

Sourced from opentofu/setup-opentofu's releases.

v2.0.2

What's Changed

New Contributors

Full Changelog: opentofu/setup-opentofu@v2...v2.0.2

v2.0.1

What's Changed

New Contributors

Full Changelog: opentofu/setup-opentofu@v2...v2.0.1

Commits
  • a1320f8 release docs and bump to 2.0.2 (#127)
  • d3dc77d feat: verify download against published SHA256SUMS by default (#121)
  • 5600721 chore(deps): Bump semver from 7.8.1 to 7.8.3 (#123)
  • 7051243 chore(deps): Bump actions/checkout from 6.0.2 to 6.0.3 (#124)
  • 50e079f chore(deps): Bump actions/checkout from 6 to 6.0.2
  • 0c73a96 chore(deps): Bump semver from 7.8.0 to 7.8.1 (#119)
  • 7526f4b chore(deps): Bump semver from 7.7.4 to 7.8.0
  • a630d3b chore(deps-dev): Bump jest from 30.3.0 to 30.4.2
  • 7e2b876 chore(deps): Bump @​actions/core from 3.0.0 to 3.0.1
  • 847eaa4 chore(deps): Bump @​actions/http-client from 4.0.0 to 4.0.1 (#114)
  • Additional commits viewable in compare view

Updates actions/setup-go from 6.4.0 to 7.0.0

Release notes

Sourced from actions/setup-go's releases.

v7.0.0

What's Changed

New Contributors

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

v6.5.0

What's Changed

Dependency update

New Contributors

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

Commits

Updates github/codeql-action/upload-sarif from 4.35.5 to 4.37.1

Release notes

Sourced from github/codeql-action/upload-sarif's releases.

v4.37.1

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

v4.37.0

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

v4.36.3

No user facing changes.

v4.36.2

  • Cache CodeQL CLI version information across Actions steps. #3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
  • Update default CodeQL bundle version to 2.25.6. #3948

v4.36.1

No user facing changes.

v4.36.0

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
  • Add support for SHA-256 Git object IDs. #3893
  • Update default CodeQL bundle version to 2.25.5. #3926
Changelog

Sourced from github/codeql-action/upload-sarif's changelog.

CodeQL Action Changelog

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

[UNRELEASED]

No user facing changes.

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

4.36.3 - 01 Jul 2026

No user facing changes.

4.36.2 - 04 Jun 2026

  • Cache CodeQL CLI version information across Actions steps. #3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
  • Update default CodeQL bundle version to 2.25.6. #3948

4.36.1 - 02 Jun 2026

No user facing changes.

4.36.0 - 22 May 2026

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
  • Add support for SHA-256 Git object IDs. #3893
  • Update default CodeQL bundle version to 2.25.5. #3926

4.35.5 - 15 May 2026

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880

4.35.4 - 07 May 2026

  • Update default CodeQL bundle version to 2.25.4. #3881

4.35.3 - 01 May 2026

... (truncated)

Commits
  • 7188fc3 Merge pull request #4020 from github/update-v4.37.1-9e7c07009
  • c8b5f69 Update changelog for v4.37.1
  • 9e7c070 Merge pull request #4014 from github/mbg/explicit-remote-prefix
  • 3492b7e Change REMOTE_PATH_PREFIX to remote=
  • 3654baa Merge remote-tracking branch 'origin/main' into mbg/explicit-remote-prefix
  • 2d682ac Merge pull request #4017 from github/dependabot/github_actions/dot-github/wor...
  • 23f6a50 Merge pull request #4009 from github/mbg/action-state/additions
  • 1ee3c75 Merge pull request #4018 from github/dependabot/github_actions/dot-github/wor...
  • e053684 Merge pull request #4015 from github/dependabot/npm_and_yarn/npm-minor-fd2e83...
  • 6803c56 Merge pull request #4019 from github/update-bundle/codeql-bundle-v2.26.1
  • Additional commits viewable in compare view

Updates bridgecrewio/checkov-action from 12.3102.0 to 12.3114.0

Commits
  • 7b97272 Bump checkov container version to 3.3.8
  • d9d1e5c Bump checkov container version to 3.3.7
  • a7683e7 Bump checkov container version to 3.3.6
  • 4a1afa9 Bump checkov container version to 3.3.5
  • 5745696 Bump checkov container version to 3.3.4
  • a59d390 Bump checkov container version to 3.3.3
  • 063da70 Bump checkov container version to 3.3.2
  • fa9edf8 Bump checkov container version to 3.3.1
  • a6a5c23 Bump checkov container version to 3.3.0
  • dfb51ae Bump checkov container version to 3.2.533
  • Additional commits viewable in compare view

Updates actions/stale from 10.2.0 to 10.4.0

Release notes

Sourced from actions/stale's releases.

v10.4.0

What's Changed

Bug Fix

Dependency Updates

New Contributors

Full Changelog: actions/stale@v10.3.0...v10.4.0

v10.3.0

What's Changed

Bug Fix

Dependency Updates

New Contributors

Full Changelog: actions/stale@v10...v10.3.0

Commits
  • 1e223db Bump undici to 6.27.0 via override, clean up stale license files, and version...
  • 9461cb1 fix: only-issue-types does not affect PRs (#1338)
  • eb5cf3a chore: upgrade dependencies and bump version to 10.3.0 (#1335)
  • db5d06a Enhancement: ignore stale labeling events (#1311)
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Dependency updates (Dependabot) github-actions Related to GitHub Actions workflows labels Jun 29, 2026
@dependabot
dependabot Bot requested a review from GregoireF as a code owner June 29, 2026 06:18
@dependabot dependabot Bot added dependencies Dependency updates (Dependabot) github-actions Related to GitHub Actions workflows labels Jun 29, 2026
@github-actions github-actions Bot added the priority:high High priority — address immediately label Jun 29, 2026
@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

AI Review

Security

  • No findings. The changes do not introduce any sensitive values or potential secret exposures.

Best Practices

  • Provider Version Pins: The workflows use specific commit SHAs for GitHub Actions, which is a good practice to ensure stability. However, consider periodically reviewing and updating these SHAs to ensure you're using the latest versions with security patches and features.
  • Descriptive Comments: The comments indicating the version (e.g., # v7.0.0) are helpful for context. Ensure these are updated consistently when the SHA changes, as they currently are.

Correctness

  • No findings. The updates to the action versions appear correct and do not introduce broken references or logic errors.

Suggestions

  • Version Management: While using specific SHAs is secure, you might consider using tagged versions (e.g., @v7.0.0) for easier maintenance if the action authors follow semantic versioning and you trust their release process.
  • Documentation Update: If these workflows are documented elsewhere (e.g., in a README or contributor guide), ensure the documentation reflects the updated versions.

The diff looks clean and adheres to good practices. No critical issues detected.


Powered by GitHub Models (gpt-4o)

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-baa4e0eba7 branch from 71bb85e to 0e98cf2 Compare July 6, 2026 06:19
Bumps the actions group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `7.0.0` |
| [opentofu/setup-opentofu](https://github.com/opentofu/setup-opentofu) | `2.0.0` | `2.0.2` |
| [actions/setup-go](https://github.com/actions/setup-go) | `6.4.0` | `7.0.0` |
| [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.35.5` | `4.37.1` |
| [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) | `12.3102.0` | `12.3114.0` |
| [actions/stale](https://github.com/actions/stale) | `10.2.0` | `10.4.0` |



Updates `actions/checkout` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...9c091bb)

Updates `opentofu/setup-opentofu` from 2.0.0 to 2.0.2
- [Release notes](https://github.com/opentofu/setup-opentofu/releases)
- [Commits](opentofu/setup-opentofu@fc711fa...a1320f8)

Updates `actions/setup-go` from 6.4.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@4a36011...b7ad1da)

Updates `github/codeql-action/upload-sarif` from 4.35.5 to 4.37.1
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@9e0d7b8...7188fc3)

Updates `bridgecrewio/checkov-action` from 12.3102.0 to 12.3114.0
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@4048c97...7b97272)

Updates `actions/stale` from 10.2.0 to 10.4.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@b5d41d4...1e223db)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-go
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: actions/stale
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: bridgecrewio/checkov-action
  dependency-version: 12.3108.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: opentofu/setup-opentofu
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-baa4e0eba7 branch from 0e98cf2 to 17f0228 Compare July 20, 2026 06:16
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 27, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions-baa4e0eba7 branch July 27, 2026 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates (Dependabot) github-actions Related to GitHub Actions workflows priority:high High priority — address immediately

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants