Skip to content

Releases: yokawasa/action-sqlcheck

v1.5.0

09 Nov 02:53
559816b
Compare
Choose a tag to compare

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

10 May 02:27
18ce882
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

28 Jul 03:09
Compare
Choose a tag to compare
  • 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

21 Jun 14:32
501d117
Compare
Choose a tag to compare
  • 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

11 Mar 23:06
Compare
Choose a tag to compare
  • Fixup a bug (PR #12) thanks to @NathanBurkett - The cURL request fails if the repository is not public

v1.0.0

29 Feb 09:02
Compare
Choose a tag to compare
  • Stable release
  • Add Input parameter verbose to include verbose warning to the analysis result