Sourced from github/codeql-action's releases.
v3.28.8
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
See the full CHANGELOG.md for more information.
v3.28.7
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.7 - 29 Jan 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.28.6
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.6 - 27 Jan 2025
- Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726
See the full CHANGELOG.md for more information.
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.
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
3.28.7 - 29 Jan 2025
No user facing changes.
3.28.6 - 27 Jan 2025
- Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726
3.28.5 - 24 Jan 2025
- Update default CodeQL bundle version to 2.20.3. #2717
3.28.4 - 23 Jan 2025
No user facing changes.
3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2. #2707
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #2710
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. #2712
3.28.2 - 21 Jan 2025
No user facing changes.
3.28.1 - 10 Jan 2025
- CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #2677
- Update default CodeQL bundle version to 2.20.1. #2678
3.28.0 - 20 Dec 2024
- Bump the minimum CodeQL bundle version to 2.15.5. #2655
- Don't fail in the unusual case that a file is on the search path. #2660.
3.27.9 - 12 Dec 2024
... (truncated)
dd74661
Merge pull request #2746
from github/update-v3.28.8-a91a3f7673210a3c
Fix Kotlin version in changelog72f9d02
Update changelog for v3.28.8a91a3f7
Merge pull request #2744
from github/igfoo/kot2.1.10c520fb5
Merge pull request #2745
from github/mergeback/v3.28.7-to-main-6e5455903879c57
Add changelog entry0c21937
Run "npm run build"5a61bf0
Kotlin: The 2.20.3 release supports Kotlin 2.1.10.163d119
Update checked-in dependenciesbcf5cec
Update changelog and version after v3.28.7Sourced from actions/setup-node's releases.
v4.2.0
What's Changed
- Enhance workflows and upgrade publish-actions from 0.2.2 to 0.3.0 by
@aparnajyothi-y
in actions/setup-node#1174- Add recommended permissions section to readme by
@benwells
in actions/setup-node#1193- Configure Dependabot settings by
@HarithaVattikuti
in actions/setup-node#1192- Upgrade
@actions/cache
to^4.0.0
by@priyagupta108
in actions/setup-node#1191- Upgrade pnpm/action-setup from 2 to 4 by
@dependabot
in actions/setup-node#1194- Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by
@dependabot
in actions/setup-node#1195- Upgrade semver from 7.6.0 to 7.6.3 by
@dependabot
in actions/setup-node#1196- Upgrade
@types/jest
from 29.5.12 to 29.5.14 by@dependabot
in actions/setup-node#1201- Upgrade undici from 5.28.4 to 5.28.5 by
@dependabot
in actions/setup-node#1205New Contributors
@benwells
made their first contribution in actions/setup-node#1193Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.2.0
1d0ff46
Bump undici from 5.28.4 to 5.28.5 (#1205)574f09a
Bump @types/jest
from 29.5.12 to 29.5.14 (#1201)260f870
Bump semver from 7.6.0 to 7.6.3 (#1196)111c4be
Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#1195)0bc26de
Bump pnpm/action-setup from 2 to 4 (#1194)8f9cc17
Use the new cache service: upgrade @actions/cache
to
^4.0.0
(#1191)5eef37b
Create dependabot.yml (#1192)fbeca22
Update README.md (#1193)48b9067
Add macos-13 to the workflows and upgrade publish-actions from 0.2.2 to
0.3.0...