aws-codeguru-cli
aws-codeguru-cli copied to clipboard
Command line wrapper to interact with CodeGuru Reviewer
`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/). This PR updates the usage of `set-output` to `$GITHUB_OUTPUT` Instructions for envvar usage from...
The `\` in `ZipUtilsTest.java` is not portable. Moreover, need to add more tests for other filesystems.
@martinschaef added a Checkstyle config. Now we need to make Checkstyle errors build-fatal and enforce the style on the current codebase until it doesn't fail anymore.
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...