diff --git a/.github/workflows/gitleaks_push.yaml b/.github/workflows/gitleaks_push.yaml index 07a6da3..b4e11ed 100644 --- a/.github/workflows/gitleaks_push.yaml +++ b/.github/workflows/gitleaks_push.yaml @@ -17,6 +17,8 @@ jobs: - name: GitLeaks uses: gacts/gitleaks@v1 # Action page: + with: + version: 8.18.4 - name: Email Security if: ${{ failure() && github.event.number == 0 }} # Only run for push events