Skip to content

Commit d6b7a24

Browse files
Update checkmarx-ast-cli binaries with 2.2.2 (#737)
1 parent fb986ac commit d6b7a24

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

.github/workflows/pr-automation.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
name: PR Automation
2-
on:
3-
pull_request_target:
4-
types: [ready_for_review, opened, reopened]
1+
# name: PR Automation
2+
# on:
3+
# pull_request_target:
4+
# types: [ready_for_review, opened, reopened]
55

6-
permissions:
7-
contents: none
8-
issues: write
9-
pull-requests: write
6+
# permissions:
7+
# contents: none
8+
# issues: write
9+
# pull-requests: write
1010

11-
jobs:
12-
add-reviewers:
13-
runs-on: ubuntu-latest
14-
if: ${{ github.event.pull_request.user.type != 'Bot' }}
15-
steps:
16-
- name: Request reviewers
17-
env:
18-
GH_REPO: ${{ github.repository }}
19-
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
20-
PRNUM: ${{ github.event.pull_request.number }}
21-
PRAUTHOR: ${{ github.event.pull_request.user.login }}
22-
run: gh pr edit $PRNUM
11+
# jobs:
12+
# add-reviewers:
13+
# runs-on: ubuntu-latest
14+
# if: ${{ github.event.pull_request.user.type != 'Bot' }}
15+
# steps:
16+
# - name: Request reviewers
17+
# env:
18+
# GH_REPO: ${{ github.repository }}
19+
# GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
20+
# PRNUM: ${{ github.event.pull_request.number }}
21+
# PRAUTHOR: ${{ github.event.pull_request.user.login }}
22+
# run: gh pr edit $PRNUM

checkmarx-ast-cli.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1
1+
2.2.2

src/main/wrapper/resources/cx-linux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:4b9bfccbd80c0b19aaa2c924e93dfcdfce0772c845e951bd738760c69e72e12e
3-
size 64917656
2+
oid sha256:634f9ce05121b54ec537f5a750e45867de1a2fb79d10c42ca924c735b494eeda
3+
size 64929944

src/main/wrapper/resources/cx-mac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:ff3617519ebef791d518e68f0101419fab98df96f4da8e46f6ddb96c32b163f2
3-
size 131529984
2+
oid sha256:30840d55f56aaf1b6c726aac126939c479065542d6c3ca60a3e486b66c7fb599
3+
size 131580112

src/main/wrapper/resources/cx.exe

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:4df899bdc75ba115323c1e2418be66d0d19d5c120faebe793fe1233d265c125c
3-
size 66689416
2+
oid sha256:9f9e14696f312b667eedea27d187bd72bd509ff236ab92528f0e58c96686eaa8
3+
size 66702216

0 commit comments

Comments
 (0)