Codacy Production / Codacy Static Code Analysis
required action
Jan 5, 2025 in 0s
3 new issues (0 max.) of at least minor severity.
Annotations
Check warning on line 223 in .github/workflows/build.yml
codacy-production / Codacy Static Code Analysis
.github/workflows/build.yml#L223
Using a single metavariable as a pattern drastically slows down the rule performance because it will match every expression in a file.
Check warning on line 223 in .github/workflows/build.yml
codacy-production / Codacy Static Code Analysis
.github/workflows/build.yml#L223
Using a single metavariable as a pattern drastically slows down the rule performance because it will match every expression in a file.
Check warning on line 259 in .github/workflows/build.yml
codacy-production / Codacy Static Code Analysis
.github/workflows/build.yml#L259
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.
Loading