@groovy.transform.CompileStatic class GrailsValidateActionsPlugin extends java.lang.Object implements Plugin<Project>
Registers validateActions, which checks the repository's GitHub Actions workflow files
against the ASF approved-actions policy. Intended for the root project, whose
.github/workflows directory is the one scanned.
Like validateDependencyVersions, the task is invoked explicitly by CI rather than
hung off check - it reaches the network, so it has no place in a local build.
| Type | Name and description |
|---|---|
static java.lang.String |
VALIDATE_ACTIONS_TASK_NAME |
| Constructor and description |
|---|
GrailsValidateActionsPlugin() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |