Skip to content

Releases: a5k-actions/shellchecker

v0.1.8

13 Apr 15:09
c753d54

Choose a tag to compare

  • fix: prevent shell injection by using env variables for inputs and GitHub vars
  • feat: add verbose-logging option for enhanced debugging

v0.1.7

21 Dec 12:37
f07dede

Choose a tag to compare

  • Re-enable ".shellcheckrc" files in pull requests

v0.1.6

27 Oct 01:49
2156ec2

Choose a tag to compare

  • Improve shell scripts detection

v0.1.5

20 Oct 11:59
28788b8

Choose a tag to compare

  • Switch from the deprecated way of using set-output to the new one
  • Ignore the gradlew file by default (it can be overridden)

v0.1.4

16 Aug 21:01
c516fdf

Choose a tag to compare

  • Fix REUSE compliancy
  • Don't set severity if not specified
  • Do not use .shellcheckrc configuration files on pull requests to be safer
  • Do not enable optional checks on pull requests

v0.1.3

25 Dec 19:15
56acba6

Choose a tag to compare

  • Ignore error SC1091 on pull requests.

v0.1.2

17 Nov 18:24
1a96117

Choose a tag to compare

  • Various improvements.