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 }}