Skip to content

Commit a1e4729

Browse files
committed
Try with an invalid checksum
1 parent 50d5271 commit a1e4729

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches:
66
- master
7+
push:
8+
branches:
9+
- larose/bullfrog
710

811
jobs:
912
build-and-check:
@@ -13,7 +16,7 @@ jobs:
1316
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1417
steps:
1518
- name: Bullfrog Secure Runner
16-
uses: bullfrogsec/bullfrog@v0
19+
uses: bullfrogsec/bullfrog@d0551a50c7a77ebbebcde1e288cfd495a8ee9878
1720
with:
1821
egress-policy: block
1922
allowed-domains: |

0 commit comments

Comments
 (0)