ci: sync workflows from central-workflows #139
4 new alerts including 3 errors
New alerts in code changed by this pull request
- 3 errors
- 1 warning
See annotations below for details.
Annotations
Check failure on line 25 in .github/workflows/dco-check.yml
Code scanning / Semgrep (reported by Codacy)
Using variable interpolation ${{...}} with github context data in a run: step could allow an attacker to inject their own code into the runner. Error
Check failure on line 21 in .github/workflows/gpg-verify.yml
Code scanning / Semgrep (reported by Codacy)
Using variable interpolation ${{...}} with github context data in a run: step could allow an attacker to inject their own code into the runner. Error
Check failure on line 30 in .github/workflows/milestone.yml
Code scanning / Semgrep (reported by Codacy)
Using variable interpolation ${{...}} with github context data in a run: step could allow an attacker to inject their own code into the runner. Error
Check warning on line 48 in .github/workflows/release.yml
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning