fix(gdpr): add indexes to user-consent entity #1253
ci.yml
on: pull_request
No build artifacts in git
4s
validate
1m 1s
security-scan
26s
Annotations
8 errors and 3 warnings
|
security-scan
Process completed with exit code 1.
|
|
validate
Process completed with exit code 1.
|
|
validate:
src/migrations/1802000000000-add-user-consent-indexes.ts#L13
Strings must use singlequote
|
|
validate:
src/migrations/1802000000000-add-user-consent-indexes.ts#L12
Strings must use singlequote
|
|
validate:
src/migrations/1802000000000-add-user-consent-indexes.ts#L8
Strings must use singlequote
|
|
validate:
src/migrations/1802000000000-add-user-consent-indexes.ts#L8
Replace ``CREATE·INDEX·"IDX_user_consents_consentType"·ON·"user_consents"·("consentType")`` with `⏎······`CREATE·INDEX·"IDX_user_consents_consentType"·ON·"user_consents"·("consentType")`,⏎····`
|
|
validate:
src/migrations/1802000000000-add-user-consent-indexes.ts#L7
Strings must use singlequote
|
|
validate:
src/migrations/1802000000000-add-user-consent-indexes.ts#L7
Replace ``CREATE·INDEX·"IDX_user_consents_userId"·ON·"user_consents"·("userId")`` with `⏎······`CREATE·INDEX·"IDX_user_consents_userId"·ON·"user_consents"·("userId")`,⏎····`
|
|
No build artifacts in git
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/
|
|
security-scan
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-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
validate
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-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|