Skip to content

chore: webhook notifications add headers (#2025) #12

chore: webhook notifications add headers (#2025)

chore: webhook notifications add headers (#2025) #12

Triggered via push March 27, 2026 20:45
Status Cancelled
Total duration 31m 4s
Artifacts 15
prepare
8s
prepare
Matrix: build-and-push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 18 warnings
build-and-push (dashboard)
The job has exceeded the maximum execution time of 30m0s
build-and-push (dashboard)
The operation was canceled.
prepare
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
build-and-push (server)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
build-and-push (workflows)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
build-and-push (private-location)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
build-and-push (checker)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
The 'as' keyword should match the case of the 'from' keyword: apps/checker/Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-and-push (status-page)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "DATABASE_AUTH_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TINY_BIRD_API_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "VERCEL_AUTH_BEARER_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "UPSTASH_REDIS_REST_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "UNKEY_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "OPENPANEL_CLIENT_SECRET") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "STRIPE_SECRET_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "RESEND_API_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "CRON_SECRET") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Variables should be defined before their use: apps/status-page/Dockerfile#L10
UndefinedVar: Usage of undefined variable '$PNPM_HOME' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
build-and-push (dashboard)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v6, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/

Artifacts

Produced during runtime
Name Size Digest
aggmoulik-openstatus-checker_sha256_e32ed274525054b3cf23e01eaf78c3aef8be8389bc3d11977bc2e47cda7bd8df.spdx.json
8.67 KB
sha256:b5abe0d9f8ae46d6844ebeeb4a261e3111a41ee0eef1b92a5796b24643201bc0
aggmoulik-openstatus-private-location_sha256_d4582edc1a3d8dddef162a3ea3c8edbb92104b148aa55183bac40f795413d1ba.spdx.json
17.2 KB
sha256:9901b5eeab878d4e2ce7d8cb3dc5211408af3654159dd8e4fef7854ef8839024
aggmoulik-openstatus-server_sha256_79de1e6212a576495e51162193927afabae7cdffac1c75bf71c152d5132850a9.spdx.json
389 KB
sha256:72e96de1b4ebfd5fd332cb65c19997a0e8cbbf2b79897870386b476f04696f0f
aggmoulik-openstatus-status-page_sha256_a562d462315c288bac70f333272c32f8c942b4803a0ea5d3324858c06175241f.spdx.json
987 KB
sha256:f6290ac9f97ec87b1a4ac9c3aae46c9980d6f670896630e0f5de7db6d31429e6
aggmoulik-openstatus-workflows_sha256_242978708d6891c1a3b7df99ff9554f97372cb969fa4480887f4a1ac5961032b.spdx.json
420 KB
sha256:bac74eed0712da4b5bd2d3c815e256fb2f147994322979596ec783f83787a3f0
aggmoulik~openstatus~85OC7T.dockerbuild
687 KB
sha256:40f598b36236900e3a74df6c086455e5d301e06a76d6a05a4f1f8a9242af0cb3
aggmoulik~openstatus~GJW0XX.dockerbuild
234 KB
sha256:1203c57f96d715da5c0baf7232cf3cd0e96cdd4075693f66721eb4c2ecaa2b90
aggmoulik~openstatus~K6X7AE.dockerbuild
85 KB
sha256:0e0632333cb5ad9ccf647640bec2080a3fea91db862c6cd3c7b7fed9cb3b90b5
aggmoulik~openstatus~PPLQWG.dockerbuild
90.9 KB
sha256:c6c7c667172ae74a293e55a7ebc82a4efcaa4b97a0d8f399d8742b69528415dc
aggmoulik~openstatus~WJ0Y53.dockerbuild
129 KB
sha256:9a39aef8b79003d84231dc21ba3e4bdded6ab25e51d8a63f44becdf9ade59c0a
sbom-checker
8.5 KB
sha256:3489369e90d92a80054c9d0042d44eea6cef7c812ff2baed99ff997e1e177a99
sbom-private-location
17.1 KB
sha256:d081473a628028de12eba5c2bb0b490ca2872626afa403ad5c30c92f7b7e88a3
sbom-server
389 KB
sha256:59f804f011c7e639a3bbc6b8cd4c009e876a3ac27ae560e4be4b9a154bd5437b
sbom-status-page
987 KB
sha256:6c54ca5da98d9684d52f6f712e5cb31710943d1459bfc5a5528ecb539663d22b
sbom-workflows
420 KB
sha256:f9ae173c796d0f1c20e0d61ffe192eeafb70b46d81c2fe3183f788e248071a95