diff --git a/.github/workflows/security-gitleaks.yml b/.github/workflows/security-gitleaks.yml index 750959d..eced2fd 100644 --- a/.github/workflows/security-gitleaks.yml +++ b/.github/workflows/security-gitleaks.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - name: Scan with Gitleaks - uses: gitleaks/gitleaks-action@v2 + uses: gitleaks/gitleaks-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} \ No newline at end of file