[Security] Workflow chromatic.yml is using vulnerable action actions/checkout
igibek opened this issue · 1 comments
The workflow chromatic.yml is referencing action actions/checkout using references v1. However this reference is missing the commit a6747255bd19d7a757dbdda8c654a9f84db19839 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.
Hello, igibek! Thanks for your issue.
Actually we stopped using Chromatic and the chromatic.yml
workflow file is not in the master
branch. So it shouldn't be ran in our repo.
All the other workflows use actual v2 of actions/checkout
.
We'll close this issue if you don't have any other thoughts or advices about this vuln and link that you provided here.