Skip to content

Commit 6ea8a3e

Browse files
committed
CI: Add workflow to verify workflows
This ensures that we're pinning to hashes on the specified repo, not a fork.
1 parent 4ae99d8 commit 6ea8a3e

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
pull_request:
3+
paths:
4+
- '.github/**'
5+
6+
permissions:
7+
contents: read
8+
9+
jobs:
10+
verify-pinned-actions:
11+
name: Verify Pinned Actions
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+
- uses: lesserwhirls/pinned-actions-verifier@ec04596d2fb5dfff128633b505a274a2d48bb298

0 commit comments

Comments
 (0)