You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The old `grep -rn "uses:"` matched the check's own source line in
workflow-linter.yml itself, producing a false-positive "unpinned
action" failure on every PR. Replace with gitbot-fleet's fixed
version (anchored regex: `grep -rnE "^[[:space:]]+uses:"`).
0 commit comments