diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e52d6b1..107efcb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,8 @@ jobs: # Docs: - uses: actions/checkout@v3 with: {fetch-depth: 0} - - uses: zricethezav/gitleaks-action@v1 # Action page: + - name: Check for GitLeaks + uses: gacts/gitleaks@v1 # Action page: golangci-lint: name: Golang-CI (lint)