Skip to content

Commit fe696f2

Browse files
authored
Merge pull request #86 from fortify/release-please--branches--main
chore(main): release 3.0.0
2 parents 899cd9b + c1c83a9 commit fe696f2

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/fortify/github-action/compare/v2.2.0...v3.0.0) (2026-02-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `fortify/github-action/setup`: Now uses `@fortify/setup` NPM component instead of GitHub-specific implementation, resulting in changes to supported action inputs and environment variables
9+
* `fortify/github-action`: Now uses `fcli action run ci` instead of GitHub-specific scripts, resulting in changes to supported action inputs and environment variables
10+
* `fortify/github-action/*`: All sub-actions except for the `setup` action have been removed; use the top-level `fortify/github-action` to run a full AST scan pipeline, or use the `setup` action in combination with `fcli` commands or actions to implement custom workflows
11+
12+
### Features
13+
14+
* `fortify/github-action/*`: All sub-actions except for the `setup` action have been removed; use the top-level `fortify/github-action` to run a full AST scan pipeline, or use the `setup` action in combination with `fcli` commands or actions to implement custom workflows ([899cd9b](https://github.com/fortify/github-action/commit/899cd9b608be9c835b3943bc58ac92020608eae4))
15+
* `fortify/github-action/setup`: Now uses `@fortify/setup` NPM component instead of GitHub-specific implementation, resulting in changes to supported action inputs and environment variables ([899cd9b](https://github.com/fortify/github-action/commit/899cd9b608be9c835b3943bc58ac92020608eae4))
16+
* `fortify/github-action`: Now uses `fcli action run ci` instead of GitHub-specific scripts, resulting in changes to supported action inputs and environment variables ([899cd9b](https://github.com/fortify/github-action/commit/899cd9b608be9c835b3943bc58ac92020608eae4))
17+
318
## [2.2.0](https://github.com/fortify/github-action/compare/v2.1.1...v2.2.0) (2025-11-19)
419

520

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
- name: Set Fortify data directory
2121
run: echo "FORTIFY_DATA_DIR=${{ runner.temp }}/fortify-data" >> $GITHUB_ENV
2222
shell: bash
23-
- uses: fortify/github-action/setup@main
23+
- uses: fortify/github-action/setup@v3.0.0
2424
with:
2525
fcli: bootstrapped
2626
export-path: false

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
3.0.0

0 commit comments

Comments
 (0)