From d1f8a6df5179402438f3cb970131ba30a29c9cde Mon Sep 17 00:00:00 2001 From: "centreon-renovate[bot]" <261203866+centreon-renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:01:14 +0000 Subject: [PATCH] chore(deps): update checkmarx/ast-github-action action to v2.3.31 --- .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 6e1f6d3..67b5c35 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@21c9298d915983b05efce689a157dbfb826fca53 # v2.3.30 + uses: checkmarx/ast-github-action@7510c0d292e3de51feb93c2c708c8465c306be86 # 2.3.31 with: project_name: ${{ inputs.module_name }} base_uri: ${{ secrets.base_uri }}