Releases: fossas/fossa-action
Releases · fossas/fossa-action
v1.5.0
What's Changed
- Adding team and policy by @saramaebee in #44
- Generate attribution report by @dylmye in #53, #57
- Add config option - Fixes #55 by @nficca in #59
- Screaming snake cases the examples in the readme by @pieterocp, @csasarak in #58
- Add a PR template. by @csasarak in #43
- Clarify action as a starting point by @jssblck in #51
- Dependabot configuration to update actions in workflow by @spatten in #47
- Bump actions/setup-node from 3 to 4 by @dependabot in #48
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #49
- Bump actions/checkout from 3 to 4 by @dependabot in #50
New Contributors
- @saramaebee made their first contribution in #44
- @dependabot made their first contribution in #48
- @jssblck made their first contribution in #51
- @dylmye made their first contribution in #53
- @nficca made their first contribution in #59
- @pieterocp made their first contribution in #58
Full Changelog: v1.4.0...v1.5.0
v1.4.0
v1.3.3
Add support for passing a --project
argument to fossa
.
v1.3.2
- Switch action to use node20 before GH deprecates node16
v1.3.1
Release v1.3.0 was cut on the same commit as v1.2.0. This release corrects that.
v1
Find license compliance and security issues in your applications with FOSSA in Github Actions. See our readme for more and fossa.com for even more!
v1.3.0
Fixes an issue with importing fs
(#23) (Major props to @shubham1172 🎉)
v1.2.0
Adds support for branch
option (#19).
v1.1.1
This release fixes a small typo in the action name.