ekino / gradle-quality-plugin

Quality plugin applying some configuration for your builds (checkstyle, jacoco, sonarqube)
https://plugins.gradle.org/plugin/com.ekino.oss.gradle.plugin.quality
MIT License
5 stars 1 forks source link

[Security] Workflow gradle-wrapper-validation.yml is using vulnerable action gradle/wrapper-validation-action #61

Open fockboi-lgtm opened 2 years ago

fockboi-lgtm commented 2 years ago

The workflow gradle-wrapper-validation.yml is referencing action gradle/wrapper-validation-action using references v1. However this reference is missing the commit 89eda1fdc0167f59521d2bb10767f7169fb4d018 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.

clemstoquart commented 2 years ago

Hi,

We're already using the last release of the wrapper-validation-action. What do you suggest ?