Skip to content

chore(deps): bump the ci group with 2 updates#874

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/ci-ef2a36e59b
Open

chore(deps): bump the ci group with 2 updates#874
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/ci-ef2a36e59b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps the ci group with 2 updates: github/codeql-action and yokawasa/action-setup-kube-tools.

Updates github/codeql-action from 4.34.1 to 4.35.0

Release notes

Sourced from github/codeql-action's releases.

v4.35.0

Changelog

Sourced from github/codeql-action'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.35.0 - 27 Mar 2026

4.34.1 - 20 Mar 2026

  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762

4.34.0 - 20 Mar 2026

  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #3584
  • Update default CodeQL bundle version to 2.25.0. #3585

4.33.0 - 16 Mar 2026

  • Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #3562

    To opt out of this change:

    • Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
  • Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #3557

  • The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #3559

  • Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #3563

  • Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #3564

  • A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #3570

4.32.6 - 05 Mar 2026

  • Update default CodeQL bundle version to 2.24.3. #3548

4.32.5 - 02 Mar 2026

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504

... (truncated)

Commits
  • b8bb9f2 Merge pull request #3776 from github/update-v4.35.0-0078ad667
  • e9cf68b Update changelog for v4.35.0
  • 0078ad6 Merge pull request #3773 from github/update-bundle/codeql-bundle-v2.25.1
  • fa7a15b Add changelog note
  • 8c29faa Update default bundle to codeql-bundle-v2.25.1
  • f94817b Merge pull request #3772 from github/dependabot/npm_and_yarn/yaml-2.8.3
  • dd06097 Bump yaml from 2.8.2 to 2.8.3
  • 5cc552f Merge pull request #3768 from github/dependabot/npm_and_yarn/npm-minor-3536e7...
  • 6b1a9f2 Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-3536e7c6f0
  • 9d3ec57 Merge pull request #3770 from github/dependabot/github_actions/dot-github/wor...
  • Additional commits viewable in compare view

Updates yokawasa/action-setup-kube-tools from 0.13.3 to 0.13.4

Release notes

Sourced from yokawasa/action-setup-kube-tools's releases.

v0.13.4

What's Changed

Tools default version update

tool name old version new version
kubectl 1.34.1 1.35.3
kustomize 5.7.1 5.8.1
helm 3.19.0 3.20.1
kubeval 0.16.1 no update
kubeconform 0.7.0 no update
conftest 0.62.0 0.67.1
yq 4.47.2 4.52.5
rancher 2.12.1 2.13.3
tilt 0.35.1 0.37.0
skaffold 2.16.1 2.18.1
kube-score 1.20.0 no update

Regarding helm, there is v4 helm but upgrading to helm4 mean major upgrade which may cause some problem for users, thus only upgrade to v3 latest version (3.20.1)

Full Changelog: yokawasa/action-setup-kube-tools@v0.13.3...v0.13.4

Commits
  • 5778123 Merge pull request #91 from yokawasa/tools-version-up
  • fbd75ba update tools version
  • 340eb7b Merge pull request #90 from yokawasa/dependabot/npm_and_yarn/picomatch-2.3.2
  • bc4632b Bump picomatch from 2.3.1 to 2.3.2
  • ba74351 Merge pull request #89 from yokawasa/dependabot/github_actions/actions/checko...
  • 1b3dbf1 Bump actions/checkout from 5 to 6
  • See full diff 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

Bumps the ci group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [yokawasa/action-setup-kube-tools](https://github.com/yokawasa/action-setup-kube-tools).


Updates `github/codeql-action` from 4.34.1 to 4.35.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@3869755...b8bb9f2)

Updates `yokawasa/action-setup-kube-tools` from 0.13.3 to 0.13.4
- [Release notes](https://github.com/yokawasa/action-setup-kube-tools/releases)
- [Commits](yokawasa/action-setup-kube-tools@4710caf...5778123)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: yokawasa/action-setup-kube-tools
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added component/github-actions Changes on GitHub Actions or within `.github/` directory kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. kind/skip-release-notes Pull request will not appear in release notes labels Mar 27, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 27, 2026 15:05
@dependabot dependabot bot added component/github-actions Changes on GitHub Actions or within `.github/` directory kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. kind/skip-release-notes Pull request will not appear in release notes labels Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component/github-actions Changes on GitHub Actions or within `.github/` directory kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. kind/skip-release-notes Pull request will not appear in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants