From 2ff8ee2b6ccf6cf6bf2eb36f16e6ec4ba313a746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:25:58 +0000 Subject: [PATCH] Bump checkmarx/ast-github-action from 2.0.33 to 2.0.37 Bumps [checkmarx/ast-github-action](https://github.com/checkmarx/ast-github-action) from 2.0.33 to 2.0.37. - [Release notes](https://github.com/checkmarx/ast-github-action/releases) - [Commits](https://github.com/checkmarx/ast-github-action/compare/1fe318de2993222574e6249750ba9000a4e2a6cd...03a90e7253dadd7e2fff55f5dfbce647b39040a1) --- updated-dependencies: - dependency-name: checkmarx/ast-github-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 e6bd2f8e..3a3470a6 100644 --- a/.github/workflows/ast-scan.yml +++ b/.github/workflows/ast-scan.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Checkmarx One CLI Action - uses: checkmarx/ast-github-action@1fe318de2993222574e6249750ba9000a4e2a6cd #v2.0.33 - Check for the latest version and updated here if there is a new one + uses: checkmarx/ast-github-action@03a90e7253dadd7e2fff55f5dfbce647b39040a1 #v2.0.33 - Check for the latest version and updated here if there is a new one with: base_uri: ${{ secrets.AST_RND_SCANS_BASE_URI }} cx_tenant: ${{ secrets.AST_RND_SCANS_TENANT }}