diff --git a/.github/workflows/action-security.yml b/.github/workflows/action-security.yml index 2ce89a3..9fdfed2 100644 --- a/.github/workflows/action-security.yml +++ b/.github/workflows/action-security.yml @@ -66,7 +66,7 @@ jobs: - name: Run Gitleaks if: steps.check-configs.outputs.run_gitleaks == 'true' - uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2.3.7 + uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2.3.9 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}