Describe the bug
I'm getting the following error for a workflow that uses actions/download-artifact@v4:
The workflow or action depends on a GitHub Action with known vulnerabilities.
Reading GHSA-cxww-7g56-2vh6 for actions/download-artifact, the description says:
Alternatively use 'v4' tag which points to the latest and secure version.
To Reproduce
- Create a workflow file that uses
actions/download-artifact@v4
- Run Poutine on the file
- Observe the above error message
Expected behavior
Using @v4 should be considered "safe" as far as this rule is concerned. Whether or not it should use a pinned sha hash is a separate concern.
Screenshots
