Skip to content

ci(deps): bump github/codeql-action from 4.35.1 to 4.35.2 in the security-actions group across 1 directory#595

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/security-actions-f3e34333ea
Open

ci(deps): bump github/codeql-action from 4.35.1 to 4.35.2 in the security-actions group across 1 directory#595
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/security-actions-f3e34333ea

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps the security-actions group with 1 update in the / directory: github/codeql-action.

Updates github/codeql-action from 4.35.1 to 4.35.2

Release notes

Sourced from github/codeql-action's releases.

v4.35.2

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
  • Update default CodeQL bundle version to 2.25.2. #3823
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.2 - 15 Apr 2026

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
  • Update default CodeQL bundle version to 2.25.2. #3823

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

... (truncated)

Commits
  • 95e58e9 Merge pull request #3824 from github/update-v4.35.2-d2e135a73
  • 6f31bfe Update changelog for v4.35.2
  • d2e135a Merge pull request #3823 from github/update-bundle/codeql-bundle-v2.25.2
  • 60abb65 Add changelog note
  • 5a0a562 Update default bundle to codeql-bundle-v2.25.2
  • 6521697 Merge pull request #3820 from github/dependabot/github_actions/dot-github/wor...
  • 3c45af2 Merge pull request #3821 from github/dependabot/npm_and_yarn/npm-minor-345b93...
  • f1c3393 Rebuild
  • 1024fc4 Rebuild
  • 9dd4cfe Bump the npm-minor group across 1 directory with 6 updates
  • Additional commits viewable in compare view

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 20, 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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 20, 2026

Dependency Review

βœ… No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/github/codeql-action/upload-sarif 95e58e9a2cdfd71adc6e0353d5c52f41a045d225 UnknownUnknown

Scanned Files

  • .github/workflows/scorecard.yml

@github-actions
Copy link
Copy Markdown
Contributor

πŸ‘‹ Thanks for your first contribution to this project!

We appreciate you taking the time to contribute. Your PR will be reviewed soon.

Please make sure:

  • You've read our contributing guidelines
  • Tests pass locally
  • Code follows our style guide

Welcome to the community! πŸŽ‰

@github-actions github-actions Bot requested a review from egarcia74 April 20, 2026 12:07
@github-actions
Copy link
Copy Markdown
Contributor

πŸ“¦ Bundle Size Analysis

Main file (index.js): 27174 bytes

Dependencies size: 449M

Dependency count:

  • Production: 8
  • Development: 16

πŸš€ Performance Recommendations

βœ… Main file size looks good.

πŸ“Š Large Files Report

Files larger than 10KB:

./test/README.md: 29K
./test/docker/README.md: 12K
./test/docker/detect-platform.js: 14K
./test/docker/developer-stress-test.js: 13K
./test/docker/wait-for-db.js: 16K
./test/docker/init-db.sql: 39K
./test/protocol/mcp-client-smoke-test.js: 23K
./test/manual/warp-mcp-performance-test.js: 13K
./test/manual/improved-performance-test.js: 18K
./test/integration/test-aws-secrets.js: 16K
./test/integration/manual/phase3-ddl-operations.test.js: 15K
./test/integration/manual/phase2-dml-operations.test.js: 15K
./test/integration/manual/phase1-readonly-security.test.js: 14K
./test/integration/error-scenarios-integration.test.js: 15K
./test/unit/performance-monitor.test.js: 32K
./test/unit/server-config.test.js: 12K
./test/unit/get-server-info.test.js: 15K
./test/unit/database-tools-handler.test.js: 23K
./test/unit/mcp-shared-fixtures.js: 24K
./test/unit/connection-manager.test.js: 24K
./test/unit/streaming-handler.test.js: 28K
./test/unit/mcp-security.test.js: 15K
./test/unit/response-formatter.test.js: 17K
./test/unit/query-optimizer.test.js: 17K
./test/unit/secret-manager.test.js: 29K
./test/unit/logger.test.js: 26K
./test/unit/mcp-shared-fixtures.js.backup: 12K
./test/archived/mcp-server-lifecycle.test.js: 15K
./test/archived/sqlserver-mcp.test.js: 73K
./test/archived/connection-manager.test.js: 11K
./test/archived/mcp-data-tools.test.js: 22K
./test/archived/mcp-query-optimization-tools.test.js: 23K
./test/archived/mcp-performance-tools.test.js: 15K
./README.md: 15K
./.github/workflows/docs.yml: 20K
./.github/workflows/release.yml: 19K
./.github/workflows/performance.yml: 15K
./.github/workflows/security-triage.yml: 12K
./docs-data/tools.json: 11K
./coverage-report.json: 1.2M
./MANIFESTO.md: 16K
./package-lock.json: 253K
./scripts/show-logs.sh: 19K
./scripts/docs/extract-docs.js: 12K
./scripts/pretty-logs.sh.backup: 13K
./docs/VSCODE-INTEGRATION-GUIDE.md: 29K
./docs/tools.html: 37K
./docs/ARCHITECTURE.md: 17K
./docs/ENV-VARS.md: 16K
./docs/SMOKE-TEST-GUIDE.md: 20K
./docs/GIT-PUSH-CHECKLIST.md: 13K
./docs/AWS-SECRETS-GUIDE.md: 24K
./docs/PERFORMANCE.md: 14K
./docs/SECURITY.md: 16K
./docs/AUTO-CONFIG-DETECTION-RESEARCH.md: 23K
./docs/AZURE-SECRETS-GUIDE.md: 14K
./WARP.md: 59K
./index.js: 27K
./lib/tools/handlers/database-tools.js: 13K
./lib/utils/streaming-handler.js: 14K
./lib/utils/performance-monitor.js: 19K
./lib/utils/logger.js: 19K
./lib/analysis/bottleneck-detector.js: 15K
./lib/analysis/query-optimizer.js: 25K
./lib/config/secret-manager.js: 13K
./lib/config/server-config.js: 29K
./lib/security/query-validator.js: 12K
./CHANGELOG.md: 52K
./CONTRIBUTING.md: 12K

