File tree 2 files changed +0
-21
lines changed
2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -314,22 +314,3 @@ jobs:
314
314
env :
315
315
GH_TOKEN : ${{ github.token }}
316
316
run : gh pr merge --auto --merge
317
-
318
- gg-scanning :
319
- name : GitGuardian scan
320
- runs-on : ubuntu-latest
321
- steps :
322
- - name : Checkout
323
- uses : actions/checkout@v4
324
- with :
325
- fetch-depth : 0
326
- - name : GitGuardian scan
327
- uses :
GitGuardian/[email protected]
328
- with :
329
- args : -v
330
- env :
331
- GITHUB_PUSH_BEFORE_SHA : ${{ github.event.before }}
332
- GITHUB_PUSH_BASE_SHA : ${{ github.event.base }}
333
- GITHUB_PULL_BASE_SHA : ${{ github.event.pull_request.base.sha }}
334
- GITHUB_DEFAULT_BRANCH : ${{ github.event.repository.default_branch }}
335
- GITGUARDIAN_API_KEY : ${{ secrets.GITGUARDIAN_API_KEY }}
Original file line number Diff line number Diff line change @@ -66,5 +66,3 @@ apps/docs/components/utils/components.json
66
66
apps /docs /components /utils /showcases.json
67
67
apps /docs /components /utils /hooks.json
68
68
apps /docs /components /utils /blocks.json
69
-
70
- .cache_ggshield
You can’t perform that action at this time.
0 commit comments