Skip to content

Commit 528ab89

Browse files
Master (#92)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4c4050e commit 528ab89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
12
name: CI
23

34
on:

.github/workflows/workflow-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "=== Checking Action Pinning ==="
6666
# Find any uses: lines that don't have @SHA format
6767
# Pattern: uses: owner/repo@<40-char-hex>
68-
unpinned=$(grep -rn "uses:" .github/workflows/ | \
68+
unpinned=$(grep -rnE "^[[:space:]]+uses:" .github/workflows/ | \
6969
grep -v "@[a-f0-9]\{40\}" | \
7070
grep -v "uses: \./\|uses: docker://\|uses: actions/github-script" || true)
7171

0 commit comments

Comments
 (0)