🧠 Memory Usage Analysis

Memory Analysis Results:

Initial memory usage:
RSS: 37.85 MB
Heap Used: 3.06 MB
Heap Total: 3.98 MB
Module loaded successfully for memory analysis

Final memory usage:
RSS: 39.6 MB
Heap Used: 3.5 MB

⚑ Performance Benchmarks

Timing Results:

  • Node.js startup overhead: ~10.650963ms
  • Package.json parse time: ~1.703344ms

Analysis completed at: Mon Apr 20 12:07:22 UTC 2026

@github-actions
Copy link
Copy Markdown
Contributor

πŸ” Performance Regression Analysis

πŸ“¦ Bundle Size Changes

File Base PR Change %
index.js 27174B 27174B 0B 0%

πŸ“Š Bundle size unchanged

πŸ“š Dependency Changes

  • Base: 8 dependencies
  • PR: 8 dependencies
  • βœ… No dependency changes

@github-actions github-actions Bot added the manual-review-required Requires manual review before merging label Apr 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🚨 Security Update Notice

This PR contains security updates and has been prioritized for auto-merge.

πŸ“‹ Post-merge actions:

  • Monitor application logs for any issues
  • Verify MCP server functionality
  • Check for any breaking changes in production

πŸ” Security impact: This update addresses known vulnerabilities and improves security posture.

⚑ Auto-merge enabled - will merge automatically once all CI checks pass.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2026

Codecov Report

βœ… All modified and coverable lines are covered by tests.

πŸ“’ Thoughts on this report? Let us know!

@dependabot dependabot Bot changed the title ci(deps): bump github/codeql-action from 4.35.1 to 4.35.2 in the security-actions group ci(deps): bump github/codeql-action from 4.35.1 to 4.35.2 in the security-actions group across 1 directory Apr 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/security-actions-f3e34333ea branch from 183be85 to a836d13 Compare April 20, 2026 12:11
@github-actions
Copy link
Copy Markdown
Contributor

πŸ“¦ Bundle Size Analysis

Main file (index.js): 27174 bytes

Dependencies size: 449M

Dependency count:

  • Production: 8
  • Development: 16

πŸš€ Performance Recommendations

βœ… Main file size looks good.

πŸ“Š Large Files Report

Files larger than 10KB:

