From 76ebb18f80604942dbb1ab0c910cd5e77bd97091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 03:17:42 +0000 Subject: [PATCH] Bump checkmarx/ast-github-action from 2.3.26 to 2.3.30 Bumps [checkmarx/ast-github-action](https://github.com/checkmarx/ast-github-action) from 2.3.26 to 2.3.30. - [Release notes](https://github.com/checkmarx/ast-github-action/releases) - [Commits](https://github.com/checkmarx/ast-github-action/compare/2.3.26...2.3.30) --- 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 c35942f..bed0490 100644 --- a/.github/workflows/checkmarx-analysis.yml +++ b/.github/workflows/checkmarx-analysis.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Fetch all history for better scan accuracy - name: Checkmarx CxSAST Scan - uses: checkmarx/ast-github-action@2.3.26 # Updated to latest version (without 'v' prefix) + uses: checkmarx/ast-github-action@2.3.30 # Updated to latest version (without 'v' prefix) with: project_name: 'Insecure E-Commerce App' cx_tenant: ${{ secrets.CHECKMARX_TENANT }}