Skip to content

Commit

Permalink
Update checkmarx-ast-cli binaries with 2.2.2 (#191)
Browse files Browse the repository at this point in the history
* Update checkmarx-ast-cli to 2.2.2

* Update pr-automation.yml
  • Loading branch information
pedrompflopes authored Aug 8, 2024
1 parent 2dc6842 commit b9019fa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/pr-automation.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: PR Automation
on:
pull_request_target:
types: [ready_for_review, opened, reopened]
# name: PR Automation
# on:
# pull_request_target:
# types: [ready_for_review, opened, reopened]

permissions:
contents: none
issues: write
pull-requests: write
# permissions:
# contents: none
# issues: write
# pull-requests: write

jobs:
add-reviewers:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.type != 'Bot' }}
steps:
- name: Request reviewers
env:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
PRNUM: ${{ github.event.pull_request.number }}
PRAUTHOR: ${{ github.event.pull_request.user.login }}
run: gh pr edit $PRNUM
# jobs:
# add-reviewers:
# runs-on: ubuntu-latest
# if: ${{ github.event.pull_request.user.type != 'Bot' }}
# steps:
# - name: Request reviewers
# env:
# GH_REPO: ${{ github.repository }}
# GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
# PRNUM: ${{ github.event.pull_request.number }}
# PRAUTHOR: ${{ github.event.pull_request.user.login }}
# run: gh pr edit $PRNUM
Binary file modified ast-visual-studio-extension/CxWrapper/Resources/cx.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion checkmarx-ast-cli.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.2

0 comments on commit b9019fa

Please sign in to comment.