Skip to content

Commit 05fbd3d

Browse files
authored
ci: pin follow up (#259)
- also run on PR - fix allowlist
1 parent e8c1636 commit 05fbd3d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/enforce-sha.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
on: push
1+
on:
2+
push:
3+
branches: [main]
4+
pull_request:
25

36
name: Security
47

@@ -12,4 +15,4 @@ jobs:
1215
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@25ed13d0628a1601b4b44048e63cc4328ed03633 # v3
1316
with:
1417
allowlist: |
15-
- prefix-dev/
18+
prefix-dev/

0 commit comments

Comments
 (0)