Skip to content

Commit 18c567b

Browse files
cx-anurag-dalkecx-bot-ghpubliccx-rahul-pidde
authored
Update checkmarx-ast-cli binaries with 2.3.48 (#170)
* Update checkmarx-ast-cli to 2.3.48 * Change Dependabot PR merge strategy to squash --------- Co-authored-by: cx-bot-ghpublic <271284991+cx-bot-ghpublic@users.noreply.github.com> Co-authored-by: Rahul Pidde <206018639+cx-rahul-pidde@users.noreply.github.com>
1 parent 6687aaa commit 18c567b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/auto-merge-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
env:
1414
PR_URL: ${{github.event.pull_request.html_url}}
1515
GITHUB_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN }}
16-
run: gh pr merge --auto --merge "$PR_URL"
16+
run: gh pr merge --auto --squash "$PR_URL"
1717
- name: Auto approve dependabot PRs
1818
uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 #v4
1919
with:
20-
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
20+
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

checkmarx-ast-cli.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.46
1+
2.3.48

src/main/osinstaller/CxInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class CxInstaller {
2222
private cliVersion: string;
2323
private readonly resourceDirPath: string;
2424
private readonly installedCLIVersionFileName = 'cli-version';
25-
private readonly cliDefaultVersion = '2.3.46'; // Update this with the latest version.
25+
private readonly cliDefaultVersion = '2.3.48'; // Update this with the latest version.
2626
private readonly client: AstClient;
2727

2828
private static readonly PLATFORMS: Record<SupportedPlatforms, PlatformData> = {

0 commit comments

Comments
 (0)