chore(main): release 1.5.1#1
Open
github-actions[bot] wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
1.5.1 (2026-05-25)
⚠ BREAKING CHANGES
fortify/github-action/setup: Now uses@fortify/setupNPM component instead of GitHub-specific implementation, resulting in changes to supported action inputs and environment variablesfortify/github-action: Now usesfcli action run ciinstead of GitHub-specific scripts, resulting in changes to supported action inputs and environment variablesfortify/github-action/*: All sub-actions except for thesetupaction have been removed; use the top-levelfortify/github-actionto run a full AST scan pipeline, or use thesetupaction in combination withfclicommands or actions to implement custom workflowsSC_SAST_LOGIN_EXTRA_OPTSEXTRA_SC_SAST_SCAN_OPTSmay need to be updated according to newfcli sc-sast scan startsyntax*_ACTIONinputs will need to be migrated to fcli 3.x action syntaxFeatures
EXTRA_SC_SAST_SCAN_OPTSmay need to be updated according to newfcli sc-sast scan startsyntax (63455f2)fortify/github-action/*: All sub-actions except for thesetupaction have been removed; use the top-levelfortify/github-actionto run a full AST scan pipeline, or use thesetupaction in combination withfclicommands or actions to implement custom workflows (899cd9b)fortify/github-action/setup: Now uses@fortify/setupNPM component instead of GitHub-specific implementation, resulting in changes to supported action inputs and environment variables (899cd9b)fortify/github-action: Now usesfcli action run ciinstead of GitHub-specific scripts, resulting in changes to supported action inputs and environment variables (899cd9b)SC_SAST_SENSOR_VERSIONis now optional (63455f2)DO_POLICY_CHECKand related inputs to enable policy checks after scan completion (6ee342d)DO_PR_COMMENTand related inputs to enable Pull Request comment generation (6ee342d)DO_SETUPand related inputs to enable application version/release creation/setup (6ee342d)EXPORT_ACTIONandEXPORT_EXTRA_OPTSinputs to allow for export customization (6ee342d)fortify/github-action/with-ghes-artifactssub-action to upload CI workflow debug artifacts to GitHub Enterprise Server artifact storage (15c59a7)fortify/github-action/with-github-artifactssub-action to upload CI workflow debug artifacts to github.com artifact storage (same as top-levelfortify/github-action) (15c59a7)fortify/github-action/without-artifactssub-action that doesn't upload CI workflow debug artifacts, allowing users to upload debug artifacts to a custom storage provider (15c59a7)*_ACTIONinputs will need to be migrated to fcli 3.x action syntax (63455f2)DO_SETUP(2d91e3c)--app-ownerifFOD_USERis configured (345ddda)--copy-fromoption inSETUP_EXTRA_OPTS(2d91e3c)SC_SAST_LOGIN_EXTRA_OPTS(63455f2)SC_SAST_SCAN_EXTRA_OPTS(1bb5d5b)Bug Fixes
DO_PR_COMMENT: UseGITHUB_API_URLenvironment variable instead of hardcoded api.github.com to avoid failure on GitHub Enterprise (a804808)fcli ssc action run appversion-summary: Add note about removed issue count (4a8f3f3)fcli ssc action run appversion-summary: Fix exception if application version has artifacts with 0 issues (4a8f3f3)DO_PACKAGE_DEBUGsetting to enable debug logging and publish package.zip & logs as job artifacts (29b093c)DO_SETUPif needed (9d54346)DO_WAITto applicable FoD sample snippets (74febec)v2(4822149)Developmentas default value for--sdlc-statusinSETUP_EXTRA_OPTS(1bb5d5b)SETUP_EXTRA_OPTSdocumentation (9d54346)*_EXTRA_OPTS(2d91e3c)FOD_RELEASE/SSC_APPVERSIONdocumentation with correct default values (fixes #43) (6ee342d)github/codeql-action/upload-sarif@v3to remove deprecation warning (15bc159)Miscellaneous Chores
This PR was generated with Release Please. See documentation.