diff --git a/.github/workflows/harden-gate.yml b/.github/workflows/harden-gate.yml index 78e107a..9374260 100644 --- a/.github/workflows/harden-gate.yml +++ b/.github/workflows/harden-gate.yml @@ -102,7 +102,7 @@ jobs: - uses: actions/checkout@v4 with: { fetch-depth: 0 } - name: gitleaks (gates new secrets) - uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2 + uses: gitleaks/gitleaks-action@e0c47f4f8be36e29cdc102c57e68cb5cbf0e8d1e # v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}