Skip to content

Bump github/codeql-action from 2.13.4 to 3.25.13#9

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

Bump github/codeql-action from 2.13.4 to 3.25.13#9
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github/codeql-action-3.25.13

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2024

Bumps github/codeql-action from 2.13.4 to 3.25.13.

Release notes

Sourced from github/codeql-action's releases.

CodeQL Bundle v2.18.0

Bundles CodeQL CLI v2.18.0

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.18.0:

CodeQL Bundle v2.17.6

Bundles CodeQL CLI v2.17.6

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.6:

CodeQL Bundle v2.17.5

Bundles CodeQL CLI v2.17.5

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.5:

... (truncated)

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.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

[UNRELEASED]

No user facing changes.

3.25.13 - 19 Jul 2024

  • Add codeql-version to outputs. #2368
  • Add a deprecation warning for customers using CodeQL version 2.13.4 and earlier. These versions of CodeQL were discontinued on 9 July 2024 alongside GitHub Enterprise Server 3.9, and will be unsupported by CodeQL Action versions 3.26.0 and later and versions 2.26.0 and later. #2375
    • If you are using one of these versions, please update to CodeQL CLI version 2.13.5 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
    • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.12.6 and 2.13.4, you can replace github/codeql-action/*@v3 by github/codeql-action/*@v3.25.13 and github/codeql-action/*@v2 by github/codeql-action/*@v2.25.13 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

3.25.12 - 12 Jul 2024

  • Improve the reliability and performance of analyzing code when analyzing a compiled language with the autobuild build mode on GitHub Enterprise Server. This feature is already available to GitHub.com users. #2353
  • Update default CodeQL bundle version to 2.18.0. #2364

3.25.11 - 28 Jun 2024

  • Avoid failing the workflow run if there is an error while uploading debug artifacts. #2349
  • Update default CodeQL bundle version to 2.17.6. #2352

3.25.10 - 13 Jun 2024

  • Update default CodeQL bundle version to 2.17.5. #2327

3.25.9 - 12 Jun 2024

  • Avoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. #2330
  • The init Action will attempt to clean up the database cluster directory before creating a new database and at the end of the job. This will help to avoid issues where the database cluster directory is left in an inconsistent state. #2332

3.25.8 - 04 Jun 2024

  • Update default CodeQL bundle version to 2.17.4. #2321

3.25.7 - 31 May 2024

  • We are rolling out a feature in May/June 2024 that will reduce the Actions cache usage of the Action by keeping only the newest TRAP cache for each language. #2306

3.25.6 - 20 May 2024

  • Update default CodeQL bundle version to 2.17.3. #2295

3.25.5 - 13 May 2024

... (truncated)

Commits
  • 2d79040 Merge pull request #2379 from github/update-v3.25.13-270a29d1c
  • 232a8bc Update changelog for v3.25.13
  • 270a29d Merge pull request #2375 from github/update-supported-enterprise-server-versions
  • 58f46da Add changelog note
  • f216681 Announce deprecation of CodeQL v2.13.4 and earlier
  • 8e14792 Merge pull request #2374 from github/aeisenberg/eslint
  • e6663d9 Update supported GitHub Enterprise Server versions
  • 455bd98 Update checked-in dependencies
  • 778c2bc Fix eslint configuration
  • 3cf7236 Migrate to eslint.config.mjs
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


Note

Low Risk
Low risk: this only updates the pinned github/codeql-action version used in CI scanning, with no product/runtime code changes. Main risk is potential CodeQL workflow behavior differences or analysis failures due to the major action upgrade (v2 -> v3).

Overview
Updates the CodeQL GitHub Actions workflow to use a newer pinned commit of github/codeql-action for the init, autobuild, and analyze steps (v2.13.4 -> v3.25.13).

Written by Cursor Bugbot for commit 5c4758c. This will update automatically on new commits. Configure here.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 19, 2024
@muir muir force-pushed the dependabot/github_actions/github/codeql-action-3.25.13 branch from 14dc6d8 to aaab07c Compare July 20, 2024 00:01
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.80%. Comparing base (f0ff7b3) to head (aaab07c).

Additional details and impacted files
@@           Coverage Diff           @@
##           master       #9   +/-   ##
=======================================
  Coverage   82.80%   82.80%           
=======================================
  Files           5        5           
  Lines         250      250           
=======================================
  Hits          207      207           
  Misses         30       30           
  Partials       13       13           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jul 26, 2024

A newer version of github/codeql-action exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@muir
Copy link
Copy Markdown
Collaborator

muir commented Mar 24, 2026

@dependabot recreate

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.13.4 to 3.25.13.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@cdcdbb5...2d79040)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github/codeql-action-3.25.13 branch from aaab07c to 5c4758c Compare March 24, 2026 20:50
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pinned commit hash doesn't match stated version v3.25.13

Medium Severity

The commit hash 38697555549f1db7851b81482ff19f1fa5c4fedc pinned in the workflow does not correspond to github/codeql-action v3.25.13 as stated in the PR title. The correct hash for v3.25.13 is 2d790406f505036ef40ecba973cc774a50395aac, verified across multiple other repositories' dependabot PRs. This hash likely corresponds to a much newer version (possibly v4.x) due to @dependabot recreate resolving the latest version while keeping the stale PR title. This is a major version mismatch that could introduce unexpected breaking changes.

Additional Locations (2)
Fix in Cursor Fix in Web

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2026

Superseded by #58.

@dependabot dependabot bot closed this Mar 25, 2026
@dependabot dependabot bot deleted the dependabot/github_actions/github/codeql-action-3.25.13 branch March 25, 2026 01:04
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

Development

Successfully merging this pull request may close these issues.

2 participants