- Fixing license checker
- Reverting Flutter test
- Trying to diagnose grep issue
- Updated to use license_checker2 as opposed to license_checker to properly support the new dart workspace.
- Fixed check for flutter to not false flag
flutter_lints
.
- Added check for build runner before attempting codegen
- Updated to codegen the example when codegen is true
- Added
skip_sarif
option.
- Fixed references to
sarif_category
.
- Added
sarif_category
to allow for multiple sarif files to be uploaded for monorepos.
- Added license checker to ensure non-OSS licensed dependencies get included.
- Fixed typo
- Added input for sarif file name.
- Explicitly defined pubspec.lock file
- Switching from reusable action to discrete steps.
- Trying the
1.6.2-beta1
listed in the docs.
- Added the Google osv-scanner to perform security scans.