diff --git a/.github/workflows/checkmarx-analysis.yml b/.github/workflows/checkmarx-analysis.yml index 6e1f6d3..67b5c35 100644 --- a/.github/workflows/checkmarx-analysis.yml +++ b/.github/workflows/checkmarx-analysis.yml @@ -92,7 +92,7 @@ jobs: - name: Run code analysis if: env.enable_analysis == 'true' - uses: checkmarx/ast-github-action@21c9298d915983b05efce689a157dbfb826fca53 # v2.3.30 + uses: checkmarx/ast-github-action@7510c0d292e3de51feb93c2c708c8465c306be86 # 2.3.31 with: project_name: ${{ inputs.module_name }} base_uri: ${{ secrets.base_uri }}