Skip to content

Releases: Cardinal-Cryptography/github-actions-validator

v0.6.0

23 Oct 08:23
98c8b24
Compare
Choose a tag to compare

Actions in subdirectories are now allowed. For example, .github/actions/group/myaction/action.yaml is now considered valid.

v0.5.3

05 Oct 21:32
Compare
Choose a tag to compare
Format the code and add badges

0.4.4

04 Oct 06:58
1fb61e5
Compare
Choose a tag to compare
  • Fixed invalid regular expression for checking uses value
  • Fixed missing optional directory when download external actions and worklows from uses

0.4.3

06 Jun 10:06
Compare
Choose a tag to compare

Fixes error when runs-on is a list not a string. Now both are allowed

0.4.2

24 May 20:51
Compare
Choose a tag to compare
  • Fixed app failing on external actions with sub-directories
  • Fixed nil pointer reference error occurring when checking external actions

0.4.1

30 Mar 08:41
Compare
Choose a tag to compare
  • Fixed a typo causing var names not being checked

0.4.0

27 Mar 16:38
Compare
Choose a tag to compare
  • Added check for secrets and vars using a file with available names

0.3.2

25 Mar 20:54
Compare
Choose a tag to compare
  • Added warning when there is a reference to environment variable (using ${{ env.VAR }}) that has not been defined in the step, or job or globally, in the worklow

0.3.1

17 Mar 09:58
Compare
Choose a tag to compare
  • Removed Fprintf left when debugging

0.3.0

17 Mar 09:42
Compare
Choose a tag to compare
  • Add checking env field for invalid step outputs