From 6a10addad8ae6edaef666b70a8fb67b7b9c470b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:18:53 +0000 Subject: [PATCH] Bump checkmarx/ast-github-action from 2.0.31 to 2.0.39 Bumps [checkmarx/ast-github-action](https://github.com/checkmarx/ast-github-action) from 2.0.31 to 2.0.39. - [Release notes](https://github.com/checkmarx/ast-github-action/releases) - [Commits](https://github.com/checkmarx/ast-github-action/compare/6c56658230f79c227a55120e9b24845d574d5225...b74e8d514feae4ad5ad2b43e72590935bd2daf5f) --- 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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ast-scan.yaml b/.github/workflows/ast-scan.yaml index 56bc55f..ab28790 100644 --- a/.github/workflows/ast-scan.yaml +++ b/.github/workflows/ast-scan.yaml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Checkmarx One CLI Action - uses: checkmarx/ast-github-action@6c56658230f79c227a55120e9b24845d574d5225 # v.2.0.31 + uses: checkmarx/ast-github-action@b74e8d514feae4ad5ad2b43e72590935bd2daf5f # v.2.0.39 with: base_uri: ${{ secrets.AST_RND_SCANS_BASE_URI }} cx_tenant: ${{ secrets.AST_RND_SCANS_TENANT }}