From ec00e7230d796b8c93013f981f100e353c6942c3 Mon Sep 17 00:00:00 2001 From: "centreon-renovate[bot]" <261203866+centreon-renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:20:02 +0000 Subject: [PATCH] chore(deps): update checkmarx/ast-github-action action to v2.3.33 --- .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 be6553d..20b7398 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 # 2.3.32 + uses: checkmarx/ast-github-action@c52fa63dbd4916520882e10456d66ff4dd7bf754 # 2.3.33 with: project_name: ${{ inputs.module_name }} base_uri: ${{ secrets.base_uri }}