-
Notifications
You must be signed in to change notification settings - Fork 334
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
Fix dependabot issues #786
Conversation
"bin": { | ||
"semver": "bin/semver.js" | ||
} | ||
}, | ||
"node_modules/@actions/tool-cache/node_modules/uuid": { | ||
"version": "3.4.0", | ||
"license": "MIT", | ||
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", | ||
"deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", |
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.
Can we upgrade past this?
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.
It is a transitive dependency of actions/tool-cache
, so not sure. But I will try.
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.
This dependency is coming from https://github.com/actions/toolkit/blob/main/packages/tool-cache/package.json#L44. I raised an issue to request upgrading the dependency. actions/toolkit#925. There's not much I can do in this repo to fix it. It will need to be fixed in the dependency, which I will create a PR for.
85271fa
to
531c6ba
Compare
Merge / deployment checklist