From 6c9e07335cc935b9eaf80c015c15b34239f96aef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 03:34:20 +0000 Subject: [PATCH] Bump checkmarx/ast-github-action from 2.0.31 to 2.0.40 Bumps [checkmarx/ast-github-action](https://github.com/checkmarx/ast-github-action) from 2.0.31 to 2.0.40. - [Release notes](https://github.com/checkmarx/ast-github-action/releases) - [Commits](https://github.com/checkmarx/ast-github-action/compare/6c56658230f79c227a55120e9b24845d574d5225...629a9fac14369bf2898d583b22bf8c40a5caf8e9) --- 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 0a785fd0..daf43f06 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@6c56658230f79c227a55120e9b24845d574d5225 #main + uses: checkmarx/ast-github-action@629a9fac14369bf2898d583b22bf8c40a5caf8e9 #main with: base_uri: ${{ secrets.AST_RND_SCANS_BASE_URI }} cx_tenant: ${{ secrets.AST_RND_SCANS_TENANT }}