chore(change): Updated CI files
This commit is contained in:
4
.github/workflows/gitguardian.yaml
vendored
4
.github/workflows/gitguardian.yaml
vendored
@@ -1,6 +1,6 @@
|
||||
name: GitGuardian scan
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [ push, pull_request ]
|
||||
|
||||
jobs:
|
||||
scanning:
|
||||
@@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # fetch all history so multiple commits can be scanned
|
||||
- name: GitGuardian scan
|
||||
|
||||
Reference in New Issue
Block a user