Skip to content

fix: pin 2 unpinned action(s),extract 2 unsafe expression(s) to env vars #6323

fix: pin 2 unpinned action(s),extract 2 unsafe expression(s) to env vars

fix: pin 2 unpinned action(s),extract 2 unsafe expression(s) to env vars #6323

Triggered via pull request March 26, 2026 16:31
Status Failure
Total duration 5m 36s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
autofix
The autofix.ci action is not allowed to modify the .github directory.
autofix
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a, autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27, pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
autofix: packages/mermaid-layout-elk/src/render.ts#L157
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L156
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L149
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L148
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L56
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L55
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/__tests__/geometry.spec.ts#L45
Unexpected any. Specify a different type
autofix: cypress/integration/rendering/journey.spec.js#L217
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
autofix: cypress/integration/rendering/imageShape.spec.ts#L15
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
autofix: cypress/integration/rendering/iconShape.spec.ts#L17
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read