Skip to content

Commit 5573814

Browse files
committed
chore(add sec scan): add sec scan
1 parent e6aa7cb commit 5573814

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/security-scan.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515
static-analysis:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: Checkout base branch
19-
uses: actions/checkout@v5
20-
with:
21-
ref: ${{ github.event.pull_request.base.sha }}
22-
2318
- uses: open-turo/actions-security/static-analysis@v4
2419
with:
2520
semgrep-app-token: ${{ secrets.SEMGREP_APP_TOKEN }}

0 commit comments

Comments
 (0)