From c2b96ec5c49c2321fe9de4c2e36ef6a656fb4a0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:45:30 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20gitleaks/gitleak?= =?UTF-8?q?s-action=20(v2.3.2=20=E2=86=92=20v2.3.7)?= 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> --- .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 77fc0c3..79d77cb 100644 --- a/.github/workflows/action-security.yml +++ b/.github/workflows/action-security.yml @@ -63,7 +63,7 @@ jobs: - name: Run Gitleaks if: steps.check-configs.outputs.run_gitleaks == 'true' - uses: gitleaks/gitleaks-action@v2.3.2 + uses: gitleaks/gitleaks-action@v2.3.7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}