From 80496cbc7b9313bca1aee0c1661568916a639d8d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 7 Aug 2024 10:05:18 +0000 Subject: [PATCH 1/3] Track Checkmarx CLI binaries with Git LFS --- src/main/resources/cx-linux | 4 ++-- src/main/resources/cx-mac | 4 ++-- src/main/resources/cx.exe | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/cx-linux b/src/main/resources/cx-linux index 81a75f80..432641c2 100755 --- a/src/main/resources/cx-linux +++ b/src/main/resources/cx-linux @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a6c5a2e11b82a94958739fd3a67812d42b575beb0f4d6d8dfad344c3467dbe2 -size 64925848 +oid sha256:634f9ce05121b54ec537f5a750e45867de1a2fb79d10c42ca924c735b494eeda +size 64929944 diff --git a/src/main/resources/cx-mac b/src/main/resources/cx-mac index 7e3b0865..97b1272a 100755 --- a/src/main/resources/cx-mac +++ b/src/main/resources/cx-mac @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6722f99d05db6f0e4cc91908757697108161304621085b3f7761d4e240f2ba10 -size 131546464 +oid sha256:30840d55f56aaf1b6c726aac126939c479065542d6c3ca60a3e486b66c7fb599 +size 131580112 diff --git a/src/main/resources/cx.exe b/src/main/resources/cx.exe index da50ed37..a572c3ae 100644 --- a/src/main/resources/cx.exe +++ b/src/main/resources/cx.exe @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b14443f69f40c1de8e41659dd864692294afe046eacdd613e7faaf5a7a1ae428 -size 66695560 +oid sha256:9f9e14696f312b667eedea27d187bd72bd509ff236ab92528f0e58c96686eaa8 +size 66702216 From 81529cf95d2987124de7517e5fd7976ce1ba65ed Mon Sep 17 00:00:00 2001 From: pedrompflopes <83576881+pedrompflopes@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:05: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 ccbccc3d..b1b25a5f 100644 --- a/checkmarx-ast-cli.version +++ b/checkmarx-ast-cli.version @@ -1 +1 @@ -2.2.0 +2.2.2 From 842ab5b3e017339828f9045e6919189b1a349b48 Mon Sep 17 00:00:00 2001 From: Pedro Lopes <83576881+pedrompflopes@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:07:09 +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