diff --git a/.github/workflows/pre-submit.actions.yml b/.github/workflows/pre-submit.actions.yml index 1bc1ee2050..ca5978c952 100644 --- a/.github/workflows/pre-submit.actions.yml +++ b/.github/workflows/pre-submit.actions.yml @@ -22,7 +22,7 @@ jobs: # Split the command to ignore the `1` error `grep` returns when there is no match. results=$(grep -r --include='*.yml' --include='*.yaml' -e 'actions/checkout@\|actions/checkout-go@\|actions/checkout-node@' .github/actions/* || true) - results=$(grep -v 'checkout-go\|generate-builder' <<<"$results" || true) + results=$(grep -v 'checkout-go\|checkout-node\|generate-builder' <<<"$results" || true) if [[ "$results" != "" ]]; then echo "Some Actions are using 'actions/checkout'" echo "$results"