File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: PMPL-1.0-or-later
12name : BoJ Server Build Trigger
23on :
34 push :
89 runs-on : ubuntu-latest
910 steps :
1011 - name : Checkout
11- uses : actions/checkout@v4
12+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1213 - name : Trigger BoJ Server (Casket/ssg-mcp)
1314 run : |
1415 # Send a secure trigger to boj-server to build this repository
Original file line number Diff line number Diff line change 6363 echo "=== Checking Action Pinning ==="
6464 # Find any uses: lines that don't have @SHA format
6565 # Pattern: uses: owner/repo@<40-char-hex>
66- unpinned=$(grep -rn " uses:" .github/workflows/ | \
66+ unpinned=$(grep -rnE "^[[:space:]]+ uses:" .github/workflows/ | \
6767 grep -v "@[a-f0-9]\{40\}" | \
6868 grep -v "uses: \./\|uses: docker://\|uses: actions/github-script" || true)
6969
You can’t perform that action at this time.
0 commit comments