Inspectopedia 2024.3 Help

GitHub actions

Cyclic job dependency   New in this release

Detects cyclic dependencies for jobs in GitHub workflow YML file.

Invalid action parameters  

Reports the absence of mandatory parameters that do not have a default value for an action.

Invalid parameters   New in this release

Reports the absence of mandatory parameters that do not have a default value for an action.

Standard library functions validation   New in this release

Reports invalid GitHub Actions Expression language standard library function calls For more information on GitHub Actions Expression language, see the GitHub documentation.

Undefined action parameters  

Reports the presence of parameters which are not defined in an action.

Undefined action reference  

Detects unresolved action references in GitHub action and workflow files.

Undefined action/file reference   New in this release

Detects unresolved action references in GitHub action and workflow files.

Undefined job dependency   New in this release

Detects dependencies to undefined Jobs in GitHub workflow YML file.

Undefined parameters   New in this release

Reports the presence of parameters which are not defined in an action.

Last modified: 03 December 2024