Skip to content

chore: upgrade supertokens-node to 17.x.x #15538

chore: upgrade supertokens-node to 17.x.x

chore: upgrade supertokens-node to 17.x.x #15538

Triggered via pull request November 11, 2024 12:52
Status Failure
Total duration 22m 46s
Artifacts 8

pr.yaml

on: pull_request
build  /  build-and-dockerize
14m 36s
build / build-and-dockerize
graphql-breaking-changes  /  search-token
0s
graphql-breaking-changes / search-token
db-types  /  diff
1m 10s
db-types / diff
test  /  db-migrations
1m 46s
test / db-migrations
test  /  unit
2m 20s
test / unit
code-style  /  eslint-and-prettier
5m 12s
code-style / eslint-and-prettier
typescript  /  typecheck
4m 33s
typescript / typecheck
website-preview  /  deployment
7s
website-preview / deployment
storybook-preview  /  deployment
11s
storybook-preview / deployment
release-candidate  /  snapshot
release-candidate / snapshot
Matrix: static-analysis / analyze
Matrix: test / integration
Matrix: alpha / cli-test
alpha  /  Extract CLI version
0s
alpha / Extract CLI version
graphql-breaking-changes  /  check
7s
graphql-breaking-changes / check
alpha  /  ...  /  Build CLI Docker Image
alpha / publish_docker / Build CLI Docker Image
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 32 warnings
tests/api/legacy-auth.spec.ts > X-API-Token header should work when calling GraphQL API and collecting usage: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: qAzGIUI0SkaKJlMKYFk8Yw/0000000216 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed.ts:100:15 ❯ createOrg testkit/seed.ts:99:29 ❯ tests/api/legacy-auth.spec.ts:11:52
tests/models/federation-legacy.spec.ts > publish > accepted: composable: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: qAzGIUI0SkaKJlMKYFk8Yw/0000000063 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed.ts:100:15 ❯ createOrg testkit/seed.ts:99:29 ❯ Module.prepareProject testkit/registry-models.ts:10:5 ❯ prepare tests/models/federation-legacy.spec.ts:612:22 ❯ tests/models/federation-legacy.spec.ts:9:25
tests/models/federation-legacy.spec.ts > publish > rejected: composable, breaking changes: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: qAzGIUI0SkaKJlMKYFk8Yw/0000000068 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed.ts:100:15 ❯ createOrg testkit/seed.ts:99:29 ❯ Module.prepareProject testkit/registry-models.ts:10:5 ❯ prepare tests/models/federation-legacy.spec.ts:612:22 ❯ tests/models/federation-legacy.spec.ts:23:25
tests/models/federation-legacy.spec.ts > publish > partially accepted: composable, breaking changes (force): integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: qAzGIUI0SkaKJlMKYFk8Yw/0000000062 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed.ts:100:15 ❯ createOrg testkit/seed.ts:99:29 ❯ Module.prepareProject testkit/registry-models.ts:10:5 ❯ prepare tests/models/federation-legacy.spec.ts:612:22 ❯ tests/models/federation-legacy.spec.ts:48:25
tests/models/federation-legacy.spec.ts > publish > accepted: composable, breaking changes (acceptBreakingChanges): integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: qAzGIUI0SkaKJlMKYFk8Yw/0000000066 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed.ts:100:15 ❯ createOrg testkit/seed.ts:99:29 ❯ Module.prepareProject testkit/registry-models.ts:10:5 ❯ prepare tests/models/federation-legacy.spec.ts:612:22 ❯ tests/models/federation-legacy.spec.ts:74:25
tests/models/federation-legacy.spec.ts > publish > accepted: composable, previous version was not: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: qAzGIUI0SkaKJlMKYFk8Yw/0000000060 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed.ts:100:15 ❯ createOrg testkit/seed.ts:99:29 ❯ Module.prepareProject testkit/registry-models.ts:10:5 ❯ prepare tests/models/federation-legacy.spec.ts:612:22 ❯ tests/models/federation-legacy.spec.ts:100:25
tests/models/federation-legacy.spec.ts > publish > accepted: composable, previous version was not (acceptBreakingChanges): integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: qAzGIUI0SkaKJlMKYFk8Yw/0000000076 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed.ts:100:15 ❯ createOrg testkit/seed.ts:99:29 ❯ Module.prepareProject testkit/registry-models.ts:10:5 ❯ prepare tests/models/federation-legacy.spec.ts:612:22 ❯ tests/models/federation-legacy.spec.ts:139:27
tests/models/federation-legacy.spec.ts > publish > accepted (ignored): composable, no changes: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: qAzGIUI0SkaKJlMKYFk8Yw/0000000075 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed.ts:100:15 ❯ createOrg testkit/seed.ts:99:29 ❯ Module.prepareProject testkit/registry-models.ts:10:5 ❯ prepare tests/models/federation-legacy.spec.ts:612:22 ❯ tests/models/federation-legacy.spec.ts:178:25
tests/models/federation-legacy.spec.ts > publish > accepted: composable, new url: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: qAzGIUI0SkaKJlMKYFk8Yw/0000000073 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed.ts:100:15 ❯ createOrg testkit/seed.ts:99:29 ❯ Module.prepareProject testkit/registry-models.ts:10:5 ❯ prepare tests/models/federation-legacy.spec.ts:612:22 ❯ tests/models/federation-legacy.spec.ts:206:25
tests/models/federation-legacy.spec.ts > publish > rejected: missing service name: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: qAzGIUI0SkaKJlMKYFk8Yw/0000000072 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed.ts:100:15 ❯ createOrg testkit/seed.ts:99:29 ❯ Module.prepareProject testkit/registry-models.ts:10:5 ❯ prepare tests/models/federation-legacy.spec.ts:612:22 ❯ tests/models/federation-legacy.spec.ts:234:25
test / integration (1)
The job was canceled because "_3" failed.
tests/api/app-deployments.spec.ts > create app deployment, add operations, publish, access via CDN (happy path): integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: 8Z9gWCnhRGGLhwcnnAzcvQ/0000000000 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed:57:22 ❯ createOrg testkit/seed:56:29 ❯ tests/api/app-deployments.spec.ts:137:45
tests/api/app-deployments.spec.ts > create app deployment with same name and version succeed if deployment is not active: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: 8Z9gWCnhRGGLhwcnnAzcvQ/0000000007 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed:57:22 ❯ createOrg testkit/seed:56:29 ❯ tests/api/app-deployments.spec.ts:242:45
tests/api/app-deployments.spec.ts > create app deployment with same name and version does not fail if deployment is active: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: 8Z9gWCnhRGGLhwcnnAzcvQ/0000000012 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed:57:22 ❯ createOrg testkit/seed:56:29 ❯ tests/api/app-deployments.spec.ts:300:45
tests/api/app-deployments.spec.ts > create app deployment fails if app name is empty: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: 8Z9gWCnhRGGLhwcnnAzcvQ/0000000020 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed:57:22 ❯ createOrg testkit/seed:56:29 ❯ tests/api/app-deployments.spec.ts:382:45
tests/api/app-deployments.spec.ts > create app deployment fails if app name exceeds length of 256 characters: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: 8Z9gWCnhRGGLhwcnnAzcvQ/0000000023 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed:57:22 ❯ createOrg testkit/seed:56:29 ❯ tests/api/app-deployments.spec.ts:412:45
tests/api/app-deployments.spec.ts > create app deployment fails if app version is empty: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: 8Z9gWCnhRGGLhwcnnAzcvQ/0000000026 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed:57:22 ❯ createOrg testkit/seed:56:29 ❯ tests/api/app-deployments.spec.ts:442:45
tests/api/app-deployments.spec.ts > create app deployment fails if app version exceeds length of 256 characters: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: 8Z9gWCnhRGGLhwcnnAzcvQ/0000000034 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed:57:22 ❯ createOrg testkit/seed:56:29 ❯ tests/api/app-deployments.spec.ts:472:45
tests/api/app-deployments.spec.ts > create app deployment fails without feature flag enabled for organization: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: 8Z9gWCnhRGGLhwcnnAzcvQ/0000000039 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed:57:22 ❯ createOrg testkit/seed:56:29 ❯ tests/api/app-deployments.spec.ts:502:29
tests/api/app-deployments.spec.ts > add documents to app deployment fails if there is no initial schema published: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: 8Z9gWCnhRGGLhwcnnAzcvQ/0000000042 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed:57:22 ❯ createOrg testkit/seed:56:29 ❯ tests/api/app-deployments.spec.ts:529:45
tests/api/app-deployments.spec.ts > add documents to app deployment fails if document hash is less than 1 character: integration-tests/testkit/graphql.ts#L68
Error: Expected GraphQL response to have no errors, but got 1 errors: Unexpected error. endpoint: http://localhost:8082/graphql query: mutation createOrganization($input: CreateOrganizationInput!) { createOrganization(input: $input) { ok { createdOrganizationPayload { organization { id slug owner { id organizationAccessScopes projectAccessScopes targetAccessScopes } memberRoles { id name locked } rateLimit { retentionInDays } } } } error { message inputErrors { slug } } } } body: { "errors": [ { "message": "Unexpected error.", "extensions": {} } ] } request-id: 8Z9gWCnhRGGLhwcnnAzcvQ/0000000046 ❯ Object.expectNoGraphQLErrors testkit/graphql.ts:68:15 ❯ testkit/seed:57:22 ❯ createOrg testkit/seed:56:29 ❯ tests/api/app-deployments.spec.ts:585:45
test / integration (1)
The operation was canceled.
test / integration (2)
The job was canceled because "_3" failed.
test / integration (2)
The operation was canceled.
test / e2e
The action 'cypress' has timed out after 6 minutes.
test / db-migrations
Failed to restore: Cache service responded with 429
test / unit
Failed to restore: Cache service responded with 429
alpha / npm / snapshot
Failed to restore: Cache service responded with 429
alpha / npm / snapshot
The following actions use a deprecated Node.js version and will be forced to run on node20: the-guild-org/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
alpha / npm / snapshot
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/
alpha / npm / snapshot
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/
alpha / npm / snapshot
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/
alpha / npm / snapshot
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/
alpha / npm / snapshot
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/
static-analysis / analyze (javascript)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
static-analysis / analyze (javascript)
Failed to restore: Cache service responded with 429
static-analysis / analyze (typescript)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
static-analysis / analyze (typescript)
Failed to restore: Cache service responded with 429
typescript / typecheck
Failed to restore: Cache service responded with 429
alpha / cli-artifacts
Failed to restore: Cache service responded with 429
alpha / cli-artifacts
Failed to restore: Cache service responded with 429
code-style / eslint-and-prettier
Failed to restore: Cache service responded with 429
code-style / eslint-and-prettier
Failed to restore: Cache service responded with 429
build / build-and-dockerize
Failed to restore: Cache service responded with 429
build / build-and-dockerize
Failed to restore: Cache service responded with 429
build / build-and-dockerize
The following actions uses node12 which is deprecated and will be forced to run on node16: vimtor/action-zip@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build / build-and-dockerize
The following actions use a deprecated Node.js version and will be forced to run on node20: vimtor/action-zip@v1, randomairborne/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Variables should be defined before their use: docker/services.dockerfile#L12
UndefinedVar: Usage of undefined variable '$IMAGE_TITLE' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/services.dockerfile#L22
UndefinedVar: Usage of undefined variable '$PORT' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Legacy key/value format with whitespace separator should not be used: docker/services.dockerfile#L22
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Variables should be defined before their use: docker/services.dockerfile#L14
UndefinedVar: Usage of undefined variable '$IMAGE_DESCRIPTION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Legacy key/value format with whitespace separator should not be used: docker/services.dockerfile#L20
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: docker/services.dockerfile#L21
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: docker/migrations.dockerfile#L10
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Variables should be defined before their use: docker/migrations.dockerfile#L17
UndefinedVar: Usage of undefined variable '$IMAGE_DESCRIPTION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/services.dockerfile#L13
UndefinedVar: Usage of undefined variable '$RELEASE' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/services.dockerfile#L21
UndefinedVar: Usage of undefined variable '$RELEASE' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Artifacts

Produced during runtime
Name Size
cypress
16.9 MB
graphql-hive~platform~NL8S5P+13.dockerbuild
1.77 MB
hive-cli-darwin-arm64
39.7 MB
hive-cli-darwin-x64
40.4 MB
hive-cli-linux-arm
40.2 MB
hive-cli-linux-x64
44.9 MB
hive-cli-win-x64
35.3 MB
hive-cli-win-x86
32.8 MB