EA31337/Strategy-AC

[Security] Workflow check.yml is using vulnerable action pre-commit/action

Opened this issue · 1 comments

The workflow check.yml is referencing action pre-commit/action using references v2.0.0. However this reference is missing the commit 80db042ff08cdddbbbfb6f89c06a6bfc4dddf0b7 which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider to update the reference to the action.

Fixed in c4ea247 (dev branch), going to merge soon.