Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions semgrep-rules/actions/actions_need_pinned_commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ rules:
languages:
- yaml
severity: WARNING
message: 'Referencing an action to run by git tag is risky, due to the mutability of git tags. Prefer
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'
metadata:
category: best-practice
technology:
Expand Down