./test/README.md: 29K
./test/docker/README.md: 12K
./test/docker/detect-platform.js: 14K
./test/docker/developer-stress-test.js: 13K
./test/docker/wait-for-db.js: 16K
./test/docker/init-db.sql: 39K
./test/protocol/mcp-client-smoke-test.js: 23K
./test/manual/warp-mcp-performance-test.js: 13K
./test/manual/improved-performance-test.js: 18K
./test/integration/test-aws-secrets.js: 16K
./test/integration/manual/phase3-ddl-operations.test.js: 15K
./test/integration/manual/phase2-dml-operations.test.js: 15K
./test/integration/manual/phase1-readonly-security.test.js: 14K
./test/integration/error-scenarios-integration.test.js: 15K
./test/unit/performance-monitor.test.js: 32K
./test/unit/server-config.test.js: 12K
./test/unit/get-server-info.test.js: 15K
./test/unit/database-tools-handler.test.js: 23K
./test/unit/mcp-shared-fixtures.js: 24K
./test/unit/connection-manager.test.js: 24K
./test/unit/streaming-handler.test.js: 28K
./test/unit/mcp-security.test.js: 15K
./test/unit/response-formatter.test.js: 17K
./test/unit/query-optimizer.test.js: 17K
./test/unit/secret-manager.test.js: 29K
./test/unit/logger.test.js: 26K
./test/unit/mcp-shared-fixtures.js.backup: 12K
./test/archived/mcp-server-lifecycle.test.js: 15K
./test/archived/sqlserver-mcp.test.js: 73K
./test/archived/connection-manager.test.js: 11K
./test/archived/mcp-data-tools.test.js: 22K
./test/archived/mcp-query-optimization-tools.test.js: 23K
./test/archived/mcp-performance-tools.test.js: 15K
./README.md: 15K
./.github/workflows/docs.yml: 20K
./.github/workflows/release.yml: 19K
./.github/workflows/performance.yml: 15K
./.github/workflows/security-triage.yml: 12K
./docs-data/tools.json: 11K
./coverage-report.json: 1.2M
./MANIFESTO.md: 16K
./package-lock.json: 253K
./scripts/show-logs.sh: 19K
./scripts/docs/extract-docs.js: 12K
./scripts/pretty-logs.sh.backup: 13K
./docs/VSCODE-INTEGRATION-GUIDE.md: 29K
./docs/tools.html: 37K
./docs/ARCHITECTURE.md: 17K
./docs/ENV-VARS.md: 16K
./docs/SMOKE-TEST-GUIDE.md: 20K
./docs/GIT-PUSH-CHECKLIST.md: 13K
./docs/AWS-SECRETS-GUIDE.md: 24K
./docs/PERFORMANCE.md: 14K
./docs/SECURITY.md: 16K
./docs/AUTO-CONFIG-DETECTION-RESEARCH.md: 23K
./docs/AZURE-SECRETS-GUIDE.md: 14K
./WARP.md: 59K
./index.js: 27K
./lib/tools/handlers/database-tools.js: 13K
./lib/utils/streaming-handler.js: 14K
./lib/utils/performance-monitor.js: 19K
./lib/utils/logger.js: 19K
./lib/analysis/bottleneck-detector.js: 15K
./lib/analysis/query-optimizer.js: 25K
./lib/config/secret-manager.js: 13K
./lib/config/server-config.js: 29K
./lib/security/query-validator.js: 12K
./CHANGELOG.md: 52K
./CONTRIBUTING.md: 12K

🧠 Memory Usage Analysis

Memory Analysis Results:

Initial memory usage:
RSS: 37.94 MB
Heap Used: 3.06 MB
Heap Total: 3.98 MB
Module loaded successfully for memory analysis

Final memory usage:
RSS: 39.69 MB
Heap Used: 3.5 MB

⚑ Performance Benchmarks

Timing Results:

  • Node.js startup overhead: ~10.667735ms
  • Package.json parse time: ~1.649587ms

Analysis completed at: Mon Apr 20 12:11:21 UTC 2026

@github-actions
Copy link
Copy Markdown
Contributor

πŸ” Performance Regression Analysis

πŸ“¦ Bundle Size Changes

File Base PR Change %
index.js 27174B 27174B 0B 0%

πŸ“Š Bundle size unchanged

πŸ“š Dependency Changes

  • Base: 8 dependencies
  • PR: 8 dependencies
  • βœ… No dependency changes

@github-actions
Copy link
Copy Markdown
Contributor

🚨 Security Update Notice

This PR contains security updates and has been prioritized for auto-merge.

πŸ“‹ Post-merge actions:

  • Monitor application logs for any issues
  • Verify MCP server functionality
  • Check for any breaking changes in production

πŸ” Security impact: This update addresses known vulnerabilities and improves security posture.

⚑ Auto-merge enabled - will merge automatically once all CI checks pass.

Bumps the security-actions group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action).


Updates `github/codeql-action` from 4.35.1 to 4.35.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@c10b806...95e58e9)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.35.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: security-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/security-actions-f3e34333ea branch from a836d13 to 581a11e Compare April 27, 2026 12:23
@github-actions
Copy link
Copy Markdown
Contributor

πŸ“¦ Bundle Size Analysis

Main file (index.js): 27174 bytes

Dependencies size: 451M

Dependency count:

  • Production: 8
  • Development: 16

πŸš€ Performance Recommendations

βœ… Main file size looks good.

πŸ“Š Large Files Report

Files larger than 10KB:

