From ac0066daec41f617ccc176529d77045489bc6d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:13:44 +0000 Subject: [PATCH] Bump checkmarx/ast-github-action Bumps [checkmarx/ast-github-action](https://github.com/checkmarx/ast-github-action) from 9fda4ab4c1b67c35de380552a972a82997d97731 to c52fa63dbd4916520882e10456d66ff4dd7bf754. - [Release notes](https://github.com/checkmarx/ast-github-action/releases) - [Commits](https://github.com/checkmarx/ast-github-action/compare/9fda4ab4c1b67c35de380552a972a82997d97731...c52fa63dbd4916520882e10456d66ff4dd7bf754) --- updated-dependencies: - dependency-name: checkmarx/ast-github-action dependency-version: c52fa63dbd4916520882e10456d66ff4dd7bf754 dependency-type: direct:production ... 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..c47e5bc0 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@c52fa63dbd4916520882e10456d66ff4dd7bf754 # https://github.com/Checkmarx/ast-github-action/releases/tag/2.0.42 with: base_uri: ${{ secrets.AST_RND_SCANS_BASE_URI }} cx_tenant: ${{ secrets.AST_RND_SCANS_TENANT }}