From 9b2354003f8298afaa556f1a1ab553d7e5ba4ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Chapron?= <34628915+sc979@users.noreply.github.com> Date: Wed, 11 Mar 2026 10:18:30 +0100 Subject: [PATCH] chore(secu): revert checkmarx action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Chapron <34628915+sc979@users.noreply.github.com> --- .github/workflows/checkmarx-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkmarx-analysis.yml b/.github/workflows/checkmarx-analysis.yml index eebebb8..3062b19 100644 --- a/.github/workflows/checkmarx-analysis.yml +++ b/.github/workflows/checkmarx-analysis.yml @@ -92,7 +92,7 @@ jobs: - name: Run code analysis if: env.enable_analysis == 'true' - uses: checkmarx/ast-github-action@327efb5d1dd16ac6c7c21a9ff8ec1e8ec393b5e6 # v2.3.32 + uses: checkmarx/ast-github-action@21c9298d915983b05efce689a157dbfb826fca53 # v2.3.30 with: project_name: ${{ inputs.module_name }} base_uri: ${{ secrets.base_uri }}