Skip to content

Commit b9019fa

Browse files
Update checkmarx-ast-cli binaries with 2.2.2 (#191)
* Update checkmarx-ast-cli to 2.2.2 * Update pr-automation.yml
1 parent 2dc6842 commit b9019fa

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed
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
6.5 KB
Binary file not shown.

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

0 commit comments

Comments
 (0)