From f436775c43da60847a0f3e0273c8863fb1428f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 03:03:19 +0000 Subject: [PATCH] Bump checkmarx/ast-github-action from 2.0.42 to 2.3.32 Bumps [checkmarx/ast-github-action](https://github.com/checkmarx/ast-github-action) from 2.0.42 to 2.3.32. - [Release notes](https://github.com/checkmarx/ast-github-action/releases) - [Commits](https://github.com/checkmarx/ast-github-action/compare/9fda4ab4c1b67c35de380552a972a82997d97731...327efb5d1dd16ac6c7c21a9ff8ec1e8ec393b5e6) --- updated-dependencies: - dependency-name: checkmarx/ast-github-action dependency-version: 2.3.32 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cx-one-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cx-one-scan.yaml b/.github/workflows/cx-one-scan.yaml index 674720f3..81b96c39 100644 --- a/.github/workflows/cx-one-scan.yaml +++ b/.github/workflows/cx-one-scan.yaml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Checkmarx One CLI Action - uses: checkmarx/ast-github-action@9fda4ab4c1b67c35de380552a972a82997d97731 # https://github.com/Checkmarx/ast-github-action/releases/tag/2.0.42 + uses: checkmarx/ast-github-action@327efb5d1dd16ac6c7c21a9ff8ec1e8ec393b5e6 # https://github.com/Checkmarx/ast-github-action/releases/tag/2.3.32 with: base_uri: ${{ secrets.AST_RND_SCANS_BASE_URI }} cx_tenant: ${{ secrets.AST_RND_SCANS_TENANT }}