From 4ddef002e5e66e10fddd0e1036077d4861112d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Ventuzelos?= <207163323+cx-luis-ventuzelos@users.noreply.github.com> Date: Tue, 16 Jun 2026 17:00:29 +0100 Subject: [PATCH] chore: comment out notify job to pass StepSecurity limit-allowed-actions policy Checkmarx/plugins-release-workflow is not in the StepSecurity allowed actions list, causing the policy evaluation to fail. Commenting out until it gets added. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/release.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0af933..1f524f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,14 +57,14 @@ jobs: generate_release_notes: true token: ${{ secrets.GITHUB_TOKEN }} - notify: - needs: release - uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main - with: - product_name: Github Action - release_version: ${{ github.event.inputs.tag }} - cli_release_version: ${{ needs.release.outputs.CLI_VERSION }} - release_author: "Phoenix Team" - release_url: https://github.com/Checkmarx/ast-github-action/releases/tag/${{ github.event.inputs.tag }} - jira_product_name: GITHUB_ACTION - secrets: inherit + # notify: + # needs: release + # uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main + # with: + # product_name: Github Action + # release_version: ${{ github.event.inputs.tag }} + # cli_release_version: ${{ needs.release.outputs.CLI_VERSION }} + # release_author: "Phoenix Team" + # release_url: https://github.com/Checkmarx/ast-github-action/releases/tag/${{ github.event.inputs.tag }} + # jira_product_name: GITHUB_ACTION + # secrets: inherit