From fc2865e8aa44c520148f26d4288f8ade377f1aab Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 7 Aug 2024 10:06:18 +0000 Subject: [PATCH 1/3] Track Checkmarx CLI binaries with Git LFS --- src/main/wrapper/resources/cx-linux | 4 ++-- src/main/wrapper/resources/cx-mac | 4 ++-- src/main/wrapper/resources/cx.exe | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/wrapper/resources/cx-linux b/src/main/wrapper/resources/cx-linux index a29c6399..432641c2 100755 --- a/src/main/wrapper/resources/cx-linux +++ b/src/main/wrapper/resources/cx-linux @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b9bfccbd80c0b19aaa2c924e93dfcdfce0772c845e951bd738760c69e72e12e -size 64917656 +oid sha256:634f9ce05121b54ec537f5a750e45867de1a2fb79d10c42ca924c735b494eeda +size 64929944 diff --git a/src/main/wrapper/resources/cx-mac b/src/main/wrapper/resources/cx-mac index c15e7a9b..97b1272a 100755 --- a/src/main/wrapper/resources/cx-mac +++ b/src/main/wrapper/resources/cx-mac @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff3617519ebef791d518e68f0101419fab98df96f4da8e46f6ddb96c32b163f2 -size 131529984 +oid sha256:30840d55f56aaf1b6c726aac126939c479065542d6c3ca60a3e486b66c7fb599 +size 131580112 diff --git a/src/main/wrapper/resources/cx.exe b/src/main/wrapper/resources/cx.exe index 5aa0b4db..a572c3ae 100644 --- a/src/main/wrapper/resources/cx.exe +++ b/src/main/wrapper/resources/cx.exe @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4df899bdc75ba115323c1e2418be66d0d19d5c120faebe793fe1233d265c125c -size 66689416 +oid sha256:9f9e14696f312b667eedea27d187bd72bd509ff236ab92528f0e58c96686eaa8 +size 66702216 From 81155c49f54ad1a54d9c92f1b5926107e51c418d Mon Sep 17 00:00:00 2001 From: pedrompflopes <83576881+pedrompflopes@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:06:18 +0000 Subject: [PATCH 2/3] Update checkmarx-ast-cli to 2.2.2 --- checkmarx-ast-cli.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkmarx-ast-cli.version b/checkmarx-ast-cli.version index c043eea7..b1b25a5f 100644 --- a/checkmarx-ast-cli.version +++ b/checkmarx-ast-cli.version @@ -1 +1 @@ -2.2.1 +2.2.2 From e1866fba935ba9ba70ec530e1851c0865170d1e8 Mon Sep 17 00:00:00 2001 From: Pedro Lopes <83576881+pedrompflopes@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:16:53 +0100 Subject: [PATCH 3/3] Update pr-automation.yml --- .github/workflows/pr-automation.yml | 40 ++++++++++++++--------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index 59f52f63..2c5da62c 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -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