We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a14de commit c140584Copy full SHA for c140584
1 file changed
semgrep-rules/actions/actions_need_pinned_commits.yaml
@@ -3,8 +3,8 @@ rules:
3
languages:
4
- yaml
5
severity: WARNING
6
- message: 'Referencing an action to run by git tag is risky, due to the mutability of git tags. Prefer
7
- to use full git SHAs instead. More information: https://google.github.io/github-team/semgrep-rules/actions-need-pinned-commits.html'
+ message: 'Referencing an action to run by git tag may be risky, due to the mutability of git tags. If
+ possible, prefer to use full git SHAs instead. More information: https://google.github.io/github-team/semgrep-rules/actions-need-pinned-commits.html'
8
metadata:
9
category: best-practice
10
technology:
0 commit comments