diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index ac80d7b39e..c45bc4218f 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -27,6 +27,6 @@ jobs: with: fetch-depth: 0 - name: Run gitleaks - uses: gitleaks/gitleaks-action@e6dab246340401bf53eec993b8f05aebe80ac636 # v2.3.4 + uses: gitleaks/gitleaks-action@44c470ffc35caa8b1eb3e8012ca53c2f9bea4eb5 # v2.3.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}