Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.6.4] - 2026-06-18
### Fixed
- Corrected copyleft documentation in `README.md`: copyleft is determined by `scanoss.py` (`scanoss-py inspect copyleft`) using the OSADL checklist, including `-or-later` licenses, rather than the internal `license.utils.ts` list
### Removed
- Removed the unused default copyleft license list and its include/exclude/explicit parsing from `license.utils.ts` (dead code)
Comment on lines +10 to +14

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Add missing changelog reference link for version 1.6.4.

The new 1.6.4 entry is well-formatted and content is accurate, but it is missing the corresponding reference link at the bottom of the file. All other version entries (0.1.0 through 1.6.3) have reference links; this maintains the Keep a Changelog structure and ensures the release link is available.

🔗 Proposed addition to the end of CHANGELOG.md
 [1.6.3]: https://github.com/scanoss/gha-code-scan/compare/v1.6.2...v1.6.3
+[1.6.4]: https://github.com/scanoss/gha-code-scan/compare/v1.6.3...v1.6.4
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@CHANGELOG.md` around lines 10 - 14, The version 1.6.4 entry is missing its
corresponding reference link at the end of the CHANGELOG.md file. Add a
reference link for version 1.6.4 at the bottom of the file following the same
format and pattern used for all other version entries from 0.1.0 through 1.6.3.
Ensure the link maintains consistency with the Keep a Changelog structure and
includes the proper repository URL and version tag reference.


## [1.6.3] - 2026-05-19
### Changed
- Upgraded Node.js to 24
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scanoss-code-scan-action",
"description": "SCANOSS Code Scan Action",
"version": "1.6.3",
"version": "1.6.4",
"author": "SCANOSS",
"private": true,
"homepage": "https://github.com/scanoss/code-scan-action/",
Expand Down
Loading