build(deps): Bump the github-actions group with 13 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(3 months ago)
(3 months ago)
Bumps the github-actions group with 13 updates:
| Package | From | To |
|---|---|---|
| actions/checkout | 4 |
6 |
| jdx/mise-action | 2 |
4 |
| actions/upload-artifact | 4 |
7 |
| dependabot/fetch-metadata | 2 |
3 |
| github/codeql-action | 3 |
4 |
| actions/setup-python | 5 |
6 |
| codecov/codecov-action | 4 |
6 |
| docker/setup-qemu-action | 3 |
4 |
| docker/setup-buildx-action | 3 |
4 |
| docker/login-action | 3 |
4 |
| docker/build-push-action | 6 |
7 |
| actions/download-artifact | 4 |
8 |
| softprops/action-gh-release | 2 |
3 |
Updates actions/checkout from 4 to 6
Release notes
Sourced from actions/checkout's releases.
v6.0.0
What's Changed
- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- v6-beta by
@ericsciplein actions/checkout#2298- update readme/changelog for v6 by
@ericsciplein actions/checkout#2311Full Changelog: https://github.com/actions/checkout/compare/v5.0.0...v6.0.0
v6-beta
What's Changed
Updated persist-credentials to store the credentials under
$RUNNER_TEMPinstead of directly in the local git config.This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.
v5.0.1
What's Changed
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301Full Changelog: https://github.com/actions/checkout/compare/v5...v5.0.1
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkcin actions/checkout#2238⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.1
What's Changed
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.1
v4.3.0
What's Changed
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v6.0.2
- Fix tag handling: preserve annotations and explicit fetch-tags by
@ericsciplein actions/checkout#2356v6.0.1
- Add worktree support for persist-credentials includeIf by
@ericsciplein actions/checkout#2327v6.0.0
- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248v5.0.1
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301v5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226v4.3.1
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305v4.3.0
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependency updates by
@dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)- Additional commits viewable in compare view
Updates jdx/mise-action from 2 to 4
Release notes
Sourced from jdx/mise-action's releases.
v4.0.0: Node.js 24 Runtime
A major version bump that updates the action's runtime from Node.js 20 to Node.js 24. GitHub has deprecated Node.js 20 for Actions and will force Node.js 24 as the default starting June 2, 2026. This release proactively adopts the new runtime to eliminate deprecation warnings and ensure continued compatibility.
Breaking Changes
The action now runs on the Node.js 24 runtime instead of Node.js 20. If your workflow pins
jdx/mise-action@v3, you will continue to see deprecation warnings. Update tojdx/mise-action@v4to resolve them:- uses: jdx/mise-action@v4This should be a seamless upgrade for the vast majority of users — no configuration changes are needed beyond updating the version reference.
Changed
- Updated GitHub Actions runtime from Node.js 20 to Node.js 24 by
@tumerorkunin #395 (fixes #394)New Contributors
@tumerorkunmade their first contribution in #395Full Changelog: https://github.com/jdx/mise-action/compare/v3...v4.0.0
v3.6.3
What's Changed
- fix: pass cwd to all exec calls in exportMiseEnv() by
@andrewthauerin jdx/mise-action#390- chore: release v3.6.3 by
@mise-en-devin jdx/mise-action#391New Contributors
@andrewthauermade their first contribution in jdx/mise-action#390Full Changelog: https://github.com/jdx/mise-action/compare/v3.6.2...v3.6.3
v3.6.2
What's Changed
- chore(deps): update dependency prettier to v3.8.1 by
@renovate[bot] in jdx/mise-action#368- chore(deps): update dependency
@types/nodeto v24.10.9 by@renovate[bot] in jdx/mise-action#367- chore(deps): update github/codeql-action digest to 439137e by
@renovate[bot] in jdx/mise-action#370- chore(deps): lock file maintenance by
@renovate[bot] in jdx/mise-action#372- chore(deps): update autofix-ci/action digest to 7a166d7 by
@renovate[bot] in jdx/mise-action#375- chore(deps): update actions/checkout digest to de0fac2 by
@renovate[bot] in jdx/mise-action#374- chore(deps): lock file maintenance by
@renovate[bot] in jdx/mise-action#377- chore(deps): update github/codeql-action digest to b5ebac6 by
@renovate[bot] in jdx/mise-action#378- chore(deps): update dependency
@types/nodeto v24.10.13 by@renovate[bot] in jdx/mise-action#379- chore(deps): update github/codeql-action digest to f5c2471 by
@renovate[bot] in jdx/mise-action#380- fix: move file_hash to end of cache key template to prevent prefix matching by
@altendkyin jdx/mise-action#384- chore(deps): update dependency
@types/handlebarsto v4.1.0 by@renovate[bot] in jdx/mise-action#381- chore(deps): lock file maintenance by
@renovate[bot] in jdx/mise-action#386- chore(deps): update github/codeql-action digest to 4558047 by
@renovate[bot] in jdx/mise-action#387- chore(deps): lock file maintenance by
@renovate[bot] in jdx/mise-action#389- chore: release v3.6.2 by
@mise-en-devin jdx/mise-action#385New Contributors
... (truncated)
Changelog
Sourced from jdx/mise-action's changelog.
4.0.1 - 2026-03-22
🐛 Bug Fixes
🚜 Refactor
- extract getCwd() helper to deduplicate working directory resolution (#403) by
@altendkyin #403📚 Documentation
- bump versions listed im README.md (#407) by
@deiningin #407- bump more versions listed in README.md (#408) by
@deiningin #408⚙️ Miscellaneous Tasks
New Contributors
4.0.0 - 2026-03-13
🚀 Features
- breaking Update Node.js version from 20 to 24 (#395) by
@tumerorkunin #395New Contributors
@tumerorkunmade their first contribution in #395
3.6.3 - 2026-03-06
🐛 Bug Fixes
- pass cwd to all exec calls in exportMiseEnv() (#390) by
@andrewthauerin #390New Contributors
@andrewthauermade their first contribution in #390
3.6.2 - 2026-03-02
🐛 Bug Fixes
... (truncated)
Commits
1648a78chore: release v4.0.1 (#406)e2d499cci: add workflow to auto-close stale PRs (#409)0cc0f19fix: run npm install in pre-commit hook before build (#410)89c67a3docs: bump more versions listed in README.md (#408)0409ddedocs: bump versions listed im README.md (#407)abadabdrefactor: extract getCwd() helper to deduplicate working directory resolution...c5b2043chore(deps): update github/codeql-action digest to 603b797 (#404)71c0f0achore(deps): lock file maintenance (#400)c1ecc8fchore: release v4.0.0 (#398)1cbe8c5chore(deps): update github/codeql-action digest to 820e316 (#397)- Additional commits viewable in compare view
Updates actions/upload-artifact from 4 to 7
Release notes
Sourced from actions/upload-artifact's releases.
v7.0.0
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. Thenameparameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.ESM
To support new versions of the
@actions/*packages, we've upgraded the package to ESM.What's Changed
- Add proxy integration test by
@Link- in actions/upload-artifact#754- Upgrade the module to ESM and bump dependencies by
@danwkennedyin actions/upload-artifact#762- Support direct file uploads by
@danwkennedyin actions/upload-artifact#764New Contributors
@Link- made their first contribution in actions/upload-artifact#754Full Changelog: https://github.com/actions/upload-artifact/compare/v6...v7.0.0
v6.0.0
v6 - What's new
[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (
runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.Node.js 24
This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
- Upload Artifact Node 24 support by
@salmanmkcin actions/upload-artifact#719- fix: update
@actions/artifactfor Node.js 24 punycode deprecation by@salmanmkcin actions/upload-artifact#744- prepare release v6.0.0 for Node.js 24 support by
@salmanmkcin actions/upload-artifact#745Full Changelog: https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0
v5.0.0
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.
- Update README.md by
@GhadimiRin actions/upload-artifact#681- Update README.md by
@nebuk89in actions/upload-artifact#712- Readme: spell out the first use of GHES by
@danwkennedyin actions/upload-artifact#727- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/upload-artifact#725- Bump
@actions/artifacttov4.0.0- Prepare
v5.0.0by@danwkennedyin actions/upload-artifact#734
... (truncated)
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testb7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in README- Additional commits viewable in compare view
Updates dependabot/fetch-metadata from 2 to 3
Release notes
Sourced from dependabot/fetch-metadata's releases.
v3.0.0
The breaking change is requiring Node.js version v24 as the Actions runtime.
What's Changed
- feat: Parse versions from metadata links by
@ppkarwaszin dependabot/fetch-metadata#632- Upgrade actions core and actions github packages by
@truggeriin dependabot/fetch-metadata#649- docs: Add notes for using
alert-lookupwith App Token by@sue445in dependabot/fetch-metadata#656- feat!: update Node.js version to v24 by
@sturmanin dependabot/fetch-metadata#671- Switch build tooling from ncc to esbuild by
@truggeriin dependabot/fetch-metadata#676- Add --legal-comments=none to esbuild build commands by
@jeffwidmanin dependabot/fetch-metadata#679- Bump tsconfig target from es2022 to es2024 by
@jeffwidmanin dependabot/fetch-metadata#680- Remove vestigial outDir from tsconfig.json by
@jeffwidmanin dependabot/fetch-metadata#681- Switch tsconfig module resolution to bundler by
@jeffwidmanin dependabot/fetch-metadata#682- Remove skipLibCheck from tsconfig.json by
@jeffwidmanin dependabot/fetch-metadata#683- Add typecheck step to CI by
@jeffwidmanin dependabot/fetch-metadata#685- Enable noImplicitAny in tsconfig.json by
@jeffwidmanin dependabot/fetch-metadata#684- Upgrade
@actions/coreto ^3.0.0 by@truggeriin dependabot/fetch-metadata#677- Upgrade
@actions/githubto ^9.0.0 and@octokit/request-errorto ^7.1.0 by@truggeriin dependabot/fetch-metadata#678- Bump qs from 6.14.0 to 6.14.1 by
@dependabot[bot] in dependabot/fetch-metadata#651- Bump hono from 4.11.1 to 4.11.4 by
@dependabot[bot] in dependabot/fetch-metadata#652- Bump hono from 4.11.4 to 4.11.7 by
@dependabot[bot] in dependabot/fetch-metadata#653- Bump hono from 4.11.7 to 4.12.0 by
@dependabot[bot] in dependabot/fetch-metadata#657- Bump qs from 6.14.1 to 6.14.2 by
@dependabot[bot] in dependabot/fetch-metadata#655- Bump
@modelcontextprotocol/sdkfrom 1.25.1 to 1.26.0 by@dependabot[bot] in dependabot/fetch-metadata#654- Bump
@hono/node-serverfrom 1.19.9 to 1.19.10 by@dependabot[bot] in dependabot/fetch-metadata#665- Bump hono from 4.12.2 to 4.12.5 by
@dependabot[bot] in dependabot/fetch-metadata#664- Bump minimatch from 3.1.2 to 3.1.5 by
@dependabot[bot] in dependabot/fetch-metadata#667- Bump hono from 4.12.5 to 4.12.7 by
@dependabot[bot] in dependabot/fetch-metadata#668- Bump actions/create-github-app-token from 2.2.1 to 3.0.0 by
@dependabot[bot] in dependabot/fetch-metadata#669- Bump flatted from 3.3.3 to 3.4.2 by
@dependabot[bot] in dependabot/fetch-metadata#670- build(deps-dev): bump picomatch from 2.3.1 to 2.3.2 by
@dependabot[bot] in dependabot/fetch-metadata#674New Contributors
@ppkarwaszmade their first contribution in dependabot/fetch-metadata#632@truggerimade their first contribution in dependabot/fetch-metadata#649@sue445made their first contribution in dependabot/fetch-metadata#656@sturmanmade their first contribution in dependabot/fetch-metadata#671Full Changelog: https://github.com/dependabot/fetch-metadata/compare/v2...v3.0.0
v2.5.0
What's Changed
- Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 by
@dependabot[bot] in dependabot/fetch-metadata#628- Bump the dev-dependencies group with 11 updates by
@dependabot[bot] in dependabot/fetch-metadata#629- Bump actions/create-github-app-token from 2.0.6 to 2.1.1 by
@dependabot[bot] in dependabot/fetch-metadata#635- Bump actions/create-github-app-token from 2.1.1 to 2.1.4 by
@dependabot[bot] in dependabot/fetch-metadata#638- Bump actions/checkout from 4 to 5 by
@dependabot[bot] in dependabot/fetch-metadata#636- Bump actions/setup-node from 4 to 5 by
@dependabot[bot] in dependabot/fetch-metadata#637- Bump actions/setup-node from 5 to 6 by
@dependabot[bot] in dependabot/fetch-metadata#639- Bump actions/create-github-app-token from 2.1.4 to 2.2.0 by
@dependabot[bot] in dependabot/fetch-metadata#643
... (truncated)
Commits
ffa630cv3.0.0 (#686)ec8fff2Merge pull request #674 from dependabot/dependabot/npm_and_yarn/picomatch-2.3.2caf48bdbuild(deps-dev): bump picomatch from 2.3.1 to 2.3.213d8274Upgrade@actions/githubto ^9.0.0 and@octokit/request-errorto ^7.1.0 (#678)b603099Upgrade@actions/corefrom ^1.11.1 to ^3.0.0 (#677)c5dc5b1Enable noImplicitAny in tsconfig.json (#684)a183f3cAdd typecheck step to CI (#685)5e17564Remove skipLibCheck from tsconfig.json (#683)bb56eebSwitch tsconfig module resolution to bundler (#682)3632e3dRemove vestigial outDir from tsconfig.json (#681)- Additional commits viewable in compare view
Updates github/codeql-action from 3 to 4
Release notes
Sourced from github/codeql-action's releases.
v3.35.1
- Fix incorrect minimum required Git version for improved incremental analysis: it should have been 2.36.0, not 2.11.0. #3781
v3.35.0
- Reduced the minimum Git version required for improved incremental analysis from 2.38.0 to 2.11.0. #3767
- Update default CodeQL bundle version to 2.25.1. #3773
v3.34.1
- Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762
v3.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
v3.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-prsand the type "True/false", then set this property totruein 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 theCODEQL_ACTION_FILE_COVERAGE_ON_PRSenvironment variable totruein your workflow.- User-owned repositories using default setup: Switch to an advanced setup workflow and set the
CODEQL_ACTION_FILE_COVERAGE_ON_PRSenvironment variable totruein your workflow.- User-owned repositories using advanced setup: Set the
CODEQL_ACTION_FILE_COVERAGE_ON_PRSenvironment variable totruein 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-overlaythat 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
v3.32.6
v3.32.5
- Repositories owned by an organization can now set up the
github-codeql-disable-overlaycustom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the namegithub-codeql-disable-overlayand the type "True/false" in the organization's settings. Then in the repository's settings, set this property totrueto 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-proxyaction 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
v3.32.4
- Update default CodeQL bundle version to 2.24.2. #3493
- Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when private package registries are configured. This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. #3473
- When the CodeQL Action is run with debugging enabled in Default Setup and private package registries are configured, the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. #3486
- Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. #3485
- Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a nightly CodeQL CLI release instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. #3484
v3.32.3
- Added experimental support for testing connections to private package registries. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for Default Setup. #3466
v3.32.2
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
4.32.3 - 13 Feb 2026
- Added experimental support for testing connections to private package registries. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for Default Setup. #3466
4.32.2 - 05 Feb 2026
4.32.1 - 02 Feb 2026
- A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #3422
- Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #3421
4.32.0 - 26 Jan 2026
4.31.11 - 23 Jan 2026
- When running a Default Setup workflow with Actions debugging enabled, the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. #3409
- Improved error handling throughout the CodeQL Action. #3415
- Added experimental support for automatically excluding generated files from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. #3318
- The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. #3403
4.31.10 - 12 Jan 2026
- Update default CodeQL bundle version to 2.23.9. #3393
4.31.9 - 16 Dec 2025
No user facing changes.
4.31.8 - 11 Dec 2025
- Update default CodeQL bundle version to 2.23.8. #3354
4.31.7 - 05 Dec 2025
- Update default CodeQL bundle version to 2.23.7. #3343
4.31.6 - 01 Dec 2025
No user facing changes.
4.31.5 - 24 Nov 2025
- Update default CodeQL bundle version to 2.23.6. #3321
4.31.4 - 18 Nov 2025
... (truncated)
Commits
5cc552fMerge pull request #3768 from github/dependabot/npm_and_yarn/npm-minor-3536e7...6b1a9f2Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-3536e7c6f09d3ec57Merge pull request #3770 from github/dependabot/github_actions/dot-github/wor...3ff82aaMerge pull request #3575 from github/mbg/ts/sync-checks4bdd4e7Merge pull request #3554 from github/sam-robson/overlay-include-diff23a0098fix: improve error handling and logging for diff range path resolutionea7b090Rebuilda663d01Bump ruby/setup-rubyb659882Bump the npm-minor group with 5 updatesd5bb39frefactor: single source of truth for getDiffRangesJsonFilePath and simplified...- Additional commits viewable in compare view
Updates actions/setup-python from 5 to 6
Release notes
Sourced from
Package Dependencies
Technical Details
| ID: | 15234242 |
| UUID: | 4246876858 |
| Node ID: | PR_kwDOSAO_hc7RvVFA |
| Host: | GitHub |
| Repository: | orchestras/python3 |