Releases: Cardinal-Cryptography/github-actions-validator
Releases · Cardinal-Cryptography/github-actions-validator
v0.6.0
Actions in subdirectories are now allowed. For example, .github/actions/group/myaction/action.yaml
is now considered valid.
v0.5.3
Format the code and add badges
0.4.4
- Fixed invalid regular expression for checking
uses
value
- Fixed missing optional directory when download external actions and worklows from
uses
0.4.3
Fixes error when runs-on
is a list not a string. Now both are allowed
0.4.2
- Fixed app failing on external actions with sub-directories
- Fixed nil pointer reference error occurring when checking external actions
0.4.1
- Fixed a typo causing var names not being checked
0.4.0
- Added check for secrets and vars using a file with available names
0.3.2
- 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
- Removed Fprintf left when debugging
0.3.0
- Add checking env field for invalid step outputs