diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6bcf2ca..bac3473 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,13 +11,11 @@ jobs: # Docs: name: Gitleaks runs-on: ubuntu-20.04 steps: - - name: Check out code - uses: actions/checkout@v3 - with: - fetch-depth: 0 + - uses: actions/checkout@v3 + with: {fetch-depth: 0} - name: Check for GitLeaks - uses: zricethezav/gitleaks-action@v1.6.0 # Action page: + uses: gacts/gitleaks@v1 # Action page: build-image: name: Build docker image