Skip to content

Commit 4ddef00

Browse files
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 <noreply@anthropic.com>
1 parent 9a09846 commit 4ddef00

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
generate_release_notes: true
5858
token: ${{ secrets.GITHUB_TOKEN }}
5959

60-
notify:
61-
needs: release
62-
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
63-
with:
64-
product_name: Github Action
65-
release_version: ${{ github.event.inputs.tag }}
66-
cli_release_version: ${{ needs.release.outputs.CLI_VERSION }}
67-
release_author: "Phoenix Team"
68-
release_url: https://github.com/Checkmarx/ast-github-action/releases/tag/${{ github.event.inputs.tag }}
69-
jira_product_name: GITHUB_ACTION
70-
secrets: inherit
60+
# notify:
61+
# needs: release
62+
# uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
63+
# with:
64+
# product_name: Github Action
65+
# release_version: ${{ github.event.inputs.tag }}
66+
# cli_release_version: ${{ needs.release.outputs.CLI_VERSION }}
67+
# release_author: "Phoenix Team"
68+
# release_url: https://github.com/Checkmarx/ast-github-action/releases/tag/${{ github.event.inputs.tag }}
69+
# jira_product_name: GITHUB_ACTION
70+
# secrets: inherit

0 commit comments

Comments
 (0)