CodeQL library for GitHub Actions
codeql/actions-all 0.4.27-dev (changelog, source)
Search

Predicate Bash::alphaNumericRegex

Holds if the given regex is used to match an alphanumeric string eg: ^[0-9a-zA-Z]{40}$, ^[0-9]+$ or ^[a-zA-Z0-9_]+$

Import path

import actions
string alphaNumericRegex()