Skip to content

Commit 8c72f36

Browse files
committed
Merge remote changes and resolve conflicts
1 parent 75aa381 commit 8c72f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ jobs:
175175
uses: trufflesecurity/trufflehog@main
176176
with:
177177
path: ./
178-
base: main
179-
head: HEAD
178+
base: ${{ github.event.before || format('{0}~1', github.sha) }}
179+
head: ${{ github.sha }}
180180
extra_args: --debug --only-verified
181181

182182
security-audit:

0 commit comments

Comments
 (0)