diff --git a/.github/workflows/detect-secrets.yml b/.github/workflows/detect-secrets.yml index 2a02494..7c078c8 100644 --- a/.github/workflows/detect-secrets.yml +++ b/.github/workflows/detect-secrets.yml @@ -19,6 +19,6 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2 + - uses: gitleaks/gitleaks-action@e0c47f4f8be36e29cdc102c57e68cb5cbf0e8d1e # v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}