From 6e052e68fc7d693be3cad6236528a07c76c3b0b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 05:04:25 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20gitleaks/gitleak?= =?UTF-8?q?s-action=20(v2.3.7=20=E2=86=92=20v2.3.9)=20(#114)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/action-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}