Skip to content

Commit 38974da

Browse files
committed
ci: fix order
1 parent 9d1a1b1 commit 38974da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
--report-format=sarif \
4848
--report-path=results.sarif \
4949
--log-level=debug \
50-
--log-opts='${{ github.event.pull_request.head.sha || github.event.after }}..${{ github.event.pull_request.base.sha || github.event.before }}'
50+
--log-opts='${{ github.event.pull_request.base.sha || github.event.before }}..${{ github.event.pull_request.head.sha || github.event.after }}'
5151
5252
- name: Upload test results
5353
if: failure()

0 commit comments

Comments
 (0)