Skip to content

chore(deps): bump github/codeql-action from 4.32.6 to 4.35.1#314

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github/codeql-action-4.35.1
Open

chore(deps): bump github/codeql-action from 4.32.6 to 4.35.1#314
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github/codeql-action-4.35.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github/codeql-action from 4.32.6 to 4.35.1.

Release notes

Sourced from github/codeql-action's releases.

v4.35.1

v4.35.0

v4.34.1

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

v4.34.0

  • 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

v4.33.0

  • 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

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.1 - 27 Mar 2026

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

... (truncated)

Commits
  • c10b806 Merge pull request #3782 from github/update-v4.35.1-d6d1743b8
  • c5ffd06 Update changelog for v4.35.1
  • d6d1743 Merge pull request #3781 from github/henrymercer/update-git-minimum-version
  • 65d2efa Add changelog note
  • 2437b20 Update minimum git version for overlay to 2.36.0
  • ea5f719 Merge pull request #3775 from github/dependabot/npm_and_yarn/node-forge-1.4.0
  • 45ceeea Merge pull request #3777 from github/mergeback/v4.35.0-to-main-b8bb9f28
  • 24448c9 Rebuild
  • 7c51060 Update changelog and version after v4.35.0
  • b8bb9f2 Merge pull request #3776 from github/update-v4.35.0-0078ad667
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.6 to 4.35.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@0d579ff...c10b806)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2026

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 30, 2026

Greptile Summary

This is a routine Dependabot bump of github/codeql-action from v4.32.6 to v4.35.1 in the security scanning workflow. All four action references (init, autobuild, analyze, upload-sarif) are updated consistently with matching pinned commit SHAs and version comments.

Key changes included in the upstream versions:

  • Fixes the minimum required Git version for improved incremental analysis (corrected to 2.36.0)
  • Updated default CodeQL bundle to v2.25.1
  • Experimental TRAP caching disabled when improved incremental analysis is active (improves performance)
  • Bug fixes for multi-select repository properties and database upload retries
  • Custom repository properties now supported on GitHub Enterprise Server

Confidence Score: 5/5

This PR is safe to merge — it is a straightforward, consistent Dependabot version bump with no logic changes.

All four action references are updated uniformly and correctly: both the pinned commit SHA and the inline version comment match the target release. No custom logic was modified, and the upstream changelog shows only bug fixes and improvements with no breaking changes.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/security.yml All four github/codeql-action references (init, autobuild, analyze, upload-sarif) consistently updated from commit SHA 0d579ffd (v4.32.6) to c10b8064 (v4.35.1), with matching version comments.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[security.yml Workflow] --> B[actions/checkout]
    B --> C[codeql-action/init v4.35.1]
    C --> D[codeql-action/autobuild v4.35.1]
    D --> E[codeql-action/analyze v4.35.1]
    E --> F[CodeQL Results]

    A --> G[ossf/scorecard-action]
    G --> H[codeql-action/upload-sarif v4.35.1]
    H --> I[Scorecard SARIF Upload]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump github/codeql-action f..." | Re-trigger Greptile

Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — straightforward Dependabot bump of github/codeql-action from 4.32.6 to 4.35.1 with correct SHA pins and version comments.

Extended reasoning...

Overview\nThis PR updates four github/codeql-action references in .github/workflows/security.ymlinit, autobuild, analyze, and upload-sarif — from commit SHA 0d579ffd... (v4.32.6) to c10b8064... (v4.35.1). No logic, configuration, or non-action-version content is touched.\n\n### Security risks\nThe only flagged issue is a pre-existing incorrect version comment on actions/checkout (# v6 when v4 is the latest major), which this PR neither introduces nor worsens. The new github/codeql-action SHA pins match the v4.35.1 tag as documented in the Dependabot-generated commit list, so there is no supply-chain concern with the changes themselves.\n\n### Level of scrutiny\nLow. This is a mechanical Dependabot dependency bump with no behaviour changes to the repository's application code. The version jump (4.32.6 → 4.35.1) brings incremental analysis and CodeQL bundle improvements, all backward-compatible.\n\n### Other factors\nNo prior reviews on this PR from any reviewer. The pre-existing actions/checkout # v6 comment nit is captured as an inline annotation and is out of scope for this PR's approval decision.

@@ -28,16 +28,16 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟣 Pre-existing issue: All three actions/checkout steps (lines 28, 51, 69) are pinned to commit de0fac2e4500dabe0009e67214ff5f5447ce83dd with the comment # v6, but actions/checkout has never released a v6 — the latest major version is v4. The incorrect comment undermines the auditability purpose of commit-pinned actions; to fix, update the comment to reflect the actual release tag (e.g., # v4.1.x) that corresponds to the pinned commit.

Extended reasoning...

What the bug is and how it manifests

All three actions/checkout steps in .github/workflows/security.yml (lines 28, 51, and 69) reference the action as actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6. The comment # v6 is factually incorrect — actions/checkout has only released up to major version v4 (the latest as of early 2026 is in the v4.x line). There is no v6 tag or release in the actions/checkout repository.

The specific code path that triggers it

Every job in this workflow (codeql, dependency-review, scorecard) checks out code using this step. The SHA pin itself may be valid for the v4.x line, but the comment annotation misleads anyone trying to audit the pin by claiming it corresponds to a non-existent v6 release.

Why existing code doesn't prevent it

GitHub Actions does not validate that commit-pinning comments are accurate — they are purely informational annotations. There is no lint or CI check enforcing that the comment matches the actual tag associated with the pinned SHA.

Impact

The primary purpose of commit-SHA pinning in security workflows is auditability: reviewers and automated tools should be able to cross-reference the hash against a known release tag. With an incorrect version comment (# v6), an auditor searching for actions/checkout v6 will find no such release, casting doubt on the legitimacy of the pin and undermining the supply-chain security posture this workflow is designed to enforce.

How to fix it

Determine which v4.x release corresponds to the pinned commit de0fac2e4500dabe0009e67214ff5f5447ce83dd and update the comment accordingly (e.g., # v4.1.x). Alternatively, update all three checkout steps to the latest v4 release with its correct commit hash and comment.

Step-by-step proof

  1. Examine line 28: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
  2. Check the actions/checkout releases: tags go up to v4.x.x — there is no v5 or v6 release.
  3. An auditor trying to verify the pin would search for actions/checkout v6, find nothing, and be unable to confirm the hash is a legitimate official release.
  4. The same incorrect comment appears at lines 51 and 69 for the dependency-review and scorecard jobs respectively.
  5. This PR only modifies github/codeql-action version pins — the actions/checkout lines are unchanged context, confirming this is entirely pre-existing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants