Skip to content

Releases: fossas/fossa-action

v2.0.0

Choose a tag to compare

@chad-fossa chad-fossa released this 02 Jul 11:24
29693cc

Breaking change: Node 24 runtime

This action now runs on the Node 24 GitHub Actions runtime (previously Node 20), via #277.

  • GitHub-hosted runners: no action needed.
  • Self-hosted runners: you must be on a runner version that bundles the Node 24 runtime. Update your runner if you pin fossas/fossa-action@v2.

The @v1 line is unchanged and stays on Node 20, so existing @v1 users are not affected until they opt into @v2. #277 is the only change that touches the action's runtime code (dist/) — everything else below is CI or dev-tooling only.

Everything in v1.9.0 → v2.0.0

Action runtime

  • Upgrade to Node.js 24 and Yarn 4 (Corepack, packageManager: [email protected], engines.node >= 24.0.0) — #277

CI / repo tooling (no effect on consumers)

  • Fix the repo's fossa test --diff CI step to work with push events (first push to a new branch falls back to diffing the default branch) — #278
  • Make dependabot ignore major-version bumps of @types/node#291

Dev-dependency bumps (no effect on consumers)

  • eslint 9.39.4 → 10.2.0 → 10.2.1 — #288, #297
  • @typescript-eslint/eslint-plugin 8.58.0 → 8.58.2 — #290, #295
  • @types/node 24.12.0 → 24.12.2 — #293
  • globals 17.4.0 → 17.5.0 — #294
  • @eslint/compat 2.0.3 → 2.0.4 — #287

Full changelog: v1.9.0...v2.0.0

v1.9.0

Choose a tag to compare

@spatten spatten released this 31 Mar 21:06
v1.9.0
ff70fe9

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

Choose a tag to compare

@csasarak csasarak released this 05 Feb 22:15
c414b9a
Add an option to pin the CLI version used by the action.

v1.7.0

Choose a tag to compare

@csasarak csasarak released this 14 May 16:09
3ebcea1

What's Changed

  • Adds an optional working directory option to change where FOSSA analyzes.

v1.6.0

Choose a tag to compare

@jssblck jssblck released this 20 Mar 23:40
c0a7d01

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

Choose a tag to compare

@jssblck jssblck released this 23 Jan 19:26
93a52ec

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@csasarak csasarak released this 06 Aug 21:28
09bcf12

What's Changed

Full Changelog: v1.3.3...v1.4.0

v1.3.3

Choose a tag to compare

@csasarak csasarak released this 15 Feb 21:26
47ef11b

Add support for passing a --project argument to fossa.

v1.3.2

Choose a tag to compare

@csasarak csasarak released this 14 Feb 21:58
32c7979
  • Switch action to use node20 before GH deprecates node16

v1.3.1

Choose a tag to compare

@saramaebee saramaebee released this 25 Apr 12:48
f61a4c0

Release v1.3.0 was cut on the same commit as v1.2.0. This release corrects that.