Skip to content

Bump code-discovery CLI pin from 0.2.2 to 0.3.2#2

Merged
dave-apisec merged 1 commit into
mainfrom
fix/bump-code-discovery-to-0.3.2
Apr 24, 2026
Merged

Bump code-discovery CLI pin from 0.2.2 to 0.3.2#2
dave-apisec merged 1 commit into
mainfrom
fix/bump-code-discovery-to-0.3.2

Conversation

@dave-apisec
Copy link
Copy Markdown
Contributor

@dave-apisec dave-apisec commented Apr 24, 2026

Summary

Bumps the pinned code-discovery CLI version in the composite action from 0.2.20.3.2.

Picks up the dotnet_parser name-extraction fix (code-discovery 0.3.1+),
which replaces the hardcoded `title="ASP.NET Core API"` in DiscoveryResult
with `_extract_app_title()` that reads the real `new OpenApiInfo { Title }`
from source and falls back to the repository basename. Customers pointing
this action at ASP.NET Core repos were seeing APIsec projects created
with the literal "ASP.NET Core Api" placeholder — this bump resolves that
for all new APIsec projects created by the action.

Existing projects stuck with the old name still need a separate fix in
the core package (api_client._reload_spec does not send applicationName
on updates); that will ship in a follow-up release.
@dave-apisec dave-apisec self-assigned this Apr 24, 2026
Copy link
Copy Markdown
Contributor

@Gavin-Hensley Gavin-Hensley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

@dave-apisec dave-apisec removed the request for review from Humera-Yameen April 24, 2026 14:28
@dave-apisec dave-apisec merged commit ed42385 into main Apr 24, 2026
1 check passed
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.

2 participants