fix(rest-api): Require ScrapeIntervalSeconds >= 1 for Prometheus obse… #3103
rest-ci.yml
on: push
Detect REST CI Gate
12s
Matrix: Lint and Test / test
Lint and Test
/
Style Check
54s
Lint and Test
/
Lint Go
4m 52s
Lint and Test
/
Lint OpenAPI
16s
Lint and Test
/
OpenAPI Breaking Changes Check
22s
Lint and Test
/
Check Generated Files
14s
Lint and Test
/
Check Protobuf Generated Code
1m 18s
Matrix: Helm Charts / Validate Helm Charts
Matrix: Build and Push Docker Images / Build nico-flow / build
Matrix: Build and Push Docker Images / Build nico-nsm / build
Matrix: Build and Push Docker Images / Build nico-psm / build
Matrix: Build and Push Docker Images / Build nico-rest-api / build
Matrix: Build and Push Docker Images / Build nico-rest-cert-manager / build
Matrix: Build and Push Docker Images / Build nico-rest-db / build
Matrix: Build and Push Docker Images / Build nico-rest-site-agent / build
Matrix: Build and Push Docker Images / Build nico-rest-site-manager / build
Matrix: Build and Push Docker Images / Build nico-rest-workflow / build
Matrix: Build Go Binaries / build-binaries
Matrix: Helm Charts / Push Helm Charts
Build and Push Docker Images
/
...
/
Merge nico-flow manifest
44s
Build and Push Docker Images
/
...
/
Merge nico-nsm manifest
45s
Build and Push Docker Images
/
...
/
Merge nico-psm manifest
41s
Build and Push Docker Images
/
...
/
Merge nico-rest-api manifest
47s
Build and Push Docker Images
/
...
/
Merge nico-rest-cert-manager manifest
44s
Build and Push Docker Images
/
...
/
Merge nico-rest-db manifest
41s
Build and Push Docker Images
/
...
/
Merge nico-rest-site-agent manifest
44s
Build and Push Docker Images
/
...
/
Merge nico-rest-site-manager manifest
45s
Build and Push Docker Images
/
...
/
Merge nico-rest-workflow manifest
47s
Build and Push Docker Images
/
Build Summary
5s
Build and Push Docker Images
/
Container Scan Summary
7s
rest-ci-pass
3s
Annotations
10 errors and 70 warnings
|
Lint and Test / Lint Go:
rest-api/cli/pkg/auth.go#L420
Error return value of `fmt.Scanln` is not checked (errcheck)
|
|
Lint and Test / Lint Go:
rest-api/cert-manager/pkg/core/httpservice_test.go#L150
Error return value of `s.Start` is not checked (errcheck)
|
|
Lint and Test / Lint Go:
rest-api/cert-manager/pkg/core/httpservice_test.go#L115
Error return value of `w.Write` is not checked (errcheck)
|
|
Lint and Test / Lint Go:
rest-api/cert-manager/pkg/core/httpservice_test.go#L91
Error return value of `w.Write` is not checked (errcheck)
|
|
Lint and Test / Lint Go:
rest-api/cert-manager/pkg/core/context_test.go#L75
Error return value is not checked (errcheck)
|
|
Lint and Test / Lint Go:
rest-api/cert-manager/pkg/core/context_test.go#L68
Error return value of `syscall.Kill` is not checked (errcheck)
|
|
Lint and Test / Lint Go:
rest-api/cert-manager/pkg/certs/server.go#L69
Error return value of `sentry.Init` is not checked (errcheck)
|
|
Lint and Test / Lint Go:
rest-api/auth/pkg/core/jwks_test.go#L133
Error return value of `res.Write` is not checked (errcheck)
|
|
Lint and Test / Lint Go:
rest-api/auth/pkg/core/jwks_test.go#L129
Error return value of `res.Write` is not checked (errcheck)
|
|
Lint and Test / Lint Go:
rest-api/auth/pkg/core/jwks_test.go#L67
Error return value of `res.Write` is not checked (errcheck)
|
|
Detect REST CI Gate
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/
|
|
Prepare Build Info / Prepare Build Environment
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/
|
|
Lint and Test / OpenAPI Breaking Changes Check
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/
|
|
Helm Charts / Validate Helm Charts (helm/rest/nico-rest, ["nico-rest-api.config.keycloak.enabled=true","nico-re...
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/
|
|
Helm Charts / Validate Helm Charts (helm/rest/nico-rest-site-agent, [])
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/
|
|
Lint and Test / Check Generated Files
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/
|
|
Lint and Test / Lint OpenAPI
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/
|
|
no-ambiguous-paths:
openapi/spec.yaml#L10782
Paths should resolve unambiguously. Found two ambiguous paths: `/v2/org/{org}/nico/task/{id}/cancel` and `/v2/org/{org}/nico/task/rule/{id}`.
Reference: https://redocly.com/docs/cli/rules/oas/no-ambiguous-paths
|
|
no-ambiguous-paths:
openapi/spec.yaml#L7497
Paths should resolve unambiguously. Found two ambiguous paths: `/v2/org/{org}/nico/instance/type/{instanceTypeId}` and `/v2/org/{org}/nico/instance/{instanceId}/nvlink-interface`.
Reference: https://redocly.com/docs/cli/rules/oas/no-ambiguous-paths
|
|
no-ambiguous-paths:
openapi/spec.yaml#L7390
Paths should resolve unambiguously. Found two ambiguous paths: `/v2/org/{org}/nico/instance/type/{instanceTypeId}` and `/v2/org/{org}/nico/instance/{instanceId}/infiniband-interface`.
Reference: https://redocly.com/docs/cli/rules/oas/no-ambiguous-paths
|
|
no-ambiguous-paths:
openapi/spec.yaml#L7283
Paths should resolve unambiguously. Found two ambiguous paths: `/v2/org/{org}/nico/instance/type/{instanceTypeId}` and `/v2/org/{org}/nico/instance/{instanceId}/interface`.
Reference: https://redocly.com/docs/cli/rules/oas/no-ambiguous-paths
|
|
no-ambiguous-paths:
openapi/spec.yaml#L7221
Paths should resolve unambiguously. Found two ambiguous paths: `/v2/org/{org}/nico/instance/type/{instanceTypeId}` and `/v2/org/{org}/nico/instance/{instanceId}/status-history`.
Reference: https://redocly.com/docs/cli/rules/oas/no-ambiguous-paths
|
|
Lint and Test / Test (common)
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
REST Secret Scan with TruffleHog
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/
|
|
Lint and Test / Test (cert-manager)
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint and Test / Check Protobuf Generated Code
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint and Test / Test (flow)
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint and Test / Test (db)
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint and Test / Test (site-manager)
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint and Test / Test (nvswitch-manager)
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint and Test / Test (site-workflow)
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint and Test / Style Check
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint and Test / Test (powershelf-manager)
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint and Test / Test (auth)
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint and Test / Test (api)
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint and Test / Test (site-agent)
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Helm Charts / Push Helm Charts (helm/rest/nico-rest-site-agent)
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/
|
|
Lint and Test / Test (workflow)
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Helm Charts / Push Helm Charts (helm/rest/nico-rest)
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/
|
|
Lint and Test / Test (ipam)
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint and Test / Lint Go
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, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Go Binaries / Build Binaries (mock-core, ./site-agent/cmd/mock-core)
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, actions/setup-go@v5, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Go Binaries / Build Binaries (credsmgr, ./cert-manager/cmd/credsmgr)
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, actions/setup-go@v5, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Go Binaries / Build Binaries (psm, ./powershelf-manager)
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, actions/setup-go@v5, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Go Binaries / Build Binaries (sitemgr, ./site-manager/cmd/sitemgr)
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, actions/setup-go@v5, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Go Binaries / Build Binaries (migrations, ./db/cmd/migrations)
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, actions/setup-go@v5, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-cert-manager / Build nico-rest-cert-manager (arm64)
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, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Go Binaries / Build Binaries (mock-flow, ./site-agent/cmd/mock-flow)
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, actions/setup-go@v5, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-nsm / Build nico-nsm (arm64)
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, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Go Binaries / Build Binaries (flow, ./flow)
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, actions/setup-go@v5, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-psm / Build nico-psm (arm64)
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, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-site-manager / Build nico-rest-site-manager (arm64)
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, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-flow / Build nico-flow (arm64)
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, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-site-agent / Build nico-rest-site-agent (arm64)
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, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-workflow / Build nico-rest-workflow (arm64)
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, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-db / Build nico-rest-db (arm64)
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, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Go Binaries / Build Binaries (site-agent, ./site-agent/cmd/site-agent)
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, actions/setup-go@v5, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-api / Build nico-rest-api (arm64)
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, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Go Binaries / Build Binaries (nsm, ./nvswitch-manager)
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, actions/setup-go@v5, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Go Binaries / Build Binaries (workflow, ./workflow/cmd/workflow)
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, actions/setup-go@v5, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Go Binaries / Build Binaries (api, ./api/cmd/api)
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, actions/setup-go@v5, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-cert-manager / Build nico-rest-cert-manager (amd64)
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, actions/upload-artifact@v4, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-psm / Build nico-psm (amd64)
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, actions/upload-artifact@v4, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-workflow / Build nico-rest-workflow (amd64)
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, actions/upload-artifact@v4, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-nsm / Build nico-nsm (amd64)
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, actions/upload-artifact@v4, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-flow / Build nico-flow (amd64)
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, actions/upload-artifact@v4, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-cert-manager / Merge nico-rest-cert-manager manifest
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/login-action@v3, docker/setup-buildx-action@v3, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-psm / Merge nico-psm manifest
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/login-action@v3, docker/setup-buildx-action@v3, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-api / Build nico-rest-api (amd64)
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, actions/upload-artifact@v4, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-site-manager / Build nico-rest-site-manager (amd64)
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, actions/upload-artifact@v4, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-db / Build nico-rest-db (amd64)
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, actions/upload-artifact@v4, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-site-agent / Build nico-rest-site-agent (amd64)
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, actions/upload-artifact@v4, docker/build-push-action@v5, docker/login-action@v3, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-nsm / Merge nico-nsm manifest
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/login-action@v3, docker/setup-buildx-action@v3, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-workflow / Merge nico-rest-workflow manifest
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/login-action@v3, docker/setup-buildx-action@v3, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-flow / Merge nico-flow manifest
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/login-action@v3, docker/setup-buildx-action@v3, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-site-manager / Merge nico-rest-site-manager manifest
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/login-action@v3, docker/setup-buildx-action@v3, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-api / Merge nico-rest-api manifest
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/login-action@v3, docker/setup-buildx-action@v3, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-db / Merge nico-rest-db manifest
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/login-action@v3, docker/setup-buildx-action@v3, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Build nico-rest-site-agent / Merge nico-rest-site-agent manifest
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/login-action@v3, docker/setup-buildx-action@v3, nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Push Docker Images / Container Scan Summary
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4. 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 | |
|---|---|---|---|
|
api-binaries
|
121 MB |
sha256:38d67710125d5fe3e3bd652fda786f5d67c77926891a63fb4219c5f60d258a14
|
|
|
credsmgr-binaries
|
29.1 MB |
sha256:20c0b01b6c4eb10868a0ba56fc35d1435c13c706697f9cc4279feef61fe02046
|
|
|
flow-binaries
|
61.3 MB |
sha256:e25d32522482593f5da2348c76d7e9383b573ebca45363d691533500bb41750b
|
|
|
grype-nico-flow-28620206065-1
|
19.1 KB |
sha256:45557b8dbe010c8bf750a6189a97adbf5e9894430843c9cb812cf835a5801cc4
|
|
|
grype-nico-nsm-28620206065-1
|
11.3 KB |
sha256:a64eea969bdd8fffd2593b8aae12c96c21dc63b866022603fbd700ce266fd239
|
|
|
grype-nico-psm-28620206065-1
|
19.1 KB |
sha256:fe00229cf77476fe920666363f8235fa42b5e23d1ae611068b1334d9ab5fd331
|
|
|
grype-nico-rest-api-28620206065-1
|
19.8 KB |
sha256:c0141eabdd54ed6c272a072e62ed1c39b155ea334fd024b991a58acb77e2885f
|
|
|
grype-nico-rest-cert-manager-28620206065-1
|
18 KB |
sha256:58471226b593b9b7f4fc8e8e4cee585d6c16febdd96fdbdf7629816fd2496153
|
|
|
grype-nico-rest-db-28620206065-1
|
19.3 KB |
sha256:95a872c81d86adf040c6e7145d439b5cd14c0d30d058d1185ad24dbae1250563
|
|
|
grype-nico-rest-site-agent-28620206065-1
|
17.9 KB |
sha256:480ab52eafcc879fedbef10cdf5de61dbca6ac320698ac6f74c8f20f1e718756
|
|
|
grype-nico-rest-site-manager-28620206065-1
|
17.9 KB |
sha256:079bb52974981d03929e4fe173b1e580aec503a72088ece72b7e2e89319dd7f9
|
|
|
grype-nico-rest-workflow-28620206065-1
|
19.5 KB |
sha256:4c300ff92512a38b9203ca392609062abbc5036fdea4021664e6bf46b8d25f1c
|
|
|
migrations-binaries
|
55.7 MB |
sha256:a746b084eb15b02141e9b45bf4723b06b814ee0436e73816970996f22b425cf5
|
|
|
mock-core-binaries
|
32.9 MB |
sha256:87c78f490070df21f1e214c76c515150b5c2f7c8a72acaa1a8236308f13175d2
|
|
|
mock-flow-binaries
|
31.1 MB |
sha256:d4b7685c5bccf3daa73c0ef446ad672b9e628d0920f7337270e6e3cebb593a40
|
|
|
nsm-binaries
|
49 MB |
sha256:14520406202986d89cdca4ecb5daf2febe14cfc3e2198c418ff08e98fb9d2fd3
|
|
|
psm-binaries
|
47.9 MB |
sha256:13d145fa619ae2f1f6858d30844afc88e790fd97696a8ed1dd4fee1d0a6d10a3
|
|
|
sbom-nico-flow-28620206065-1
|
97.7 KB |
sha256:455eaccf055da9ae11bc40e72bc6b3c0174ae9aa0736afc867e017d41543412b
|
|
|
sbom-nico-nsm-28620206065-1
|
36.7 KB |
sha256:66aca48172c9cf60bbb3cf22150e23fbc2c0b6dab0340fb2a537058c87c3cec4
|
|
|
sbom-nico-psm-28620206065-1
|
97.2 KB |
sha256:27aac29ab517310369fd30d4e7eacc4c55a0da5778b4b32fdbe8f97b30d2cba2
|
|
|
sbom-nico-rest-api-28620206065-1
|
115 KB |
sha256:11dc3811ad7a7fa730c71ec14441227ac1b8ede0c42e5b088dc648927b050a66
|
|
|
sbom-nico-rest-cert-manager-28620206065-1
|
93.4 KB |
sha256:03a7ec0d3cb64ca9bed053d0347ca7822bc266337020979fcf528024f468e173
|
|
|
sbom-nico-rest-db-28620206065-1
|
99.9 KB |
sha256:01d6d2f366f537b0a0838b97dc9acde23191cf63e2979ccb5f84df01df9f09fe
|
|
|
sbom-nico-rest-site-agent-28620206065-1
|
102 KB |
sha256:1d460b4ba4d948ad7302e7c57c34cb3cae7d4dd4666b0381a2c3771c0fdc545b
|
|
|
sbom-nico-rest-site-manager-28620206065-1
|
98.1 KB |
sha256:7a63e6f7be2ffab68d779792cf23cac9462bb8491ee78ed97c4b068d080af166
|
|
|
sbom-nico-rest-workflow-28620206065-1
|
110 KB |
sha256:98c1a4a1bde839e2190b56fddf1cba855d6f340743839dd68eb9ffc1de071212
|
|
|
site-agent-binaries
|
90.9 MB |
sha256:e6aaa31e07bdfa2d30368314ab8cdcf8ef8de7bfd801f6ed5f4c82b5cdd6e156
|
|
|
sitemgr-binaries
|
67.5 MB |
sha256:c088400f6d49c2d21fcb2908609557723d17515ea45f2e9294db816f01383454
|
|
|
workflow-binaries
|
111 MB |
sha256:756532aafccebcd049770e6755465ac67b594bd46dd5cf766e77fc2735ff095b
|
|