Skip to content

Commit 90ec116

Browse files
Update checkmarx-ast-cli binaries with 2.2.2 (#355)
1 parent 47fab4d commit 90ec116

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.0
1+
2.2.2

src/main/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:1a6c5a2e11b82a94958739fd3a67812d42b575beb0f4d6d8dfad344c3467dbe2
3-
size 64925848
2+
oid sha256:634f9ce05121b54ec537f5a750e45867de1a2fb79d10c42ca924c735b494eeda
3+
size 64929944

src/main/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:6722f99d05db6f0e4cc91908757697108161304621085b3f7761d4e240f2ba10
3-
size 131546464
2+
oid sha256:30840d55f56aaf1b6c726aac126939c479065542d6c3ca60a3e486b66c7fb599
3+
size 131580112

src/main/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:b14443f69f40c1de8e41659dd864692294afe046eacdd613e7faaf5a7a1ae428
3-
size 66695560
2+
oid sha256:9f9e14696f312b667eedea27d187bd72bd509ff236ab92528f0e58c96686eaa8
3+
size 66702216

0 commit comments

Comments
 (0)