From 365d76de7c49a96972dd5b53945d94f17328b636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 03:02:51 +0000 Subject: [PATCH] Bump checkmarx/ast-github-action from 2.0.37 to 2.3.30 Bumps [checkmarx/ast-github-action](https://github.com/checkmarx/ast-github-action) from 2.0.37 to 2.3.30. - [Release notes](https://github.com/checkmarx/ast-github-action/releases) - [Commits](https://github.com/checkmarx/ast-github-action/compare/03a90e7253dadd7e2fff55f5dfbce647b39040a1...21c9298d915983b05efce689a157dbfb826fca53) --- updated-dependencies: - dependency-name: checkmarx/ast-github-action dependency-version: 2.3.30 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ast-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ast-scan.yml b/.github/workflows/ast-scan.yml index 82aa28c5..52e5dd86 100644 --- a/.github/workflows/ast-scan.yml +++ b/.github/workflows/ast-scan.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Checkmarx One CLI Action - uses: checkmarx/ast-github-action@03a90e7253dadd7e2fff55f5dfbce647b39040a1 # v.2.0.37 + uses: checkmarx/ast-github-action@21c9298d915983b05efce689a157dbfb826fca53 # v.2.3.30 with: base_uri: ${{ secrets.AST_RND_SCANS_BASE_URI }} cx_tenant: ${{ secrets.AST_RND_SCANS_TENANT }}