We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4050e commit 528ab89Copy full SHA for 528ab89
.github/workflows/ci.yml
@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: PMPL-1.0-or-later
2
name: CI
3
4
on:
.github/workflows/workflow-linter.yml
@@ -65,7 +65,7 @@ jobs:
65
echo "=== Checking Action Pinning ==="
66
# Find any uses: lines that don't have @SHA format
67
# Pattern: uses: owner/repo@<40-char-hex>
68
- unpinned=$(grep -rn "uses:" .github/workflows/ | \
+ unpinned=$(grep -rnE "^[[:space:]]+uses:" .github/workflows/ | \
69
grep -v "@[a-f0-9]\{40\}" | \
70
grep -v "uses: \./\|uses: docker://\|uses: actions/github-script" || true)
71
0 commit comments