Releases: yokawasa/action-sqlcheck
Releases · yokawasa/action-sqlcheck
v1.5.0
What's Changed
- Add GitHub Actions workflow for testing this action (action-sqlcheck) by @yokawasa in #23
- adding \n as IFS so action can traverse directories/file names that c… by @ws-phil in #22
- Fix bug and deprecating set-output by @yokawasa in #24
- remove CHANGELOG by @yokawasa in #25
New Contributors
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Update jarulraj/sqlcheck to version 1.3 by @mmachatschek in #19
- Updated to yokawasa/action-sqlcheck@v1.4.0 in README by @yokawasa in #20
New Contributors
- @mmachatschek made their first contribution in #19
Full Changelog: v1.3.0...v1.4.0
v1.3.0
- Add input paramter
directories
that allow you to add path(s) of directory under which the action check any files whether they are part of the repository or not. By default, the action checks only files in PR queries - issue #16 - Add output variable
issue-found
that is a boolean value to indicate an issue was found in the files that sqlcheck action checked
v1.2.1
- No longer use the latest sqlcheck BUT
sqlcheck v1.2
for immutability - fix entrypoint.sh as sqlcheck v1.2 exits with code 0 even if anti-patterns or hints are found
- Change base image from alpine to ubuntu to speed up the action spin up
v1.1.0
- Fixup a bug (PR #12) thanks to @NathanBurkett - The cURL request fails if the repository is not public
v1.0.0
- Stable release
- Add Input parameter
verbose
to include verbose warning to the analysis result