From 550a272dc579c6d3902b9e488896484f425f6da3 Mon Sep 17 00:00:00 2001 From: technique-ci <87815335+technique-ci@users.noreply.github.com> Date: Tue, 26 Aug 2025 10:25:00 +0200 Subject: [PATCH] chore(deps): absorb 2025-08 dependabot GitHub Actions updates (#5695) --- .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 441f8e052..dac58982d 100644 --- a/.github/workflows/checkmarx-analysis.yml +++ b/.github/workflows/checkmarx-analysis.yml @@ -57,7 +57,7 @@ jobs: - name: Checkmarx One CLI Action if: env.enable_analysis == 'true' - uses: checkmarx/ast-github-action@88c60148b7b9689d67eb05bf66a65bbb871f2f2c # v2.3.20 + uses: checkmarx/ast-github-action@44adb082541fa1f47bcfca6de1517ff28990d813 # v2.3.22 with: project_name: ${{ inputs.module_name }} base_uri: ${{ secrets.base_uri }}