From 557677dc0c90f30ae629d7c763603cbe3b59016e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 11:21:08 +0000 Subject: [PATCH] build(deps): bump checkmarx/ast-github-action from 2.3.28 to 2.3.30 Bumps [checkmarx/ast-github-action](https://github.com/checkmarx/ast-github-action) from 2.3.28 to 2.3.30. - [Release notes](https://github.com/checkmarx/ast-github-action/releases) - [Commits](https://github.com/checkmarx/ast-github-action/compare/d6aa63176f4631a2b4ea22c6ce66476245427571...21c9298d915983b05efce689a157dbfb826fca53) --- updated-dependencies: - dependency-name: checkmarx/ast-github-action dependency-version: 2.3.30 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 7772a38..6e1f6d3 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@d6aa63176f4631a2b4ea22c6ce66476245427571 # v2.3.28 + uses: checkmarx/ast-github-action@21c9298d915983b05efce689a157dbfb826fca53 # v2.3.30 with: project_name: ${{ inputs.module_name }} base_uri: ${{ secrets.base_uri }}