[Snyk] Fix for 1 vulnerabilities #317
test.yml
on: pull_request
see_if_should_skip
4s
Matrix: test
Annotations
9 errors and 45 warnings
test (unit):
tests/unit/actions-workflows.js#L39
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 4
- Array []
+ Array [
+ "actions/checkout@v2",
+ "actions/setup-node@v2",
+ ]
at Object.<anonymous> (/home/runner/work/docs/docs/tests/unit/actions-workflows.js:39:31)
at Object.asyncJestTest (/home/runner/work/docs/docs/node_modules/jest-jasmine2/build/jasmineAsyncInstall.js:100:37)
at /home/runner/work/docs/docs/node_modules/jest-jasmine2/build/queueRunner.js:47:12
at new Promise (<anonymous>)
at mapper (/home/runner/work/docs/docs/node_modules/jest-jasmine2/build/queueRunner.js:30:19)
at /home/runner/work/docs/docs/node_modules/jest-jasmine2/build/queueRunner.js:77:41
at processTicksAndRejections (internal/process/task_queues.js:95:5)
|
test (unit)
Process completed with exit code 1.
|
test (routing):
middleware/contextualizers/webhooks.js#L14
TypeError: Cannot read property 'miscVersionName' of undefined
at module.exports (/home/runner/work/docs/docs/middleware/contextualizers/webhooks.js:14:69)
at Layer.handle [as handle_request] (/home/runner/work/docs/docs/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/runner/work/docs/docs/node_modules/express/lib/router/index.js:317:13)
at /home/runner/work/docs/docs/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/home/runner/work/docs/docs/node_modules/express/lib/router/index.js:335:12)
at next (/home/runner/work/docs/docs/node_modules/express/lib/router/index.js:275:10)
at module.exports (/home/runner/work/docs/docs/middleware/contextualizers/rest.js:16:52)
at Layer.handle [as handle_request] (/home/runner/work/docs/docs/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/runner/work/docs/docs/node_modules/express/lib/router/index.js:317:13)
at /home/runner/work/docs/docs/node_modules/express/lib/router/index.js:284:7
|
test (routing):
middleware/contextualizers/webhooks.js#L14
TypeError: Cannot read property 'miscVersionName' of undefined
at module.exports (/home/runner/work/docs/docs/middleware/contextualizers/webhooks.js:14:69)
at Layer.handle [as handle_request] (/home/runner/work/docs/docs/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/runner/work/docs/docs/node_modules/express/lib/router/index.js:317:13)
at /home/runner/work/docs/docs/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/home/runner/work/docs/docs/node_modules/express/lib/router/index.js:335:12)
at next (/home/runner/work/docs/docs/node_modules/express/lib/router/index.js:275:10)
at module.exports (/home/runner/work/docs/docs/middleware/contextualizers/rest.js:16:52)
at Layer.handle [as handle_request] (/home/runner/work/docs/docs/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/runner/work/docs/docs/node_modules/express/lib/router/index.js:317:13)
at /home/runner/work/docs/docs/node_modules/express/lib/router/index.js:284:7
|
test (routing):
internal/process/task_queues.js#L95
Error: Custom message:
/en/enterprise/2.18/apps did not redirect to /en/enterprise/2.18/user/developers/apps
expect(received).toBe(expected) // Object.is equality
Expected: 301
Received: 404
at /home/runner/work/docs/docs/tests/routing/developer-site-redirects.js:107:79
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
|
test (routing):
internal/process/task_queues.js#L95
Error: Custom message:
/en/enterprise/2.18/v3/enterprise-admin/org_pre_receive_hooks did not redirect to /en/enterprise/2.18/user/rest/reference/enterprise-admin#organization-pre-receive-hooks
expect(received).toBe(expected) // Object.is equality
Expected: 301
Received: 404
at /home/runner/work/docs/docs/tests/routing/developer-site-redirects.js:123:79
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
|
test (routing):
internal/process/task_queues.js#L95
Error: Custom message:
/en/enterprise/2.18/user/v4/interface did not redirect to /en/enterprise/2.18/user/graphql/reference/interfaces
expect(received).toBe(expected) // Object.is equality
Expected: 301
Received: 404
at /home/runner/work/docs/docs/tests/routing/developer-site-redirects.js:162:79
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
|
test (routing):
middleware/contextualizers/webhooks.js#L14
TypeError: Cannot read property 'miscVersionName' of undefined
at module.exports (/home/runner/work/docs/docs/middleware/contextualizers/webhooks.js:14:69)
at Layer.handle [as handle_request] (/home/runner/work/docs/docs/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/runner/work/docs/docs/node_modules/express/lib/router/index.js:317:13)
at /home/runner/work/docs/docs/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/home/runner/work/docs/docs/node_modules/express/lib/router/index.js:335:12)
at next (/home/runner/work/docs/docs/node_modules/express/lib/router/index.js:275:10)
at module.exports (/home/runner/work/docs/docs/middleware/contextualizers/rest.js:16:52)
at Layer.handle [as handle_request] (/home/runner/work/docs/docs/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/runner/work/docs/docs/node_modules/express/lib/router/index.js:317:13)
at /home/runner/work/docs/docs/node_modules/express/lib/router/index.js:284:7
|
test (routing)
Process completed with exit code 1.
|
see_if_should_skip
The following actions uses node12 which is deprecated and will be forced to run on node16: fkirc/skip-duplicate-actions@36feb0d8d062137530c2e00bd278d138fe191289. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
see_if_should_skip
The following actions use a deprecated Node.js version and will be forced to run on node20: fkirc/skip-duplicate-actions@36feb0d8d062137530c2e00bd278d138fe191289. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
see_if_should_skip
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/
|
test (unit)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
test (links-and-images)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
test (content)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
test (rendering)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
test (routing)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
test (meta)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
test (meta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f, actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (meta)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f, actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (meta)
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/
|
test (meta)
The `save-state` 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/
|
test (meta)
The `save-state` 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/
|
test (meta)
The `save-state` 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/
|
test (unit)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f, actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (unit)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f, actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (unit)
The `save-state` 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/
|
test (unit)
The `save-state` 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/
|
test (unit)
The `save-state` 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/
|
test (unit)
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/
|
test (routing)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f, actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (routing)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f, actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (routing)
The `save-state` 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/
|
test (routing)
The `save-state` 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/
|
test (routing)
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/
|
test (routing)
The `save-state` 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/
|
test (content)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f, actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (content)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f, actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (content)
The `save-state` 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/
|
test (content)
The `save-state` 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/
|
test (content)
The `save-state` 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/
|
test (content)
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/
|
test (rendering)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f, actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (rendering)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f, actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (rendering)
The `save-state` 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/
|
test (rendering)
The `save-state` 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/
|
test (rendering)
The `save-state` 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/
|
test (rendering)
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/
|
test (links-and-images)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f, actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (links-and-images)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f, actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d, actions/cache@d1255ad9362389eac595a9ae406b8e8cb3331f16. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (links-and-images)
The `save-state` 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/
|
test (links-and-images)
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/
|
test (links-and-images)
The `save-state` 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/
|
test (links-and-images)
The `save-state` 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/
|