Create blank.yml #43896
Annotations
3 errors and 1 warning
src/workflows/tests/actions-workflows.js > GitHub Actions workflows > requires specific hash: %p actions/checkout@v4:
src/workflows/tests/actions-workflows.js#L62
AssertionError: expected 'actions/checkout@v4' to match /^[A-Za-z0-9-/]+@[0-9a…/]+@[0-9a-f]{40}$
- Expected:
/^[A-Za-z0-9-/]+@[0-9a-f]{40}$/
+ Received:
"actions/checkout@v4"
❯ src/workflows/tests/actions-workflows.js:62:24
|
src/workflows/tests/actions-workflows.js > GitHub Actions workflows > limits repository scope 'blank.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/
|