./test/README.md: 29K
./test/docker/README.md: 12K
./test/docker/detect-platform.js: 14K
./test/docker/developer-stress-test.js: 13K
./test/docker/wait-for-db.js: 16K
./test/docker/init-db.sql: 39K
./test/protocol/mcp-client-smoke-test.js: 23K
./test/manual/warp-mcp-performance-test.js: 13K
./test/manual/improved-performance-test.js: 18K
./test/integration/test-aws-secrets.js: 16K
./test/integration/manual/phase3-ddl-operations.test.js: 15K
./test/integration/manual/phase2-dml-operations.test.js: 15K
./test/integration/manual/phase1-readonly-security.test.js: 14K
./test/integration/error-scenarios-integration.test.js: 15K
./test/unit/performance-monitor.test.js: 32K
./test/unit/server-config.test.js: 12K
./test/unit/get-server-info.test.js: 15K
./test/unit/database-tools-handler.test.js: 23K
./test/unit/mcp-shared-fixtures.js: 24K
./test/unit/connection-manager.test.js: 24K
./test/unit/streaming-handler.test.js: 28K
./test/unit/mcp-security.test.js: 15K
./test/unit/response-formatter.test.js: 17K
./test/unit/query-optimizer.test.js: 17K
./test/unit/secret-manager.test.js: 29K
./test/unit/logger.test.js: 26K
./test/unit/mcp-shared-fixtures.js.backup: 12K
./test/archived/mcp-server-lifecycle.test.js: 15K
./test/archived/sqlserver-mcp.test.js: 73K
./test/archived/connection-manager.test.js: 11K
./test/archived/mcp-data-tools.test.js: 22K
./test/archived/mcp-query-optimization-tools.test.js: 23K
./test/archived/mcp-performance-tools.test.js: 15K
./README.md: 15K
./.github/workflows/docs.yml: 20K
./.github/workflows/release.yml: 19K
./.github/workflows/performance.yml: 15K
./.github/workflows/security-triage.yml: 12K
./docs-data/tools.json: 11K
./coverage-report.json: 1.2M
./MANIFESTO.md: 16K
./package-lock.json: 253K
./scripts/show-logs.sh: 19K
./scripts/docs/extract-docs.js: 12K
./scripts/pretty-logs.sh.backup: 13K
./docs/VSCODE-INTEGRATION-GUIDE.md: 29K
./docs/tools.html: 37K
./docs/ARCHITECTURE.md: 17K
./docs/ENV-VARS.md: 16K
./docs/SMOKE-TEST-GUIDE.md: 20K
./docs/GIT-PUSH-CHECKLIST.md: 13K
./docs/AWS-SECRETS-GUIDE.md: 24K
./docs/PERFORMANCE.md: 14K
./docs/SECURITY.md: 16K
./docs/AUTO-CONFIG-DETECTION-RESEARCH.md: 23K
./docs/AZURE-SECRETS-GUIDE.md: 14K
./WARP.md: 59K
./index.js: 27K
./lib/tools/handlers/database-tools.js: 13K
./lib/utils/streaming-handler.js: 14K
./lib/utils/performance-monitor.js: 19K
./lib/utils/logger.js: 19K
./lib/analysis/bottleneck-detector.js: 15K
./lib/analysis/query-optimizer.js: 25K
./lib/config/secret-manager.js: 13K
./lib/config/server-config.js: 29K
./lib/security/query-validator.js: 12K
./CHANGELOG.md: 52K
./CONTRIBUTING.md: 12K

🧠 Memory Usage Analysis

Memory Analysis Results:

Initial memory usage:
RSS: 37.85 MB
Heap Used: 3.06 MB
Heap Total: 3.98 MB
Module loaded successfully for memory analysis

Final memory usage:
RSS: 39.6 MB
Heap Used: 3.5 MB

⚑ Performance Benchmarks

Timing Results:

  • Node.js startup overhead: ~10.616926ms
  • Package.json parse time: ~1.67789ms

Analysis completed at: Mon Apr 27 12:24:02 UTC 2026

@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown
Contributor

πŸ” Performance Regression Analysis

πŸ“¦ Bundle Size Changes

File Base PR Change %
index.js 27174B 27174B 0B 0%

πŸ“Š Bundle size unchanged

πŸ“š Dependency Changes

  • Base: 8 dependencies
  • PR: 8 dependencies
  • βœ… No dependency changes

@github-actions
Copy link
Copy Markdown
Contributor

🚨 Security Update Notice

This PR contains security updates and has been prioritized for auto-merge.

πŸ“‹ Post-merge actions:

  • Monitor application logs for any issues
  • Verify MCP server functionality
  • Check for any breaking changes in production

πŸ” Security impact: This update addresses known vulnerabilities and improves security posture.

⚑ Auto-merge enabled - will merge automatically once all CI checks pass.

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.

1 participant