-
Notifications
You must be signed in to change notification settings - Fork 5
Fix Licensed CI failure: update .licenses records for @actions/cache v6 and @actions/core v3 #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These ESM
importstatements will throw a syntax/runtime error iffetch.jsis still executed as CommonJS (e.g., no\"type\": \"module\"inpackage.json, or if the runtime expects CJS entrypoints). Ensure the action/package runtime explicitly runs this file as ESM (e.g., set\"type\": \"module\", rename to.mjsand update references, or add a build step that outputs CJS).