atom-community / terminal

Terminal integrated with atom-community/atom
https://atom.io/packages/atomic-terminal
Other
19 stars 4 forks source link

[Security] Workflow CI.yml is using vulnerable action wagoid/commitlint-github-action #96

Closed akulpillai closed 2 years ago

akulpillai commented 2 years ago

The workflow CI.yml is referencing action wagoid/commitlint-github-action using references v2. However this reference is missing the commit bf83d2b35c4177779d047f464b48d9907f2c5201 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.

UziTech commented 2 years ago

we use v4

https://github.com/atom-community/terminal/blob/8e68a2f6163ac01c861d47bad9c907e8f2ebbd99/.github/workflows/CI.yml#L56