From 8ea851de84c20863f958c8ba6f09eadb7695bf53 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Thu, 21 Aug 2025 02:02:18 -0400 Subject: [PATCH] [CONFIG] sonarcloud security fixes --- .github/workflows/gitleaks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 1ab871d..ff59e9d 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 - - uses: gitleaks/gitleaks-action@v2 + - uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Only required for Organizations, not personal accosunts.