Skip to content

SDK regeneration

a2a2fba
Select commit
Loading
Failed to load commit list.
Merged

🌿 Fern Regeneration -- August 31, 2025 #34

SDK regeneration
a2a2fba
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Aug 31, 2025 in 3s

3 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high
  • 2 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 19 in .github/workflows/ci.yml

See this annotation in the file changed.

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}

Check warning on line 30 in .github/workflows/ci.yml

See this annotation in the file changed.

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}

Check failure on line 59 in scripts/rename-to-esm-files.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless regular-expression character escape High

The escape sequence '?' is equivalent to just '?', so the sequence may still represent a meta-character when it is used in a
regular expression
.