chore(change): Updated CI files

This commit is contained in:
HeCodes2Much
2024-05-23 21:15:53 +01:00
parent 91a66f259a
commit c5b8ab37f6
8 changed files with 22 additions and 22 deletions

View File

@@ -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