We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a117d12 commit d4cf5cdCopy full SHA for d4cf5cd
.github/workflows/pinned-gh-actions.yml
@@ -0,0 +1,19 @@
1
+name: Check SHA-pinned GitHub Actions
2
+
3
+on:
4
+ pull_request:
5
+ paths:
6
+ - '.github/workflows/**'
7
8
+permissions:
9
+ contents: read
10
11
+jobs:
12
+ check-sha-pinned-actions:
13
+ name: Verify GitHub Actions
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - name: Checkout code
17
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ - name: Ensure SHA pinned actions
19
+ uses: zgosalvez/github-actions-ensure-sha-pinned-actions@25ed13d0628a1601b4b44048e63cc4328ed03633 # v3.0.22
0 commit comments