Skip to content

Commit 21e7be1

Browse files
committed
Add Sansec eComscan workflow
1 parent 25b21fe commit 21e7be1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sansec-ecomscan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
with:
2222
ref: ${{ github.event.pull_request.head.sha }}
23+
allow-unsafe-pr-checkout: true
2324
persist-credentials: false
2425

2526
- name: Download eComscan

0 commit comments

Comments
 (0)