Create npm-publish.yml #43620
Annotations
4 errors and 5 warnings
src/workflows/tests/actions-workflows.js > GitHub Actions workflows > requires specific hash: %p actions/checkout@v3:
src/workflows/tests/actions-workflows.js#L62
AssertionError: expected 'actions/checkout@v3' to match /^[A-Za-z0-9-/]+@[0-9a…/]+@[0-9a-f]{40}$
- Expected:
/^[A-Za-z0-9-/]+@[0-9a-f]{40}$/
+ Received:
"actions/checkout@v3"
❯ src/workflows/tests/actions-workflows.js:62:24
|
src/workflows/tests/actions-workflows.js > GitHub Actions workflows > requires specific hash: %p actions/setup-node@v3:
src/workflows/tests/actions-workflows.js#L62
AssertionError: expected 'actions/setup-node@v3' to match /^[A-Za-z0-9-/]+@[0-9a…/]+@[0-9a-f]{40}$
- Expected:
/^[A-Za-z0-9-/]+@[0-9a-f]{40}$/
+ Received:
"actions/setup-node@v3"
❯ src/workflows/tests/actions-workflows.js:62:24
|
src/workflows/tests/actions-workflows.js > GitHub Actions workflows > limits repository scope 'npm-publish.yml':
src/workflows/tests/actions-workflows.js#L95
AssertionError: the given combination of arguments (undefined and string) is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a string
❯ src/workflows/tests/actions-workflows.js:95:25
|
workflows
Process completed with exit code 1.
|
search
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. 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/
|
search
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
search
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
redirects
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pageinfo
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|