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