Skip to content

fix: prevent crash on missing host (#495) #1095

fix: prevent crash on missing host (#495)

fix: prevent crash on missing host (#495) #1095

Triggered via push May 1, 2024 10:46
Status Failure
Total duration 1m 20s
Artifacts

check.yaml

on: push
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
check (14.x)
GITHUB_TOKEN is not configured. Make sure you made it available to your action uses: gr2m/create-or-update-pull-request-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
check (14.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check (14.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2, notiz-dev/github-action-json-property@release, jossef/action-set-json-field@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2, jossef/action-set-json-field@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check (14.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check (14.x): src/proxy.ts#L67
Async function 'fetchAndRespond' has a complexity of 23. Maximum allowed is 20
check (14.x): src/proxy.ts#L72
Unexpected any. Specify a different type
check (14.x): src/stamps.ts#L7
'Options' is defined but never used. Allowed unused vars must match /^_/u