Skip to content

Commit 35144e8

Browse files
authored
chore(security): Fix closed events for semgrep (#173)
CI has been failing for closed pull request events, fixing that by removing the `closed` events as this already runs on pre-merge events ## Test plan - CI 🟢 <!-- REQUIRED; info at https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles -->
1 parent 2335ad9 commit 35144e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Semgrep - SAST Scan
22

33
on:
44
pull_request_target:
5-
types: [ closed, edited, opened, synchronize, ready_for_review ]
5+
types: [ edited, opened, synchronize, ready_for_review ]
66

77
jobs:
88
semgrep:

0 commit comments

Comments
 (0)