Skip to content

fix(auth-oauth1): sign with the token secret when no access token is … #1552

fix(auth-oauth1): sign with the token secret when no access token is …

fix(auth-oauth1): sign with the token secret when no access token is … #1552

Triggered via push August 27, 2026 22:27
Status Success
Total duration 7m 26s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Lint/Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
typescript(no-base-to-string): apps/yaak-client/components/core/Editor/url/url.test.ts#L5
apps/yaak-client/components/core/Editor/url/url.test.ts:5:10: 'parser.parse(input)' will use Object's default stringification format ('[object Object]') when stringified.
typescript(no-floating-promises): apps/yaak-client/components/EnvironmentActionsDropdown.tsx#L74
apps/yaak-client/components/EnvironmentActionsDropdown.tsx:74:17: Promises must be awaited, add void operator to ignore.
typescript(no-redundant-type-constituents): apps/yaak-client/lib/requestBodyConversion.ts#L189
apps/yaak-client/lib/requestBodyConversion.ts:189:35: 'unknown' overrides all other types in this union type.