Sourced from github/codeql-action's releases.
v3.28.17
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
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.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
3.28.16 - 23 Apr 2025
- Update default CodeQL bundle version to 2.21.1. #2863
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
3.28.14 - 07 Apr 2025
- Update default CodeQL bundle version to 2.21.0. #2838
3.28.13 - 24 Mar 2025
No user facing changes.
3.28.12 - 19 Mar 2025
- Dependency caching should now cache more dependencies for Java
build-mode: none
extractions. This should speed up workflows and avoid inconsistent alerts in some cases.- Update default CodeQL bundle version to 2.20.7. #2810
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
... (truncated)
60168ef
Merge pull request #2886
from github/update-v3.28.17-97a2bfd2a0d5a311
Update changelog for v3.28.1797a2bfd
Merge pull request #2872
from github/update-bundle/codeql-bundle-v2.21.29aba20e
Merge branch 'main' into update-bundle/codeql-bundle-v2.21.281a9508
Merge pull request #2876
from github/henrymercer/fix-diff-informed-multiple-a...1569f4c
Disable diff-informed queries in code scanning config tests62fbeb6
Merge branch 'main' into
henrymercer/fix-diff-informed-multiple-analyzef122d1d
Address test failures from computing temporary directory too early083772a
Do not fail diff informed analyses when analyze
is run
twice in the same job5db14d0
Merge branch 'main' into update-bundle/codeql-bundle-v2.21.2Sourced from actions/create-github-app-token's releases.
v2.0.5
2.0.5 (2025-05-02)
Bug Fixes
v2.0.4
2.0.4 (2025-05-02)
Bug Fixes
v2.0.3
2.0.3 (2025-05-01)
Bug Fixes
db3cdf4
build(release): 2.0.5 [skip ci]d64d7d7
fix(deps): bump the production-dependencies group with 3 updates (#240)1b6f53e
build(deps-dev): bump the development-dependencies group across 1
directory w...061a84d
build(deps-dev): bump @octokit/openapi
from 18.2.0 to
19.0.0 (#242)c8f34a6
build(deps): bump stefanzweifel/git-auto-commit-action from 5.1.0 to
5.2.0 in...4821f52
build(release): 2.0.4 [skip ci]2950cbc
fix: permission input handling (#243)30bf625
build(release): 2.0.3 [skip ci]c3c17c7
fix: use core.getBooleanInput()
to retrieve boolean input
values (#223)9ba274d
fix(README): use v2
in examples (#234)Sourced from actions/create-github-app-token's releases.
v2.0.6
2.0.6 (2025-05-03)
Bug Fixes
df432ce
build(release): 2.0.6 [skip ci]3336784
fix: replace -
with _
(#246)Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.
v2.8.8
Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v2.8.7...v2.8.8
Fixed
springdoc-openapi v2.8.7 released!
What's Changed
Added
- #2944 - Introducing springdoc-openapi-bom project
- #2948 - Customize Servers via application.yml
- #2963 - Set default content type for problem details object to application/problem+jso
- #2971 - List of value classes in Kotlin
Changed
- Upgrade swagger-ui to v5.21.0
- Upgrade swagger-core to 2.2.30
- Upgrade spring-boot to version 3.4.5
- Upgrade spring-security-oauth2-authorization-server to version 1.4.3
Fixed
- #2947 - Unexpected warning "Appended trailing slash to static resource location"
- #2960 - NPE when customizing group's open-api without specifying any schema
- #2969 - fix path to register resource handler to work SwaggerIndexPageTransformer considering /webjar path prefix
- #2964 - Cannot add custom description and example for java.time.Duration since v2.8.6
- #2972 -
@Header
(schema =@Schema
(type = "string")) generates empty or broken schema in OpenAPI output since 2.8.0- #2976, #2967 - Build Failure due to Private Inner Class.
- #2556 - Unable to determine if it is a Kotlin type
New Contributors
@lagoshny
made their first contribution in springdoc/springdoc-openapi#2970@mymx2
made their first contribution in springdoc/springdoc-openapi#2950Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v2.8.6...v2.8.7
Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.
[2.8.8] - 2025-05-04
Fixed
[2.8.7] - 2025-05-04
Added
- #2944 - Introducing springdoc-openapi-bom project
- #2948 - Customize Servers via application.yml
- #2963 - Set default content type for problem details object to application/problem+jso
- #2971 - List of value classes in Kotlin
Changed
- Upgrade swagger-ui to v5.21.0
- Upgrade swagger-core to 2.2.30
- Upgrade spring-boot to version 3.4.5
- Upgrade spring-security-oauth2-authorization-server to version 1.4.3
Fixed
- #2947 - Unexpected warning "Appended trailing slash to static resource location"
- #2960 - NPE when customizing group's open-api without specifying any schema
- #2969 - fix path to register resource handler to work SwaggerIndexPageTransformer considering /webjar path prefix
- #2964 - Cannot add custom description and example for java.time.Duration since v2.8.6
- #2972 -
@Header
(schema =@Schema
(type = "string")) generates empty or broken schema in OpenAPI output since 2.8.0- #2976, #2967 - Build Failure due to Private Inner Class.
bce44db
[maven-release-plugin] prepare release v2.8.8707fce0
Handle projects not using kotlin-reflect. Fixes #29777a3546c
[maven-release-plugin] prepare for next development iteration764ef2f
[maven-release-plugin] prepare release v2.8.798dacbd
Prepare for the next release5eb7d77
pom.xml cleanup for #29449dffa3d
pom.xml cleanup for #2944a68b42e
List of value classes in Kotlin. Fixes #297195fa3bb
Regression: @Header
(schema = @Schema
(type =
"string")) generates empty or bro...3d056d8
Build Failure due to Private Inner Class. Fixes #2976,
#2967