Skip to content

Bump the github-actions group across 1 directory with 4 updates#59

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-d198ab52e4
Open

Bump the github-actions group across 1 directory with 4 updates#59
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-d198ab52e4

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the github-actions group with 4 updates in the / directory: github/codeql-action, testlens-app/setup-testlens, mikepenz/action-junit-report and JetBrains/qodana-action.

Updates 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]

  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789

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

Updates testlens-app/setup-testlens from 1.7.1 to 1.8.0

Release notes

Sourced from testlens-app/setup-testlens's releases.

v1.8.0

What's Changed

New Contributors

Full Changelog: testlens-app/setup-testlens@v1.7.1...v1.8.0

Commits
  • 0232fb6 ci: configure Git user for release tagging (#50)
  • 98de1c7 feat: use version 1.8.0 of junit-platform-instrumentation (#49)
  • 410c8d6 ci: avoid running type check twice for PRs (#48)
  • 7fa93de feat: add debug logging support for Maven builds (#47)
  • 2a38fb0 ci: automate release tagging and publishing (#45)
  • b2c3d9e feat: add action typing (#46)
  • 83ac48f chore: add maven-failsafe-plugin support to readme (#44)
  • See full diff in compare view

Updates mikepenz/action-junit-report from 6.3.1 to 6.4.0

Release notes

Sourced from mikepenz/action-junit-report's releases.

v6.4.0

💬 Other

  • Security hardening: Renovate, SHA-pinned actions, least-privilege permissions
  • fix: use PR author for commit-dist job condition

📦 Dependencies

  • Bump mikepenz/action-gh-release from 1 to 2
  • build(deps): upgrade dev dependencies
  • Bump flatted from 3.4.1 to 3.4.2 in the npm_and_yarn group across 1 directory
  • Bump eslint from 10.0.3 to 10.1.0
  • build(deps): bump picomatch from 4.0.3 to 4.0.4 in the npm_and_yarn group across 1 directory
  • chore(deps): update github actions updates
  • chore: upgrade TypeScript to v6
  • chore: pin all dependencies to exact versions
  • chore(deps): update dependency serialize-javascript to v7.0.5 [security]
  • chore(deps): update dependency webpack to v5.105.4

Contributors:

Commits
  • bccf2e3 chore(deps): update dependency webpack to v5.105.4 (#1532)
  • 7576af8 Merge pull request #1531 from mikepenz/renovate/npm-serialize-javascript-vuln...
  • cc66c5a chore(deps): update dependency serialize-javascript to v7.0.5 [security]
  • b056615 Merge pull request #1530 from mikepenz/chore/pin-exact-deps
  • be0d882 chore: pin all dependencies to exact versions
  • b6b2e78 Merge pull request #1529 from mikepenz/chore/typescript-6
  • 66f0dd1 chore: pin TypeScript to exact version 6.0.2
  • 24abd8c chore: upgrade TypeScript to v6
  • 653be4f Merge pull request #1526 from mikepenz/renovate/github-actions-updates
  • 7f7940d chore: rebuild dist for renovate
  • Additional commits viewable in compare view

Updates JetBrains/qodana-action from 2025.3.1 to 2025.3.2

Release notes

Sourced from JetBrains/qodana-action's releases.

v2025.3.2

Changelog

  • 412e8b0 ⬆️ Bump qs from 6.14.0 to 6.14.1 in /gitlab
  • 58285fd ⬆️ Bump actions/upload-artifact in the dependencies group
  • c500323 ⬆️ Bump tar from 7.5.2 to 7.5.3
  • 63097d0 ⬆️ Bump tar from 7.5.3 to 7.5.4
  • d2cddc4 ⬆️ Bump lodash from 4.17.21 to 4.17.23
  • 747a46a ⬆️ Bump tar from 7.5.2 to 7.5.4 in /gitlab (#554)
  • 58fe1b8 ✨ QD-5339 Switch to space-separated arguments
  • 8c13992 🧱 QD-5339 Use space-separated arguments in the tests
  • ba6fa71 ⬆️ Bump tar from 7.5.4 to 7.5.7
  • c0354b2 ⬆️ Bump tar from 7.5.4 to 7.5.7 in /gitlab
  • ffcb814 🐛 QD-13302 QD-12803 Fix problems with Gitlab migration + enable quick-fixes for https git url + add debugging
  • a4fd82e ⬆️ Bump the dependencies group across 1 directory with 15 updates (#572)
  • 0a50b18 ⬆️ Bump @​types/node from 24.9.2 to 25.1.0 (#561)
  • 4795977 ⬆️ Bump axios from 1.12.0 to 1.13.5 in /gitlab (#566)
  • 04790b1 ⬆️ Update qodana to v2025.3.2 (#579)
  • 89eb435 🐛 QD-13302 QD-12803 change push url approach and general improvements (#581)
Commits
  • 89eb435 🐛 QD-13302 QD-12803 change push url approach and general improvements (#581)
  • 04790b1 ⬆️ Update qodana to v2025.3.2 (#579)
  • 4795977 ⬆️ Bump axios from 1.12.0 to 1.13.5 in /gitlab (#566)
  • 0a50b18 ⬆️ Bump @​types/node from 24.9.2 to 25.1.0 (#561)
  • a4fd82e ⬆️ Bump the dependencies group across 1 directory with 15 updates (#572)
  • ffcb814 🐛 QD-13302 QD-12803 Fix problems with Gitlab migration + enable quick-fix...
  • c0354b2 ⬆️ Bump tar from 7.5.4 to 7.5.7 in /gitlab
  • ba6fa71 ⬆️ Bump tar from 7.5.4 to 7.5.7
  • 8c13992 🧱 QD-5339 Use space-separated arguments in the tests
  • 58fe1b8 ✨ QD-5339 Switch to space-separated arguments
  • Additional commits viewable 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 github-actions group with 4 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action), [testlens-app/setup-testlens](https://github.com/testlens-app/setup-testlens), [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) and [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action).


Updates `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)

Updates `testlens-app/setup-testlens` from 1.7.1 to 1.8.0
- [Release notes](https://github.com/testlens-app/setup-testlens/releases)
- [Commits](testlens-app/setup-testlens@7f83d4f...0232fb6)

Updates `mikepenz/action-junit-report` from 6.3.1 to 6.4.0
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@49b2ca0...bccf2e3)

Updates `JetBrains/qodana-action` from 2025.3.1 to 2025.3.2
- [Release notes](https://github.com/jetbrains/qodana-action/releases)
- [Commits](JetBrains/qodana-action@42dad39...89eb435)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: testlens-app/setup-testlens
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: mikepenz/action-junit-report
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: JetBrains/qodana-action
  dependency-version: 2025.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

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

dependabot bot commented on behalf of github Mar 31, 2026

Labels

The following labels could not be found: dependabot: 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.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants