From 3fc217bf7e0ad22136bf7dc7ced3ab85015c1d4c Mon Sep 17 00:00:00 2001 From: Chloe Lin <55333255+Chloe2330@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:55:11 -0400 Subject: [PATCH] Delete actionlint directory Plan to reupload in submodule format --- actionlint/README.md | 43 - actionlint/read_csv.py | 75 - actionlint/results.json | 11417 -------------------------------------- actionlint/script.py | 176 - 4 files changed, 11711 deletions(-) delete mode 100644 actionlint/README.md delete mode 100644 actionlint/read_csv.py delete mode 100644 actionlint/results.json delete mode 100644 actionlint/script.py diff --git a/actionlint/README.md b/actionlint/README.md deleted file mode 100644 index d516189..0000000 --- a/actionlint/README.md +++ /dev/null @@ -1,43 +0,0 @@ -# Actionlint Script -## Run actionlint on every repository in the script's directory. - -### **Quick Start** -Clone this repository. -```bash -git clone https://github.com/Chloe2330/repo-runner.git -``` - -Install `actionlint` [here](https://github.com/rhysd/actionlint) in the same directory. - -Clone the repositories to run actionlint on. - -The following reposities were used to produce the output files in the sample results folder and the sample `output.json` file: -```bash -git clone https://github.com/abrt/abrt.git -git clone https://github.com/argoproj/argo-cd.git -git clone https://github.com/vmware/govmomi.git -git clone https://github.com/AcademySoftwareFoundation/openexr.git -git clone https://github.com/aliasrobotics/RVD.git -git clone https://github.com/appneta/tcpreplay.git -git clone https://github.com/YetiForceCompany/YetiForceCRM.git -``` - -If actionlint does not detect any issues with the workflow configuration file, the ouput text file will be empty. - -### **Usage** -`./script.py actionlint` runs actionlint on every repository\ -`./script.py --json` consolidates all text files in the results directory in an `output.json ` file\ -`./script.py --help` prints script usage\ -`./script.py --clear` deletes all folders and output files in the results directory - -### **Other Features** -`./read_csv.py [csv file name]` reads and downloads repositories from a csv file\ -`./read_csv.py --help` prints script usage - -### **Work in Progress** -- Fix issues with multiple arguments - -### **Additional Notes** -- `script.py` will run any command on every repository in its directory (i.e. `./script.py "git ls-remote --heads"`). -- `actionlint` is not compatible with workflows that do not use GitHub Actions (error: no project was found in any parent directories of "."). -- `read_csv.py` is only compatible with the csv format shown in `sample.csv`, modify the script based on the csv format that is being used diff --git a/actionlint/read_csv.py b/actionlint/read_csv.py deleted file mode 100644 index 0cdaf40..0000000 --- a/actionlint/read_csv.py +++ /dev/null @@ -1,75 +0,0 @@ -#!/usr/bin/env python3 -import os -import sys -import subprocess -import csv - -if (__name__ != "__main__"): - exit(1) - -if len(sys.argv) != 2: - print("Please enter a valid input.") - exit(1) - -if sys.argv[1] == "--help": - print("This script will download all the repositories in a csv file.") - print("Usage: read_csv.py [csv file name]") - print("Example: ./read_csv.py sample.csv") - exit(0) - -if sys.argv[1] == "--sparse-checkout": - # Access the script's directory and get all of its repositories - os.chdir(os.path.dirname(__file__)) - repos = [] - for item in os.listdir('.'): - if os.path.exists(item + "/.git/config"): - repos.append(item) - - # Execute the command on every repository in the folder - for repo in repos: - os.chdir(repo) - commandOne = ['git', 'sparse-checkout', 'init', '--cone'] - commandTwo = ['git', 'sparse-checkout', 'set', '.github/workflows'] - commandThree = ['git', 'checkout', '@'] - try: - # Set up sparse-checkout - subprocess.run(commandOne, check=True) - print(f"Sparse-checkout setup successfully: {repo}") - except subprocess.CalledProcessError as e: - print(f"Error setting up sparse-checkout repository {repo}: {e}") - try: - # Checkout the workflows folder - subprocess.run(commandTwo, check=True) - print(f"Successfully checked out workflows folder: {repo}") - except subprocess.CalledProcessError as e: - print(f"Error checking out workflows folder {repo}: {e}") - try: - # Switch to @ - subprocess.run(commandThree, check=True) - print(f"Switched to @: {repo}") - except subprocess.CalledProcessError as e: - print(f"Could not switch to @ {repo}: {e}") - os.chdir(os.path.dirname(__file__)) - exit(0) - -repos = [] - -os.chdir(os.path.dirname(__file__)) -file_name = sys.argv[1] -file_path = os.path.join(os.getcwd(), file_name) - -# Open the csv file and read its contents -with open(file_path, 'r') as file: - csv_reader = csv.DictReader(file, delimiter=',') - for row in csv_reader: - # Each 'row' variable represents a dictionary where keys are column names - repos.append(row["URL"]) - -for url in repos: - command = ['git', 'clone', '--no-checkout', url] - try: - # Clone each repository - subprocess.run(command, check=True) - print(f"Repository cloned successfully: {url}") - except subprocess.CalledProcessError as e: - print(f"Error cloning repository {url}: {e}") diff --git a/actionlint/results.json b/actionlint/results.json deleted file mode 100644 index d1bc0b9..0000000 --- a/actionlint/results.json +++ /dev/null @@ -1,11417 +0,0 @@ -[ - { - "name": [ - "ace" - ] - }, - { - "name": [ - "acme.sh" - ], - "errors": [ - { - "file": ".github/workflows/DNS.yml", - "line": 26, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "26 | run: |" - }, - { - "file": ".github/workflows/DNS.yml", - "line": 26, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "26 | run: |" - }, - { - "file": ".github/workflows/DragonFlyBSD.yml", - "line": 46, - "column": 26, - "message": "property \"acme_use_wget\" is not defined in object type {ca: string; ca_ecdsa: string; ca_email: string; test_acme_server: string; test_preferred_chain: string}", - "type": "expression", - "code": "46 | ACME_USE_WGET: ${{ matrix.ACME_USE_WGET }}" - }, - { - "file": ".github/workflows/NetBSD.yml", - "line": 46, - "column": 26, - "message": "property \"acme_use_wget\" is not defined in object type {ca: string; ca_ecdsa: string; ca_email: string; test_acme_server: string; test_preferred_chain: string}", - "type": "expression", - "code": "46 | ACME_USE_WGET: ${{ matrix.ACME_USE_WGET }}" - }, - { - "file": ".github/workflows/Ubuntu.yml", - "line": 66, - "column": 23, - "message": "property \"no_ecc_384\" is not defined in object type {acme_use_wget: number; ca: string; ca_ecdsa: string; ca_email: string; no_revoke: number; test_acme_server: string; test_ipcert: number; test_preferred_chain: string; testingdomain: string}", - "type": "expression", - "code": "66 | NO_ECC_384: ${{ matrix.NO_ECC_384 }}" - } - ] - }, - { - "name": [ - "AdGuardHome" - ], - "errors": [ - { - "file": ".github/workflows/build.yml", - "line": 49, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "49 | 'run': 'echo \"::set-output name=dir::$( npm config get cache )\"'" - }, - { - "file": ".github/workflows/build.yml", - "line": 90, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "90 | 'run': 'echo \"::set-output name=dir::$(npm config get cache)\"'" - } - ] - }, - { - "name": [ - "AdminLTE" - ] - }, - { - "name": [ - "AFNetworking" - ] - }, - { - "name": [ - "airflow" - ], - "errors": [ - { - "file": ".github/workflows/additional-ci-image-checks.yml", - "line": 106, - "column": 28, - "message": "input \"include-prod-images\" is typed as string by reusable workflow \"./.github/workflows/push-image-cache.yml\". bool value cannot be assigned", - "type": "expression", - "code": "106 | include-prod-images: \"false\"" - }, - { - "file": ".github/workflows/additional-ci-image-checks.yml", - "line": 107, - "column": 27, - "message": "input \"push-latest-images\" is typed as string by reusable workflow \"./.github/workflows/push-image-cache.yml\". bool value cannot be assigned", - "type": "expression", - "code": "107 | push-latest-images: \"false\"" - }, - { - "file": ".github/workflows/additional-ci-image-checks.yml", - "line": 112, - "column": 15, - "message": "input \"use-uv\" is typed as string by reusable workflow \"./.github/workflows/push-image-cache.yml\". bool value cannot be assigned", - "type": "expression", - "code": "112 | use-uv: \"true\"" - }, - { - "file": ".github/workflows/additional-ci-image-checks.yml", - "line": 160, - "column": 19, - "message": "input \"push-image\" is typed as string by reusable workflow \"./.github/workflows/ci-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "160 | push-image: \"false\"" - }, - { - "file": ".github/workflows/additional-ci-image-checks.yml", - "line": 168, - "column": 15, - "message": "input \"use-uv\" is typed as string by reusable workflow \"./.github/workflows/ci-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "168 | use-uv: \"true\"" - }, - { - "file": ".github/workflows/additional-prod-image-tests.yml", - "line": 68, - "column": 15, - "message": "input \"use-uv\" is typed as string by reusable workflow \"./.github/workflows/prod-image-extra-checks.yml\". bool value cannot be assigned", - "type": "expression", - "code": "68 | use-uv: \"true\"" - }, - { - "file": ".github/workflows/additional-prod-image-tests.yml", - "line": 70, - "column": 32, - "message": "input \"build-provider-packages\" is typed as string by reusable workflow \"./.github/workflows/prod-image-extra-checks.yml\". bool value cannot be assigned", - "type": "expression", - "code": "70 | build-provider-packages: ${{ inputs.default-branch == 'main' }}" - }, - { - "file": ".github/workflows/additional-prod-image-tests.yml", - "line": 85, - "column": 15, - "message": "input \"use-uv\" is typed as string by reusable workflow \"./.github/workflows/prod-image-extra-checks.yml\". bool value cannot be assigned", - "type": "expression", - "code": "85 | use-uv: \"false\"" - }, - { - "file": ".github/workflows/additional-prod-image-tests.yml", - "line": 87, - "column": 32, - "message": "input \"build-provider-packages\" is typed as string by reusable workflow \"./.github/workflows/prod-image-extra-checks.yml\". bool value cannot be assigned", - "type": "expression", - "code": "87 | build-provider-packages: ${{ inputs.default-branch == 'main' }}" - }, - { - "file": ".github/workflows/basic-tests.yml", - "line": 340, - "column": 22, - "message": "property \"image-tag\" is not defined in object type {basic-checks-only: string; canary-run: string; default-python-version: string; latest-versions-only: string; needs-api-codegen: string; run-www-tests: string; runs-on-as-json-public: string; skip-pre-commits: string}", - "type": "expression", - "code": "340 | IMAGE_TAG: ${{ inputs.image-tag }}" - }, - { - "file": ".github/workflows/build-images.yml", - "line": 181, - "column": 28, - "message": "input \"pull-request-target\" is typed as string by reusable workflow \"./.github/workflows/ci-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "181 | pull-request-target: \"true\"" - }, - { - "file": ".github/workflows/build-images.yml", - "line": 183, - "column": 19, - "message": "input \"push-image\" is typed as string by reusable workflow \"./.github/workflows/ci-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "183 | push-image: \"true\"" - }, - { - "file": ".github/workflows/build-images.yml", - "line": 184, - "column": 15, - "message": "input \"use-uv\" is typed as string by reusable workflow \"./.github/workflows/ci-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "184 | use-uv: \"true\"" - }, - { - "file": ".github/workflows/build-images.yml", - "line": 201, - "column": 42, - "message": "input \"generate-no-providers-constraints\" is typed as string by reusable workflow \"./.github/workflows/generate-constraints.yml\". bool value cannot be assigned", - "type": "expression", - "code": "201 | generate-no-providers-constraints: \"false\"" - }, - { - "file": ".github/workflows/build-images.yml", - "line": 204, - "column": 28, - "message": "property \"debug-resources\" is not defined in object type {chicken-egg-providers: string; ci-image-build: string; constraints-branch: string; default-branch: string; default-python-version: string; docker-cache: string; image-tag: string; is-airflow-runner: string; is-amd-runner: string; is-arm-runner: string; is-committer-build: string; is-k8s-runner: string; is-self-hosted-runner: string; is-vm-runner: string; prod-image-build: string; python-versions: string; python-versions-list-as-string: string; run-kubernetes-tests: string; run-tests: string; runs-on-as-json-default: string; runs-on-as-json-public: string; runs-on-as-json-self-hosted: string; target-commit-sha: string; upgrade-to-newer-dependencies: string}", - "type": "expression", - "code": "204 | debug-resources: ${{ needs.build-info.outputs.debug-resources }}" - }, - { - "file": ".github/workflows/build-images.yml", - "line": 222, - "column": 32, - "message": "input \"upload-package-artifact\" is typed as string by reusable workflow \"./.github/workflows/prod-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "222 | upload-package-artifact: \"true\"" - }, - { - "file": ".github/workflows/build-images.yml", - "line": 224, - "column": 28, - "message": "input \"pull-request-target\" is typed as string by reusable workflow \"./.github/workflows/prod-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "224 | pull-request-target: \"true\"" - }, - { - "file": ".github/workflows/build-images.yml", - "line": 226, - "column": 19, - "message": "input \"push-image\" is typed as string by reusable workflow \"./.github/workflows/prod-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "226 | push-image: \"true\"" - }, - { - "file": ".github/workflows/build-images.yml", - "line": 234, - "column": 32, - "message": "input \"build-provider-packages\" is typed as string by reusable workflow \"./.github/workflows/prod-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "234 | build-provider-packages: \"true\"" - }, - { - "file": ".github/workflows/ci.yml", - "line": 193, - "column": 15, - "message": "input \"use-uv\" is typed as string by reusable workflow \"./.github/workflows/ci-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "193 | use-uv: \"true\"" - }, - { - "file": ".github/workflows/ci.yml", - "line": 306, - "column": 9, - "message": "property \"skip-providers-tests\" is not defined in object type {affected-providers-list-as-string: string; all-python-versions-list-as-string: string; basic-checks-only: string; build-job-description: string; canary-run: string; chicken-egg-providers: string; ci-image-build: string; debug-resources: string; default-branch: string; default-constraints-branch: string; default-helm-version: string; default-kind-version: string; default-kubernetes-version: string; default-mysql-version: string; default-postgres-version: string; default-python-version: string; docker-cache: string; docs-build: string; docs-list-as-string: string; full-tests-needed: string; has-migrations: string; helm-test-packages: string; image-tag: string; in-workflow-build: string; include-success-outputs: string; is-airflow-runner: string; is-amd-runner: string; is-arm-runner: string; is-k8s-runner: string; is-self-hosted-runner: string; is-vm-runner: string; kubernetes-combos-list-as-string: string; kubernetes-versions-list-as-string: string; latest-versions-only: string; mypy-folders: string; mysql-exclude: string; mysql-versions: string; needs-api-codegen: string; needs-api-tests: string; needs-helm-tests: string; needs-mypy: string; parallel-test-types-list-as-string: string; postgres-exclude: string; postgres-versions: string; prod-image-build: string; providers-compatibility-checks: string; pull-request-labels: string; python-versions: string; python-versions-list-as-string: string; run-amazon-tests: string; run-coverage: string; run-kubernetes-tests: string; run-tests: string; run-www-tests: string; runs-on-as-json-default: string; runs-on-as-json-public: string; runs-on-as-json-self-hosted: string; skip-pre-commits: string; skip-provider-tests: string; source-head-repo: string; sqlite-exclude: string; upgrade-to-newer-dependencies: string}", - "type": "expression", - "code": "306 | if: >" - }, - { - "file": ".github/workflows/ci.yml", - "line": 357, - "column": 28, - "message": "input \"run-migration-tests\" is typed as string by reusable workflow \"./.github/workflows/run-unit-tests.yml\". bool value cannot be assigned", - "type": "expression", - "code": "357 | run-migration-tests: \"true\"" - }, - { - "file": ".github/workflows/ci.yml", - "line": 382, - "column": 28, - "message": "input \"run-migration-tests\" is typed as string by reusable workflow \"./.github/workflows/run-unit-tests.yml\". bool value cannot be assigned", - "type": "expression", - "code": "382 | run-migration-tests: \"true\"" - }, - { - "file": ".github/workflows/ci.yml", - "line": 408, - "column": 28, - "message": "input \"run-migration-tests\" is typed as string by reusable workflow \"./.github/workflows/run-unit-tests.yml\". bool value cannot be assigned", - "type": "expression", - "code": "408 | run-migration-tests: \"true\"" - }, - { - "file": ".github/workflows/ci.yml", - "line": 500, - "column": 32, - "message": "input \"upload-package-artifact\" is typed as string by reusable workflow \"./.github/workflows/prod-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "500 | upload-package-artifact: \"true\"" - }, - { - "file": ".github/workflows/ci.yml", - "line": 506, - "column": 19, - "message": "input \"push-image\" is typed as string by reusable workflow \"./.github/workflows/prod-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "506 | push-image: \"true\"" - }, - { - "file": ".github/workflows/ci.yml", - "line": 508, - "column": 32, - "message": "input \"build-provider-packages\" is typed as string by reusable workflow \"./.github/workflows/prod-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "508 | build-provider-packages: ${{ needs.build-info.outputs.default-branch == 'main' }}" - }, - { - "file": ".github/workflows/finalize-tests.yml", - "line": 84, - "column": 28, - "message": "property \"debug-resources\" is not defined in object type {branch: string; canary-run: string; constraints-branch: string; default-python-version: string; docker-cache: string; image-tag: string; in-workflow-build: string; include-success-outputs: string; python-versions: string; python-versions-list-as-string: string; runs-on-as-json-public: string; runs-on-as-json-self-hosted: string; upgrade-to-newer-dependencies: string}", - "type": "expression", - "code": "84 | DEBUG_RESOURCES: ${{ inputs.debug-resources}}" - }, - { - "file": ".github/workflows/finalize-tests.yml", - "line": 142, - "column": 28, - "message": "input \"include-prod-images\" is typed as string by reusable workflow \"./.github/workflows/push-image-cache.yml\". bool value cannot be assigned", - "type": "expression", - "code": "142 | include-prod-images: \"true\"" - }, - { - "file": ".github/workflows/finalize-tests.yml", - "line": 143, - "column": 27, - "message": "input \"push-latest-images\" is typed as string by reusable workflow \"./.github/workflows/push-image-cache.yml\". bool value cannot be assigned", - "type": "expression", - "code": "143 | push-latest-images: \"true\"" - }, - { - "file": ".github/workflows/finalize-tests.yml", - "line": 148, - "column": 15, - "message": "input \"use-uv\" is typed as string by reusable workflow \"./.github/workflows/push-image-cache.yml\". bool value cannot be assigned", - "type": "expression", - "code": "148 | use-uv: \"true\"" - }, - { - "file": ".github/workflows/finalize-tests.yml", - "line": 165, - "column": 28, - "message": "input \"include-prod-images\" is typed as string by reusable workflow \"./.github/workflows/push-image-cache.yml\". bool value cannot be assigned", - "type": "expression", - "code": "165 | include-prod-images: \"true\"" - }, - { - "file": ".github/workflows/finalize-tests.yml", - "line": 166, - "column": 27, - "message": "input \"push-latest-images\" is typed as string by reusable workflow \"./.github/workflows/push-image-cache.yml\". bool value cannot be assigned", - "type": "expression", - "code": "166 | push-latest-images: \"true\"" - }, - { - "file": ".github/workflows/finalize-tests.yml", - "line": 171, - "column": 15, - "message": "input \"use-uv\" is typed as string by reusable workflow \"./.github/workflows/push-image-cache.yml\". bool value cannot be assigned", - "type": "expression", - "code": "171 | use-uv: \"true\"" - }, - { - "file": ".github/workflows/prod-image-extra-checks.yml", - "line": 72, - "column": 32, - "message": "input \"upload-package-artifact\" is typed as string by reusable workflow \"./.github/workflows/prod-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "72 | upload-package-artifact: \"false\"" - }, - { - "file": ".github/workflows/prod-image-extra-checks.yml", - "line": 80, - "column": 19, - "message": "input \"push-image\" is typed as string by reusable workflow \"./.github/workflows/prod-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "80 | push-image: \"false\"" - }, - { - "file": ".github/workflows/prod-image-extra-checks.yml", - "line": 93, - "column": 32, - "message": "input \"upload-package-artifact\" is typed as string by reusable workflow \"./.github/workflows/prod-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "93 | upload-package-artifact: \"false\"" - }, - { - "file": ".github/workflows/prod-image-extra-checks.yml", - "line": 101, - "column": 19, - "message": "input \"push-image\" is typed as string by reusable workflow \"./.github/workflows/prod-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "101 | push-image: \"false\"" - }, - { - "file": ".github/workflows/prod-image-extra-checks.yml", - "line": 116, - "column": 32, - "message": "input \"upload-package-artifact\" is typed as string by reusable workflow \"./.github/workflows/prod-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "116 | upload-package-artifact: \"false\"" - }, - { - "file": ".github/workflows/prod-image-extra-checks.yml", - "line": 124, - "column": 19, - "message": "input \"push-image\" is typed as string by reusable workflow \"./.github/workflows/prod-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "124 | push-image: \"false\"" - }, - { - "file": ".github/workflows/prod-image-extra-checks.yml", - "line": 125, - "column": 15, - "message": "input \"use-uv\" is typed as string by reusable workflow \"./.github/workflows/prod-image-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "125 | use-uv: \"false\"" - }, - { - "file": ".github/workflows/push-image-cache.yml", - "line": 198, - "column": 62, - "message": "property \"python-version\" is not defined in object type {python: any}", - "type": "expression", - "code": "198 | - name: \"Push PROD ${{ inputs.cache-type }} cache: ${{ matrix.python-version }} ${{ inputs.platform }}\"" - }, - { - "file": ".github/workflows/special-tests.yml", - "line": 69, - "column": 29, - "message": "input \"downgrade-sqlalchemy\" is typed as string by reusable workflow \"./.github/workflows/run-unit-tests.yml\". bool value cannot be assigned", - "type": "expression", - "code": "69 | downgrade-sqlalchemy: \"true\"" - }, - { - "file": ".github/workflows/special-tests.yml", - "line": 78, - "column": 36, - "message": "property \"build-info\" is not defined in object type {}", - "type": "expression", - "code": "78 | include-success-outputs: ${{ needs.build-info.outputs.include-success-outputs }}" - }, - { - "file": ".github/workflows/special-tests.yml", - "line": 91, - "column": 21, - "message": "input \"upgrade-boto\" is typed as string by reusable workflow \"./.github/workflows/run-unit-tests.yml\". bool value cannot be assigned", - "type": "expression", - "code": "91 | upgrade-boto: \"true\"" - }, - { - "file": ".github/workflows/special-tests.yml", - "line": 100, - "column": 36, - "message": "property \"build-info\" is not defined in object type {}", - "type": "expression", - "code": "100 | include-success-outputs: ${{ needs.build-info.outputs.include-success-outputs }}" - }, - { - "file": ".github/workflows/special-tests.yml", - "line": 122, - "column": 36, - "message": "property \"build-info\" is not defined in object type {}", - "type": "expression", - "code": "122 | include-success-outputs: ${{ needs.build-info.outputs.include-success-outputs }}" - }, - { - "file": ".github/workflows/special-tests.yml", - "line": 144, - "column": 36, - "message": "property \"build-info\" is not defined in object type {}", - "type": "expression", - "code": "144 | include-success-outputs: ${{ needs.build-info.outputs.include-success-outputs }}" - }, - { - "file": ".github/workflows/special-tests.yml", - "line": 157, - "column": 27, - "message": "input \"downgrade-pendulum\" is typed as string by reusable workflow \"./.github/workflows/run-unit-tests.yml\". bool value cannot be assigned", - "type": "expression", - "code": "157 | downgrade-pendulum: \"true\"" - }, - { - "file": ".github/workflows/special-tests.yml", - "line": 166, - "column": 36, - "message": "property \"build-info\" is not defined in object type {}", - "type": "expression", - "code": "166 | include-success-outputs: ${{ needs.build-info.outputs.include-success-outputs }}" - }, - { - "file": ".github/workflows/special-tests.yml", - "line": 179, - "column": 22, - "message": "input \"enable-aip-44\" is typed as string by reusable workflow \"./.github/workflows/run-unit-tests.yml\". bool value cannot be assigned", - "type": "expression", - "code": "179 | enable-aip-44: \"false\"" - }, - { - "file": ".github/workflows/special-tests.yml", - "line": 188, - "column": 36, - "message": "property \"build-info\" is not defined in object type {}", - "type": "expression", - "code": "188 | include-success-outputs: ${{ needs.build-info.outputs.include-success-outputs }}" - }, - { - "file": ".github/workflows/special-tests.yml", - "line": 209, - "column": 36, - "message": "property \"build-info\" is not defined in object type {}", - "type": "expression", - "code": "209 | include-success-outputs: ${{ needs.build-info.outputs.include-success-outputs }}" - }, - { - "file": ".github/workflows/special-tests.yml", - "line": 230, - "column": 36, - "message": "property \"build-info\" is not defined in object type {}", - "type": "expression", - "code": "230 | include-success-outputs: ${{ needs.build-info.outputs.include-success-outputs }}" - }, - { - "file": ".github/workflows/special-tests.yml", - "line": 251, - "column": 36, - "message": "property \"build-info\" is not defined in object type {}", - "type": "expression", - "code": "251 | include-success-outputs: ${{ needs.build-info.outputs.include-success-outputs }}" - } - ] - }, - { - "name": [ - "alacritty" - ] - }, - { - "name": [ - "Alamofire" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 35, - "column": 21, - "message": "label \"firebreak\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "35 | runsOn: firebreak" - }, - { - "file": ".github/workflows/ci.yml", - "line": 40, - "column": 21, - "message": "label \"macOS-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "40 | runsOn: macOS-14" - }, - { - "file": ".github/workflows/ci.yml", - "line": 45, - "column": 21, - "message": "label \"macOS-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "45 | runsOn: macOS-14" - }, - { - "file": ".github/workflows/ci.yml", - "line": 84, - "column": 21, - "message": "label \"firebreak\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "84 | runsOn: firebreak" - }, - { - "file": ".github/workflows/ci.yml", - "line": 87, - "column": 21, - "message": "label \"macOS-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "87 | runsOn: macOS-14" - }, - { - "file": ".github/workflows/ci.yml", - "line": 90, - "column": 21, - "message": "label \"macOS-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "90 | runsOn: macOS-14" - }, - { - "file": ".github/workflows/ci.yml", - "line": 114, - "column": 21, - "message": "label \"firebreak\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "114 | runsOn: firebreak" - }, - { - "file": ".github/workflows/ci.yml", - "line": 119, - "column": 21, - "message": "label \"macOS-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "119 | runsOn: macOS-14" - }, - { - "file": ".github/workflows/ci.yml", - "line": 129, - "column": 21, - "message": "label \"firebreak\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "129 | runsOn: firebreak" - }, - { - "file": ".github/workflows/ci.yml", - "line": 150, - "column": 21, - "message": "label \"firebreak\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "150 | runsOn: firebreak" - }, - { - "file": ".github/workflows/ci.yml", - "line": 155, - "column": 21, - "message": "label \"macOS-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "155 | runsOn: macOS-14" - }, - { - "file": ".github/workflows/ci.yml", - "line": 165, - "column": 21, - "message": "label \"firebreak\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "165 | runsOn: firebreak" - }, - { - "file": ".github/workflows/ci.yml", - "line": 186, - "column": 21, - "message": "label \"firebreak\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "186 | runsOn: firebreak" - }, - { - "file": ".github/workflows/ci.yml", - "line": 207, - "column": 21, - "message": "label \"firebreak\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "207 | runsOn: firebreak" - }, - { - "file": ".github/workflows/ci.yml", - "line": 212, - "column": 21, - "message": "label \"macOS-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "212 | runsOn: macOS-14" - }, - { - "file": ".github/workflows/ci.yml", - "line": 222, - "column": 21, - "message": "label \"firebreak\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "222 | runsOn: firebreak" - }, - { - "file": ".github/workflows/ci.yml", - "line": 240, - "column": 21, - "message": "label \"firebreak\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "240 | runsOn: firebreak" - }, - { - "file": ".github/workflows/ci.yml", - "line": 244, - "column": 21, - "message": "label \"macOS-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "244 | runsOn: macOS-14" - }, - { - "file": ".github/workflows/ci.yml", - "line": 248, - "column": 21, - "message": "label \"macOS-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "248 | runsOn: macOS-14" - } - ] - }, - { - "name": [ - "alpine" - ] - }, - { - "name": [ - "angular" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 77, - "column": 14, - "message": "label \"ubuntu-latest-4core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "77 | runs-on: ubuntu-latest-4core" - }, - { - "file": ".github/workflows/ci.yml", - "line": 94, - "column": 15, - "message": "label \"ubuntu-latest-4core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "94 | labels: ubuntu-latest-4core" - }, - { - "file": ".github/workflows/ci.yml", - "line": 128, - "column": 15, - "message": "label \"ubuntu-latest-4core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "128 | labels: ubuntu-latest-4core" - }, - { - "file": ".github/workflows/ci.yml", - "line": 175, - "column": 14, - "message": "label \"ubuntu-latest-4core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "175 | runs-on: ubuntu-latest-4core" - }, - { - "file": ".github/workflows/ci.yml", - "line": 203, - "column": 14, - "message": "label \"ubuntu-latest-4core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "203 | runs-on: ubuntu-latest-4core" - } - ] - }, - { - "name": [ - "angular-cli" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 121, - "column": 19, - "message": "value \"${{ github.event_name != 'pull_request' && 'none' || '18' }}\" in \"exclude\" does not match in matrix \"node\" combinations. possible values are \"18\", \"20\"", - "type": "matrix", - "code": "121 | - node: ${{ github.event_name != 'pull_request' && 'none' || '18' }}" - }, - { - "file": ".github/workflows/ci.yml", - "line": 123, - "column": 17, - "message": "value \"${{ github.event_name != 'pull_request' && 'none' || 'windows-latest' }}\" in \"exclude\" does not match in matrix \"os\" combinations. possible values are \"ubuntu-latest\", \"windows-latest\"", - "type": "matrix", - "code": "123 | - os: ${{ github.event_name != 'pull_request' && 'none' || 'windows-latest' }}" - } - ] - }, - { - "name": [ - "angular.js" - ] - }, - { - "name": [ - "animate.css" - ] - }, - { - "name": [ - "ansible" - ] - }, - { - "name": [ - "ant-design" - ] - }, - { - "name": [ - "ant-design-pro" - ], - "errors": [ - { - "file": ".github/workflows/preview-deploy.yml", - "line": 29, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "29 | run: echo \"::set-output name=id::$(> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "87 | run: echo \"::set-output name=id::$( string}}; timestamp: {conclusion: string; outcome: string; outputs: {string => string}}}", - "type": "expression", - "code": "143 | if: steps.run_result.outputs.run_result != 'success'" - }, - { - "file": ".github/workflows/pr-cypress.yml", - "line": 21, - "column": 19, - "message": "input \"skip-tests\" is typed as string by reusable workflow \"./.github/workflows/server-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "21 | skip-tests: true" - }, - { - "file": ".github/workflows/pr-cypress.yml", - "line": 30, - "column": 25, - "message": "input \"check-test-files\" is typed as string by reusable workflow \"./.github/workflows/client-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "30 | check-test-files: \"true\"" - }, - { - "file": ".github/workflows/rts-build.yml", - "line": 35, - "column": 14, - "message": "label \"appsmith-self-hosted-deployment-runner\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "35 | runs-on: appsmith-self-hosted-deployment-runner" - }, - { - "file": ".github/workflows/server-build.yml", - "line": 28, - "column": 14, - "message": "label \"ubuntu-latest-8-cores\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "28 | runs-on: ubuntu-latest-8-cores" - }, - { - "file": ".github/workflows/test-build-docker-image.yml", - "line": 70, - "column": 19, - "message": "input \"skip-tests\" is typed as string by reusable workflow \"./.github/workflows/server-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "70 | skip-tests: true" - }, - { - "file": ".github/workflows/test-build-docker-image.yml", - "line": 121, - "column": 19, - "message": "input \"skip-tests\" is typed as string by reusable workflow \"./.github/workflows/server-build.yml\". bool value cannot be assigned", - "type": "expression", - "code": "121 | skip-tests: false" - }, - { - "file": ".github/workflows/test-build-docker-image.yml", - "line": 301, - "column": 13, - "message": "property \"run_result\" is not defined in object type {}", - "type": "expression", - "code": "301 | if: steps.run_result.outputs.run_result != 'success'" - }, - { - "file": ".github/workflows/test-build-docker-image.yml", - "line": 376, - "column": 13, - "message": "property \"run_result\" is not defined in object type {}", - "type": "expression", - "code": "376 | if: steps.run_result.outputs.run_result != 'success'" - }, - { - "file": ".github/workflows/test-build-docker-image.yml", - "line": 436, - "column": 211, - "message": "property \"merge\" is not defined in object type {}", - "type": "expression", - "code": "376 | if: steps.run_result.outputs.run_result != 'success'" - } - ] - }, - { - "name": [ - "appwrite" - ] - }, - { - "name": [ - "arthas" - ], - "errors": [ - { - "file": ".github/workflows/test.yaml", - "line": 45, - "column": 13, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "45 | - macos-14" - } - ] - }, - { - "name": [ - "aseprite" - ] - }, - { - "name": [ - "aspnetcore" - ] - }, - { - "name": [ - "async" - ] - }, - { - "name": [ - "atom" - ] - }, - { - "name": [ - "autoprefixer" - ] - }, - { - "name": [ - "Avalonia" - ] - }, - { - "name": [ - "awesome" - ] - }, - { - "name": [ - "awesome-docker" - ] - }, - { - "name": [ - "awesome-go" - ] - }, - { - "name": [ - "awesome-selfhosted" - ] - }, - { - "name": [ - "awesome-vue" - ] - }, - { - "name": [ - "axios" - ], - "errors": [ - { - "file": ".github/workflows/publish.yml", - "line": 80, - "column": 63, - "message": "property \"tag\" is not defined in object type {}", - "type": "expression", - "code": "80 | run: node ./bin/actions/notify_published.js --tag ${{ github.event.inputs.tag || github.event.release.tag_name }}" - } - ] - }, - { - "name": [ - "babel" - ] - }, - { - "name": [ - "bat" - ] - }, - { - "name": [ - "beego" - ], - "errors": [ - { - "file": ".github/workflows/test.yml", - "line": 110, - "column": 75, - "message": "property access of object must be type of string but got \"number\"", - "type": "expression", - "code": "110 | ORM_SOURCE: host=localhost port=${{ job.services.postgres.ports[5432] }} user=postgres password=postgres dbname=orm_test sslmode=disable" - } - ] - }, - { - "name": [ - "bevy" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 75, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "75 | runs-on: macos-14" - }, - { - "file": ".github/workflows/ci.yml", - "line": 234, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "234 | runs-on: macos-14" - }, - { - "file": ".github/workflows/validation-jobs.yml", - "line": 33, - "column": 49, - "message": "property \"toolchain\" is not defined in object type {}", - "type": "expression", - "code": "33 | key: ${{ runner.os }}-ios-install-${{ matrix.toolchain }}-${{ hashFiles('**/Cargo.lock') }}" - } - ] - }, - { - "name": [ - "bitcoin" - ] - }, - { - "name": [ - "black" - ], - "errors": [ - { - "file": ".github/workflows/diff_shades.yml", - "line": 36, - "column": 91, - "message": "property \"mode\" is not defined in object type {}", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/docker.yml", - "line": 69, - "column": 23, - "message": "property \"docker_build\" is not defined in object type {}", - "type": "expression", - "code": "69 | run: echo ${{ steps.docker_build.outputs.digest }}" - } - ] - }, - { - "name": [ - "bootstrap" - ] - }, - { - "name": [ - "brackets" - ] - }, - { - "name": [ - "brew" - ], - "errors": [ - { - "file": ".github/workflows/pkg-installer.yml", - "line": 141, - "column": 21, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "141 | - runner: macos-14" - }, - { - "file": ".github/workflows/sorbet.yml", - "line": 24, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "24 | runs-on: macos-14" - }, - { - "file": ".github/workflows/tests.yml", - "line": 166, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "166 | runs-on: macos-14" - }, - { - "file": ".github/workflows/tests.yml", - "line": 271, - "column": 22, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "271 | runs-on: macos-14" - }, - { - "file": ".github/workflows/tests.yml", - "line": 311, - "column": 22, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "311 | runs-on: macos-14" - }, - { - "file": ".github/workflows/tests.yml", - "line": 415, - "column": 22, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "415 | runs-on: macos-14" - }, - { - "file": ".github/workflows/vendor-gems.yml", - "line": 35, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "35 | runs-on: macos-14" - } - ] - }, - { - "name": [ - "bulma" - ] - }, - { - "name": [ - "caddy" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 48, - "column": 21, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "48 | OS_LABEL: macos-14" - }, - { - "file": ".github/workflows/lint.yml", - "line": 35, - "column": 21, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "35 | OS_LABEL: macos-14" - } - ] - }, - { - "name": [ - "caffe" - ] - }, - { - "name": [ - "ccxt" - ] - }, - { - "name": [ - "celery" - ] - }, - { - "name": [ - "certbot" - ] - }, - { - "name": [ - "chakra-ui" - ] - }, - { - "name": [ - "chalk" - ] - }, - { - "name": [ - "Chart.js" - ] - }, - { - "name": [ - "cheerio" - ] - }, - { - "name": [ - "cli" - ] - }, - { - "name": [ - "ClickHouse" - ] - }, - { - "name": [ - "cmder" - ] - }, - { - "name": [ - "cobra" - ], - "errors": [ - { - "file": ".github/workflows/test.yml", - "line": 115, - "column": 35, - "message": "property \"go\" is not defined in object type {}", - "type": "expression", - "code": "115 | key: ${{ runner.os }}-${{ matrix.go }}-${{ hashFiles('**/go.sum') }}" - }, - { - "file": ".github/workflows/test.yml", - "line": 116, - "column": 44, - "message": "property \"go\" is not defined in object type {}", - "type": "expression", - "code": "116 | restore-keys: ${{ runner.os }}-${{ matrix.go }}-" - } - ] - }, - { - "name": [ - "cockroach" - ], - "errors": [ - { - "file": ".github/workflows/crdb-api-client-npm-publish.yml", - "line": 93, - "column": 61, - "message": "got unexpected character '\\\\' while lexing expression, expecting 'a'..'z', 'A'..'Z', '_', '0'..'9', ''', '}', '(', ')', '", - "type": "', ']', '.', '!', '<', '>', '=', '&', '|', '*', ',', ' ' [expression", - "code": "" - }, - { - "file": ".github/workflows/crdb-api-client-npm-publish.yml", - "line": 101, - "column": 61, - "message": "got unexpected character '\\\\' while lexing expression, expecting 'a'..'z', 'A'..'Z', '_', '0'..'9', ''', '}', '(', ')', '", - "type": "', ']', '.', '!', '<', '>', '=', '&', '|', '*', ',', ' ' [expression", - "code": "" - }, - { - "file": ".github/workflows/github-actions-essential-ci.yml", - "line": 47, - "column": 28, - "message": "label \"basic_big_runner_group\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "47 | runs-on: [self-hosted, basic_big_runner_group]" - }, - { - "file": ".github/workflows/github-actions-essential-ci.yml", - "line": 70, - "column": 28, - "message": "label \"basic_runner_group\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "70 | runs-on: [self-hosted, basic_runner_group]" - }, - { - "file": ".github/workflows/github-actions-essential-ci.yml", - "line": 84, - "column": 28, - "message": "label \"basic_runner_group\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "84 | runs-on: [self-hosted, basic_runner_group]" - }, - { - "file": ".github/workflows/github-actions-essential-ci.yml", - "line": 102, - "column": 28, - "message": "label \"basic_big_runner_group\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "102 | runs-on: [self-hosted, basic_big_runner_group]" - }, - { - "file": ".github/workflows/github-actions-essential-ci.yml", - "line": 122, - "column": 28, - "message": "label \"basic_big_runner_group\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "122 | runs-on: [self-hosted, basic_big_runner_group]" - }, - { - "file": ".github/workflows/github-actions-essential-ci.yml", - "line": 143, - "column": 28, - "message": "label \"basic_big_runner_group\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "143 | runs-on: [self-hosted, basic_big_runner_group]" - }, - { - "file": ".github/workflows/github-actions-essential-ci.yml", - "line": 163, - "column": 28, - "message": "label \"basic_runner_group_fips\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "163 | runs-on: [self-hosted, basic_runner_group_fips]" - }, - { - "file": ".github/workflows/github-actions-essential-ci.yml", - "line": 183, - "column": 28, - "message": "label \"basic_runner_group\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "183 | runs-on: [self-hosted, basic_runner_group]" - }, - { - "file": ".github/workflows/github-actions-essential-ci.yml", - "line": 201, - "column": 28, - "message": "label \"basic_runner_group\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "201 | runs-on: [self-hosted, basic_runner_group]" - }, - { - "file": ".github/workflows/github-actions-essential-ci.yml", - "line": 219, - "column": 28, - "message": "label \"basic_runner_group\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "219 | runs-on: [self-hosted, basic_runner_group]" - }, - { - "file": ".github/workflows/github-actions-essential-ci.yml", - "line": 237, - "column": 28, - "message": "label \"basic_runner_group\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "237 | runs-on: [self-hosted, basic_runner_group]" - }, - { - "file": ".github/workflows/github-actions-essential-ci.yml", - "line": 255, - "column": 28, - "message": "label \"basic_runner_group\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "255 | runs-on: [self-hosted, basic_runner_group]" - }, - { - "file": ".github/workflows/github-actions-essential-ci.yml", - "line": 273, - "column": 28, - "message": "label \"basic_runner_group\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "273 | runs-on: [self-hosted, basic_runner_group]" - }, - { - "file": ".github/workflows/github-actions-essential-ci.yml", - "line": 293, - "column": 28, - "message": "label \"basic_runner_group\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "293 | runs-on: [self-hosted, basic_runner_group]" - } - ] - }, - { - "name": [ - "code-server" - ] - }, - { - "name": [ - "CodeMirror" - ] - }, - { - "name": [ - "commander.js" - ] - }, - { - "name": [ - "components" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 132, - "column": 14, - "message": "label \"ubuntu-latest-4core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "132 | runs-on: ubuntu-latest-4core" - }, - { - "file": ".github/workflows/ci.yml", - "line": 153, - "column": 14, - "message": "label \"ubuntu-latest-4core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "153 | runs-on: ubuntu-latest-4core" - }, - { - "file": ".github/workflows/ci.yml", - "line": 174, - "column": 14, - "message": "label \"ubuntu-latest-16core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "174 | runs-on: ubuntu-latest-16core" - }, - { - "file": ".github/workflows/ci.yml", - "line": 195, - "column": 14, - "message": "label \"ubuntu-latest-4core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "195 | runs-on: ubuntu-latest-4core" - }, - { - "file": ".github/workflows/ci.yml", - "line": 217, - "column": 14, - "message": "label \"ubuntu-latest-4core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "217 | runs-on: ubuntu-latest-4core" - }, - { - "file": ".github/workflows/ci.yml", - "line": 249, - "column": 14, - "message": "label \"ubuntu-latest-4core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "249 | runs-on: ubuntu-latest-4core" - }, - { - "file": ".github/workflows/ci.yml", - "line": 275, - "column": 14, - "message": "label \"ubuntu-latest-4core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "275 | runs-on: ubuntu-latest-4core" - }, - { - "file": ".github/workflows/scheduled-ci.yml", - "line": 19, - "column": 14, - "message": "label \"ubuntu-latest-4core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "19 | runs-on: ubuntu-latest-4core" - }, - { - "file": ".github/workflows/scheduled-ci.yml", - "line": 44, - "column": 14, - "message": "label \"ubuntu-latest-4core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "44 | runs-on: ubuntu-latest-4core" - }, - { - "file": ".github/workflows/scheduled-ci.yml", - "line": 71, - "column": 14, - "message": "label \"ubuntu-latest-4core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "71 | runs-on: ubuntu-latest-4core" - } - ] - }, - { - "name": [ - "compose" - ], - "errors": [ - { - "file": ".github/workflows/merge.yml", - "line": 28, - "column": 14, - "message": "label \"desktop-windows\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "28 | os: [desktop-windows, desktop-macos, desktop-m1]" - }, - { - "file": ".github/workflows/merge.yml", - "line": 28, - "column": 31, - "message": "label \"desktop-macos\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "28 | os: [desktop-windows, desktop-macos, desktop-m1]" - }, - { - "file": ".github/workflows/merge.yml", - "line": 28, - "column": 46, - "message": "label \"desktop-m1\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "28 | os: [desktop-windows, desktop-macos, desktop-m1]" - } - ] - }, - { - "name": [ - "composer" - ] - }, - { - "name": [ - "core" - ] - }, - { - "name": [ - "core-js" - ] - }, - { - "name": [ - "CppCoreGuidelines" - ] - }, - { - "name": [ - "cpython" - ], - "errors": [ - { - "file": ".github/workflows/jit.yml", - "line": 61, - "column": 21, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "61 | runner: macos-14" - } - ] - }, - { - "name": [ - "create-react-app" - ] - }, - { - "name": [ - "curl" - ], - "errors": [ - { - "file": ".github/workflows/linux32.yml", - "line": 93, - "column": 24, - "message": "property \"tflags\" is not defined in object type {configure: string; install_packages: string; name: string}", - "type": "expression", - "code": "93 | TFLAGS: \"${{ matrix.build.tflags }}\"" - }, - { - "file": ".github/workflows/ngtcp2-linux.yml", - "line": 157, - "column": 13, - "message": "if: condition \"steps.cache-wolfssl.outputs.cache-hit != 'true' || ${{ env.wolfssl-version }} == 'master'\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "157 | - if: steps.cache-wolfssl.outputs.cache-hit != 'true' || ${{ env.wolfssl-version }} == 'master'" - }, - { - "file": ".github/workflows/ngtcp2-linux.yml", - "line": 265, - "column": 24, - "message": "property \"tflags\" is not defined in object type {configure: string; name: string}", - "type": "expression", - "code": "265 | TFLAGS: \"${{ matrix.build.tflags }}\"" - }, - { - "file": ".github/workflows/ngtcp2-linux.yml", - "line": 270, - "column": 24, - "message": "property \"tflags\" is not defined in object type {configure: string; name: string}", - "type": "expression", - "code": "270 | TFLAGS: \"${{ matrix.build.tflags }}\"" - }, - { - "file": ".github/workflows/osslq-linux.yml", - "line": 85, - "column": 22, - "message": "property \"install_steps\" is not defined in object type {configure: string; name: string}", - "type": "expression", - "code": "85 | if: contains(matrix.build.install_steps, 'openssl3')" - }, - { - "file": ".github/workflows/osslq-linux.yml", - "line": 104, - "column": 22, - "message": "property \"install_steps\" is not defined in object type {configure: string; name: string}", - "type": "expression", - "code": "104 | if: contains(matrix.build.install_steps, 'quictls')" - }, - { - "file": ".github/workflows/osslq-linux.yml", - "line": 231, - "column": 24, - "message": "property \"tflags\" is not defined in object type {configure: string; name: string}", - "type": "expression", - "code": "231 | TFLAGS: \"${{ matrix.build.tflags }}\"" - }, - { - "file": ".github/workflows/quiche-linux.yml", - "line": 205, - "column": 24, - "message": "property \"tflags\" is not defined in object type {configure: string; install: string; install_steps: string; name: string}", - "type": "expression", - "code": "205 | TFLAGS: \"${{ matrix.build.tflags }}\"" - }, - { - "file": ".github/workflows/quiche-linux.yml", - "line": 210, - "column": 24, - "message": "property \"tflags\" is not defined in object type {configure: string; install: string; install_steps: string; name: string}", - "type": "expression", - "code": "210 | TFLAGS: \"${{ matrix.build.tflags }}\"" - }, - { - "file": ".github/workflows/wolfssl.yml", - "line": 105, - "column": 24, - "message": "property \"tflags\" is not defined in object type {configure: string; install: string; name: string; wolfssl-configure: string}", - "type": "expression", - "code": "105 | TFLAGS: \"${{ matrix.build.tflags }}\"" - } - ] - }, - { - "name": [ - "cypress" - ], - "errors": [ - { - "file": ".github/workflows/triage_handle_new_comments.yml", - "line": 21, - "column": 24, - "message": "property \"workflow_deploy_key\" is not defined in object type {actions_runner_debug: string; actions_step_debug: string; github_token: string; triage_board_token: string}", - "type": "expression", - "code": "21 | ssh-key: ${{ secrets.WORKFLOW_DEPLOY_KEY }}" - } - ] - }, - { - "name": [ - "d2l-en" - ] - }, - { - "name": [ - "d3" - ] - }, - { - "name": [ - "dapr" - ], - "errors": [ - { - "file": ".github/workflows/dapr.yml", - "line": 383, - "column": 13, - "message": "property \"target_os\" is not defined in object type {}", - "type": "expression", - "code": "383 | if: matrix.target_os != 'darwin'" - }, - { - "file": ".github/workflows/dapr.yml", - "line": 620, - "column": 13, - "message": "if: condition \"${{ env.LATEST_RELEASE }} == \\\"true\\\" && env.DOCKER_REGISTRY != ''\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "620 | if: ${{ env.LATEST_RELEASE }} == \"true\" && env.DOCKER_REGISTRY != ''" - }, - { - "file": ".github/workflows/dapr.yml", - "line": 627, - "column": 13, - "message": "if: condition \"${{ env.LATEST_RELEASE }} == \\\"true\\\" && env.DOCKER_REGISTRY != ''\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "627 | if: ${{ env.LATEST_RELEASE }} == \"true\" && env.DOCKER_REGISTRY != ''" - } - ] - }, - { - "name": [ - "date-fns" - ] - }, - { - "name": [ - "dayjs" - ], - "errors": [ - { - "file": ".github/workflows/check.yml", - "line": 19, - "column": 27, - "message": "property \"node-version\" is not defined in object type {node: number}", - "type": "expression", - "code": "19 | node-version: ${{ matrix.node-version }}" - } - ] - }, - { - "name": [ - "dbeaver" - ] - }, - { - "name": [ - "DeepSpeech" - ], - "errors": [ - { - "file": ".github/workflows/build-and-test.yml", - "line": 1586, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "1586 | run: |" - }, - { - "file": ".github/workflows/build-and-test.yml", - "line": 1654, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "1654 | run: |" - }, - { - "file": ".github/workflows/build-and-test.yml", - "line": 1997, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "1997 | run: |" - }, - { - "file": ".github/workflows/build-and-test.yml", - "line": 2065, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "2065 | run: |" - } - ] - }, - { - "name": [ - "DefinitelyTyped" - ] - }, - { - "name": [ - "deno" - ], - "errors": [ - { - "file": ".github/workflows/cargo_publish.yml", - "line": 8, - "column": 14, - "message": "label \"ubuntu-20.04-xl\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "8 | runs-on: ubuntu-20.04-xl" - }, - { - "file": ".github/workflows/ci.yml", - "line": 71, - "column": 21, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "71 | runner: macos-14" - }, - { - "file": ".github/workflows/ci.yml", - "line": 118, - "column": 21, - "message": "label \"ubicloud-standard-16-arm\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "118 | runner: ubicloud-standard-16-arm" - }, - { - "file": ".github/workflows/ci.yml", - "line": 123, - "column": 21, - "message": "label \"ubicloud-standard-16-arm\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "123 | runner: ubicloud-standard-16-arm" - }, - { - "file": ".github/workflows/wpt_epoch.yml", - "line": 23, - "column": 14, - "message": "label \"ubuntu-22.04-xl\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "23 | os: [ubuntu-22.04-xl]" - } - ] - }, - { - "name": [ - "detectron2" - ] - }, - { - "name": [ - "devise" - ] - }, - { - "name": [ - "directus" - ] - }, - { - "name": [ - "discord.js" - ] - }, - { - "name": [ - "discourse" - ], - "errors": [ - { - "file": ".github/workflows/tests.yml", - "line": 344, - "column": 14, - "message": "label \"ubuntu-20.04-8core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "344 | runs-on: ubuntu-20.04-8core" - } - ] - }, - { - "name": [ - "django" - ] - }, - { - "name": [ - "django-rest-framework" - ] - }, - { - "name": [ - "docsify" - ], - "errors": [ - { - "file": ".github/workflows/test.yml", - "line": 72, - "column": 21, - "message": "property \"os\" is not defined in object type {node-version: string}", - "type": "expression", - "code": "72 | name: ${{ matrix.os }}-${{ matrix.node-version }}-artifacts" - } - ] - }, - { - "name": [ - "docusaurus" - ] - }, - { - "name": [ - "dokku" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 100, - "column": 14, - "message": "label \"buildjet-4vcpu-ubuntu-2204-arm\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "100 | runs-on: buildjet-4vcpu-ubuntu-2204-arm" - } - ] - }, - { - "name": [ - "draft-js" - ] - }, - { - "name": [ - "drawio" - ] - }, - { - "name": [ - "drone" - ] - }, - { - "name": [ - "druid" - ] - }, - { - "name": [ - "dubbo" - ], - "errors": [ - { - "file": ".github/workflows/build-and-test-pr.yml", - "line": 161, - "column": 29, - "message": "property \"os\" is not defined in object type {}", - "type": "expression", - "code": "161 | if: ${{ startsWith( matrix.os, 'windows') && steps.cache-zookeeper.outputs.cache-hit != 'true' }}" - }, - { - "file": ".github/workflows/build-and-test-pr.yml", - "line": 201, - "column": 25, - "message": "property \"case-role\" is not defined in object type {}", - "type": "expression", - "code": "201 | CURRENT_ROLE: ${{ matrix.case-role }}" - }, - { - "file": ".github/workflows/build-and-test-pr.yml", - "line": 207, - "column": 31, - "message": "property \"jdk\" is not defined in object type {}", - "type": "expression", - "code": "207 | - name: \"Set up JDK ${{ matrix.jdk }}\"" - } - ] - }, - { - "name": [ - "echarts" - ] - }, - { - "name": [ - "echo" - ], - "errors": [ - { - "file": ".github/workflows/checks.yml", - "line": 26, - "column": 29, - "message": "property \"go\" is not defined in object type {}", - "type": "expression", - "code": "26 | - name: Set up Go ${{ matrix.go }}" - }, - { - "file": ".github/workflows/echo.yml", - "line": 66, - "column": 29, - "message": "property \"go\" is not defined in object type {}", - "type": "expression", - "code": "66 | - name: Set up Go ${{ matrix.go }}" - } - ] - }, - { - "name": [ - "elasticsearch" - ] - }, - { - "name": [ - "electron" - ] - }, - { - "name": [ - "electron-react-boilerplate" - ] - }, - { - "name": [ - "element" - ], - "errors": [ - { - "file": ".github/workflows/preview-deploy.yml", - "line": 22, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "22 | run: echo \"::set-output name=id::$(> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "72 | run: echo \"::set-output name=id::$( string}}; data: {conclusion: string; outcome: string; outputs: {string => string}}; env: {conclusion: string; outcome: string; outputs: {string => string}}; started: {conclusion: string; outcome: string; outputs: {string => string}}; summary: {conclusion: string; outcome: string; outputs: {string => string}}}", - "type": "expression", - "code": "41 | config: ${{ steps.config.outputs.config }}" - }, - { - "file": ".github/workflows/_run.yml", - "line": 218, - "column": 40, - "message": "property \"ssh-key\" is not defined in object type {args: string; bazel-extra: string; bazel-rbe-jobs: number; cache-build-image: string; catch-errors: bool; checkout-extra: string; command: string; container-command: string; container-output: string; diskspace-hack: bool; diskspace-hack-paths: string; downloads: string; entrypoint: string; error-match: string; fail-match: string; notice-match: string; output-path: string; rbe: bool; repo-fetch-depth: number; report-post: string; report-pre: string; request: string; runs-on: string; skip: bool; source: string; steps-post: string; steps-post-name: string; steps-pre: string; steps-pre-name: string; summary-post: string; target: string; temp-dir: string; timeout-minutes: number; trusted: bool; upload-name: string; upload-path: string; warning-match: string; working-directory: string}", - "type": "expression", - "code": "218 | ssh-key: ${{ inputs.trusted && inputs.ssh-key || '' }}" - }, - { - "file": ".github/workflows/_run.yml", - "line": 228, - "column": 40, - "message": "property \"ssh-key-extra\" is not defined in object type {args: string; bazel-extra: string; bazel-rbe-jobs: number; cache-build-image: string; catch-errors: bool; checkout-extra: string; command: string; container-command: string; container-output: string; diskspace-hack: bool; diskspace-hack-paths: string; downloads: string; entrypoint: string; error-match: string; fail-match: string; notice-match: string; output-path: string; rbe: bool; repo-fetch-depth: number; report-post: string; report-pre: string; request: string; runs-on: string; skip: bool; source: string; steps-post: string; steps-post-name: string; steps-pre: string; steps-pre-name: string; summary-post: string; target: string; temp-dir: string; timeout-minutes: number; trusted: bool; upload-name: string; upload-path: string; warning-match: string; working-directory: string}", - "type": "expression", - "code": "228 | ssh-key: ${{ inputs.trusted && inputs.ssh-key-extra || '' }}" - }, - { - "file": ".github/workflows/envoy-macos.yml", - "line": 52, - "column": 22, - "message": "property \"steps-pre\" is not defined in object type {name: string; source: string; target: string}", - "type": "expression", - "code": "52 | steps-pre: ${{ matrix.steps-pre }}" - }, - { - "file": ".github/workflows/envoy-release.yml", - "line": 10, - "column": 5, - "message": "\"branches\" filter is not available for release event. it is only for push, pull_request, pull_request_target, workflow_run events", - "type": "events", - "code": "10 | branches:" - }, - { - "file": ".github/workflows/mobile-compile_time_options.yml", - "line": 85, - "column": 22, - "message": "property \"steps-pre\" is not defined in object type {args: string; name: string; source: string}", - "type": "expression", - "code": "85 | steps-pre: ${{ matrix.steps-pre }}" - }, - { - "file": ".github/workflows/mobile-compile_time_options.yml", - "line": 86, - "column": 19, - "message": "property \"target\" is not defined in object type {args: string; name: string; source: string}", - "type": "expression", - "code": "86 | target: ${{ matrix.target || matrix.name }}" - }, - { - "file": ".github/workflows/mobile-ios_build.yml", - "line": 49, - "column": 23, - "message": "property \"steps-post\" is not defined in object type {args: string; name: string; target: string; timeout-minutes: number}", - "type": "expression", - "code": "49 | steps-post: ${{ matrix.steps-post }}" - }, - { - "file": ".github/workflows/mobile-ios_build.yml", - "line": 77, - "column": 23, - "message": "property \"args\" is not defined in object type {app: string; expected-status: number; name: string; target: string; timeout-minutes: number}", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/mobile-ios_build.yml", - "line": 88, - "column": 138, - "message": "property \"args\" is not defined in object type {app: string; expected-status: number; name: string; target: string; timeout-minutes: number}", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/mobile-ios_tests.yml", - "line": 48, - "column": 23, - "message": "property \"steps-post\" is not defined in object type {args: string; name: string; target: string; timeout-minutes: number}", - "type": "expression", - "code": "48 | steps-post: ${{ matrix.steps-post }}" - } - ] - }, - { - "name": [ - "esbuild" - ] - }, - { - "name": [ - "eShopOnContainers" - ] - }, - { - "name": [ - "eslint" - ] - }, - { - "name": [ - "etcd" - ], - "errors": [ - { - "file": ".github/workflows/e2e-arm64.yaml", - "line": 9, - "column": 14, - "message": "label \"actuated-arm64-8cpu-8gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "9 | runs-on: actuated-arm64-8cpu-8gb" - } - ] - }, - { - "name": [ - "excalidraw" - ], - "errors": [ - { - "file": ".github/workflows/locales-coverage.yml", - "line": 35, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "35 | run: |" - } - ] - }, - { - "name": [ - "ExoPlayer" - ] - }, - { - "name": [ - "expo" - ], - "errors": [ - { - "file": ".github/workflows/development-client.yml", - "line": 83, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "83 | runs-on: macos-14" - }, - { - "file": ".github/workflows/ios-unit-tests.yml", - "line": 39, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "39 | runs-on: macos-14" - }, - { - "file": ".github/workflows/test-react-native-nightly.yml", - "line": 25, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "25 | runs-on: macos-14" - }, - { - "file": ".github/workflows/test-suite-nightly.yml", - "line": 23, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "23 | runs-on: macos-14" - }, - { - "file": ".github/workflows/test-suite.yml", - "line": 29, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "29 | runs-on: macos-14" - } - ] - }, - { - "name": [ - "express" - ] - }, - { - "name": [ - "faas" - ], - "errors": [ - { - "file": ".github/workflows/build.yml", - "line": 33, - "column": 25, - "message": "property \"svc\" is not defined in object type {}", - "type": "expression", - "code": "33 | - name: Build ${{ matrix.svc }}" - }, - { - "file": ".github/workflows/publish.yml", - "line": 49, - "column": 27, - "message": "property \"svc\" is not defined in object type {}", - "type": "expression", - "code": "49 | - name: Publish ${{ matrix.svc }}" - } - ] - }, - { - "name": [ - "fabric.js" - ], - "errors": [ - { - "file": ".github/workflows/npmpublish.yml", - "line": 5, - "column": 5, - "message": "\"branches\" filter is not available for release event. it is only for push, pull_request, pull_request_target, workflow_run events", - "type": "events", - "code": "5 | branches:" - } - ] - }, - { - "name": [ - "fairseq" - ], - "errors": [ - { - "file": ".github/workflows/release.yml", - "line": 26, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "26 | run: |" - }, - { - "file": ".github/workflows/release.yml", - "line": 26, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "26 | run: |" - }, - { - "file": ".github/workflows/release.yml", - "line": 26, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "26 | run: |" - } - ] - }, - { - "name": [ - "faiss" - ], - "errors": [ - { - "file": ".github/workflows/publish-docs.yml", - "line": 4, - "column": 5, - "message": "\"branches\" filter is not available for page_build event. it is only for push, pull_request, pull_request_target, workflow_run events", - "type": "events", - "code": "4 | branches:" - }, - { - "file": ".github/workflows/publish-docs.yml", - "line": 6, - "column": 5, - "message": "\"paths-ignore\" filter is not available for page_build event. it is only for push, pull_request, pull_request_target events", - "type": "events", - "code": "6 | paths-ignore:" - } - ] - }, - { - "name": [ - "fastai" - ] - }, - { - "name": [ - "fastapi" - ] - }, - { - "name": [ - "fastify" - ], - "errors": [ - { - "file": ".github/workflows/citgm-package.yml", - "line": 34, - "column": 18, - "message": "input \"node-version\" of workflow_call event has the default value \"20\", but it is also required. if an input is marked as required, its default value will never be used", - "type": "events", - "code": "34 | default: '20'" - } - ] - }, - { - "name": [ - "fastjson" - ] - }, - { - "name": [ - "fastlane" - ] - }, - { - "name": [ - "fetch" - ] - }, - { - "name": [ - "FFmpeg" - ] - }, - { - "name": [ - "fiber" - ], - "errors": [ - { - "file": ".github/workflows/test.yml", - "line": 22, - "column": 65, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "22 | platform: [ubuntu-latest, windows-latest, macos-latest, macos-14]" - } - ] - }, - { - "name": [ - "filebrowser" - ] - }, - { - "name": [ - "firecracker" - ] - }, - { - "name": [ - "first-contributions" - ] - }, - { - "name": [ - "fish-shell" - ] - }, - { - "name": [ - "flask" - ] - }, - { - "name": [ - "flatbuffers" - ], - "errors": [ - { - "file": ".github/workflows/build.yml", - "line": 24, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "24 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 66, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "66 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 78, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "78 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 100, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "100 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 191, - "column": 14, - "message": "label \"windows-2022-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "191 | runs-on: windows-2022-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 305, - "column": 13, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "305 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 324, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "324 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 355, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "355 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 373, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "373 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 402, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "402 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 425, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "425 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 434, - "column": 14, - "message": "label \"windows-2022-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "434 | runs-on: windows-2022-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 443, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "443 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 455, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "455 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 467, - "column": 13, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "467 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 481, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "481 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 492, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "492 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 505, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "505 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 523, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "523 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 538, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "538 | runs-on: ubuntu-22.04-64core" - }, - { - "file": ".github/workflows/build.yml", - "line": 557, - "column": 14, - "message": "label \"ubuntu-22.04-64core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "557 | runs-on: ubuntu-22.04-64core" - } - ] - }, - { - "name": [ - "flink" - ], - "errors": [ - { - "file": ".github/workflows/template.flink-ci.yml", - "line": 241, - "column": 34, - "message": "property \"cache\" is not defined in object type {conclusion: string; outcome: string; outputs: {string => string}}", - "type": "expression", - "code": "241 | if: ${{ !cancelled() && !steps.docker-cache.cache.hit }}" - }, - { - "file": ".github/workflows/template.flink-ci.yml", - "line": 274, - "column": 13, - "message": "if: condition \"${{ failure() && steps.test-run.outputs.debug-files-output-dir }} != ''\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "274 | if: ${{ failure() && steps.test-run.outputs.debug-files-output-dir }} != ''" - }, - { - "file": ".github/workflows/template.flink-ci.yml", - "line": 281, - "column": 48, - "message": "property \"cache\" is not defined in object type {conclusion: string; outcome: string; outputs: {string => string}}", - "type": "expression", - "code": "281 | if: ${{ !cancelled() && (failure() || !steps.docker-cache.cache.hit) }}" - }, - { - "file": ".github/workflows/template.flink-ci.yml", - "line": 371, - "column": 34, - "message": "property \"cache\" is not defined in object type {conclusion: string; outcome: string; outputs: {string => string}}", - "type": "expression", - "code": "371 | if: ${{ !cancelled() && !steps.docker-cache.cache.hit }}" - }, - { - "file": ".github/workflows/template.flink-ci.yml", - "line": 399, - "column": 48, - "message": "property \"cache\" is not defined in object type {conclusion: string; outcome: string; outputs: {string => string}}", - "type": "expression", - "code": "399 | if: ${{ !cancelled() && (failure() || !steps.docker-cache.cache.hit) }}" - } - ] - }, - { - "name": [ - "flow" - ] - }, - { - "name": [ - "flutter" - ] - }, - { - "name": [ - "folly" - ] - }, - { - "name": [ - "forem" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 8, - "column": 5, - "message": "\"branches\" filter is not available for merge_group event. it is only for push, pull_request, pull_request_target, workflow_run events", - "type": "events", - "code": "8 | branches:" - }, - { - "file": ".github/workflows/cla.yml", - "line": 8, - "column": 5, - "message": "\"branches\" filter is not available for merge_group event. it is only for push, pull_request, pull_request_target, workflow_run events", - "type": "events", - "code": "8 | branches:" - }, - { - "file": ".github/workflows/uffizzi-build.yml", - "line": 50, - "column": 35, - "message": "property \"hash\" is not defined in object type {}", - "type": "expression", - "code": "50 | compose-file-cache-key: ${{ steps.hash.outputs.hash }}" - } - ] - }, - { - "name": [ - "formik" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 27, - "column": 9, - "message": "property \"detectchangedsourcefiles\" is not defined in object type {}", - "type": "expression", - "code": "27 | if: needs.detectChangedSourceFiles.outputs.changes == 'true'" - }, - { - "file": ".github/workflows/ci.yml", - "line": 82, - "column": 9, - "message": "property \"detectchangedsourcefiles\" is not defined in object type {}", - "type": "expression", - "code": "82 | if: needs.detectChangedSourceFiles.outputs.changes == 'true'" - }, - { - "file": ".github/workflows/ci.yml", - "line": 122, - "column": 9, - "message": "property \"detectchangedsourcefiles\" is not defined in object type {}", - "type": "expression", - "code": "122 | if: needs.detectChangedSourceFiles.outputs.changes == 'true'" - }, - { - "file": ".github/workflows/ci.yml", - "line": 133, - "column": 9, - "message": "property \"detectchangedsourcefiles\" is not defined in object type {}", - "type": "expression", - "code": "133 | if: needs.detectChangedSourceFiles.outputs.changes == 'true'" - } - ] - }, - { - "name": [ - "framework" - ], - "errors": [ - { - "file": ".github/workflows/tests.yml", - "line": 91, - "column": 49, - "message": "property access of object must be type of string but got \"number\"", - "type": "expression", - "code": "91 | DB_PORT: ${{ job.services.mysql.ports[3306] }}" - } - ] - }, - { - "name": [ - "free-for-dev" - ] - }, - { - "name": [ - "free-programming-books" - ], - "errors": [ - { - "file": ".github/workflows/check-urls.yml", - "line": 109, - "column": 21, - "message": "property \"set-output\" is not defined in object type {}", - "type": "expression", - "code": "109 | name: ${{ steps.set-output.outputs.FILENAME}}" - }, - { - "file": ".github/workflows/comment-pr.yml", - "line": 14, - "column": 9, - "message": "if: condition \"${{ github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' }}\\n\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "14 | if: >" - }, - { - "file": ".github/workflows/detect-conflicting-prs.yml", - "line": 47, - "column": 28, - "message": "elements of object at receiver of object filtering `.*` must be type of object but got \"string\". the type of receiver was \"{string => string}\"", - "type": "expression", - "code": "47 | run: echo ${{ join(steps.pr-labeler.outputs.*, ',') }}" - } - ] - }, - { - "name": [ - "freeCodeCamp" - ] - }, - { - "name": [ - "freqtrade" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 9, - "column": 10, - "message": "string should not be empty", - "type": "syntax-check", - "code": "9 | tags:" - }, - { - "file": ".github/workflows/ci.yml", - "line": 132, - "column": 43, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "132 | os: [ \"macos-latest\", \"macos-13\", \"macos-14\" ]" - }, - { - "file": ".github/workflows/ci.yml", - "line": 393, - "column": 23, - "message": "property \"os\" is not defined in object type {}", - "type": "expression", - "code": "393 | key: test-${{ matrix.os }}-${{ matrix.python-version }}-pip" - } - ] - }, - { - "name": [ - "frp" - ] - }, - { - "name": [ - "fyne" - ] - }, - { - "name": [ - "fzf" - ] - }, - { - "name": [ - "gatsby" - ] - }, - { - "name": [ - "Ghost" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 368, - "column": 15, - "message": "label \"ubuntu-latest-4-cores\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "368 | labels: ubuntu-latest-4-cores" - } - ] - }, - { - "name": [ - "gin" - ], - "errors": [ - { - "file": ".github/workflows/gin.yml", - "line": 81, - "column": 13, - "message": "property \"go-version\" is not defined in object type {go: number; go-build: string; os: string; test-tags: string}", - "type": "expression", - "code": "81 | if: matrix.go-version == '1.22.x'" - } - ] - }, - { - "name": [ - "git" - ], - "errors": [ - { - "file": ".github/workflows/check-whitespace.yml", - "line": 28, - "column": 742, - "message": "\"github.event.pull_request.head.ref\" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/main.yml", - "line": 120, - "column": 18, - "message": "property \"workspace\" is not defined in object type {arch: string; debug: string; name: string; os: string; temp: string; tool_cache: string}", - "type": "expression", - "code": "120 | HOME: ${{runner.workspace}}" - } - ] - }, - { - "name": [ - "gitea" - ] - }, - { - "name": [ - "gitignore" - ] - }, - { - "name": [ - "gitlabhq" - ] - }, - { - "name": [ - "glances" - ], - "errors": [ - { - "file": ".github/workflows/build.yml", - "line": 88, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "88 | run: |" - } - ] - }, - { - "name": [ - "glide" - ] - }, - { - "name": [ - "go" - ] - }, - { - "name": [ - "go-ethereum" - ] - }, - { - "name": [ - "go-micro" - ] - }, - { - "name": [ - "godot" - ] - }, - { - "name": [ - "gogs" - ] - }, - { - "name": [ - "gold-miner" - ] - }, - { - "name": [ - "googletest" - ] - }, - { - "name": [ - "gorm" - ] - }, - { - "name": [ - "grafana" - ], - "errors": [ - { - "file": ".github/workflows/bump-version.yml", - "line": 22, - "column": 17, - "message": "property \"version_call\" is not defined in object type {version: any}", - "type": "expression", - "code": "22 | if: ${{ inputs.version_call != '' }}" - }, - { - "file": ".github/workflows/bump-version.yml", - "line": 25, - "column": 21, - "message": "property \"version_call\" is not defined in object type {version: any}", - "type": "expression", - "code": "25 | text: ${{ inputs.version_call }}" - }, - { - "file": ".github/workflows/bump-version.yml", - "line": 35, - "column": 17, - "message": "property \"version_call\" is not defined in object type {version: any}", - "type": "expression", - "code": "35 | if: ${{ inputs.version_call != '' && steps.regex-match-version-call.outputs.match == '' }}" - }, - { - "file": ".github/workflows/ephemeral-instances-pr-comment.yml", - "line": 11, - "column": 15, - "message": "label \"ubuntu-latest-8-cores\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "11 | labels: ubuntu-latest-8-cores" - }, - { - "file": ".github/workflows/ephemeral-instances-pr-comment.yml", - "line": 37, - "column": 15, - "message": "label \"ubuntu-latest-8-cores\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "37 | labels: ubuntu-latest-8-cores" - }, - { - "file": ".github/workflows/epic-add-to-platform-ux-parent-project.yml", - "line": 6, - "column": 5, - "message": "unexpected key \"labels\" for \"issues\" section. expected one of \"branches\", \"branches-ignore\", \"paths\", \"paths-ignore\", \"tags\", \"tags-ignore\", \"types\", \"workflows\"", - "type": "syntax-check", - "code": "6 | labels:" - } - ] - }, - { - "name": [ - "graphql-engine" - ] - }, - { - "name": [ - "grpc" - ] - }, - { - "name": [ - "gson" - ] - }, - { - "name": [ - "guava" - ] - }, - { - "name": [ - "gulp" - ] - }, - { - "name": [ - "guzzle" - ], - "errors": [ - { - "file": ".github/workflows/checks.yml", - "line": 5, - "column": 14, - "message": "string should not be empty", - "type": "syntax-check", - "code": "5 | branches:" - }, - { - "file": ".github/workflows/ci.yml", - "line": 5, - "column": 14, - "message": "string should not be empty", - "type": "syntax-check", - "code": "5 | branches:" - }, - { - "file": ".github/workflows/static.yml", - "line": 5, - "column": 14, - "message": "string should not be empty", - "type": "syntax-check", - "code": "5 | branches:" - } - ] - }, - { - "name": [ - "gym" - ] - }, - { - "name": [ - "hackathon-starter" - ] - }, - { - "name": [ - "halo" - ] - }, - { - "name": [ - "HanLP" - ] - }, - { - "name": [ - "harbor" - ] - }, - { - "name": [ - "helm" - ], - "errors": [ - { - "file": ".github/workflows/release.yml", - "line": 4, - "column": 5, - "message": "\"tags\" filter is not available for create event. it is only for push event", - "type": "events", - "code": "4 | tags:" - } - ] - }, - { - "name": [ - "hexo" - ] - }, - { - "name": [ - "highlight.js" - ] - }, - { - "name": [ - "hiring-without-whiteboards" - ] - }, - { - "name": [ - "homebridge" - ] - }, - { - "name": [ - "hosts" - ] - }, - { - "name": [ - "html5-boilerplate" - ] - }, - { - "name": [ - "hub" - ] - }, - { - "name": [ - "hugo" - ] - }, - { - "name": [ - "husky" - ] - }, - { - "name": [ - "hutool" - ] - }, - { - "name": [ - "imgui" - ] - }, - { - "name": [ - "immer" - ] - }, - { - "name": [ - "incubator-echarts" - ] - }, - { - "name": [ - "influxdb" - ] - }, - { - "name": [ - "ink" - ] - }, - { - "name": [ - "insomnia" - ], - "errors": [ - { - "file": ".github/workflows/release-start.yml", - "line": 53, - "column": 13, - "message": "if: condition \"github.event.inputs.channel != 'stable' && github.event.inputs.version && !contains(github.event.inputs.version, \\\"-${{ github.event.inputs.channel }}\\\")\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "53 | if: github.event.inputs.channel != 'stable' && github.event.inputs.version && !contains(github.event.inputs.version, \"-${{ github.event.inputs.channel }}\")" - }, - { - "file": ".github/workflows/release-start.yml", - "line": 58, - "column": 13, - "message": "if: condition \"github.event.inputs.channel != 'stable' && github.event.inputs.version && contains(github.event.inputs.version, \\\"-${{ github.event.inputs.channel }}\\\")\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "58 | if: github.event.inputs.channel != 'stable' && github.event.inputs.version && contains(github.event.inputs.version, \"-${{ github.event.inputs.channel }}\")" - }, - { - "file": ".github/workflows/release-start.yml", - "line": 108, - "column": 13, - "message": "if: condition \"github.event.inputs.channel != 'stable' && github.event.inputs.version && !contains(github.event.inputs.version, \\\"-${{ github.event.inputs.channel }}\\\")\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "108 | if: github.event.inputs.channel != 'stable' && github.event.inputs.version && !contains(github.event.inputs.version, \"-${{ github.event.inputs.channel }}\")" - }, - { - "file": ".github/workflows/release-start.yml", - "line": 113, - "column": 13, - "message": "if: condition \"github.event.inputs.channel != 'stable' && github.event.inputs.version && contains(github.event.inputs.version, \\\"-${{ github.event.inputs.channel }}\\\")\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "113 | if: github.event.inputs.channel != 'stable' && github.event.inputs.version && contains(github.event.inputs.version, \"-${{ github.event.inputs.channel }}\")" - } - ] - }, - { - "name": [ - "intro.js" - ] - }, - { - "name": [ - "ionic-framework" - ], - "errors": [ - { - "file": ".github/workflows/actions/build-angular-server/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic Angular Server'" - }, - { - "file": ".github/workflows/actions/build-angular-server/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic Angular Server'" - }, - { - "file": ".github/workflows/actions/build-angular-server/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Build Ionic Angular Server'" - }, - { - "file": ".github/workflows/actions/build-angular-server/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | runs:" - }, - { - "file": ".github/workflows/actions/build-angular/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic Angular'" - }, - { - "file": ".github/workflows/actions/build-angular/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic Angular'" - }, - { - "file": ".github/workflows/actions/build-angular/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Build Ionic Angular'" - }, - { - "file": ".github/workflows/actions/build-angular/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | runs:" - }, - { - "file": ".github/workflows/actions/build-core-stencil-prerelease/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic Core with Stencil Prerelease'" - }, - { - "file": ".github/workflows/actions/build-core-stencil-prerelease/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic Core with Stencil Prerelease'" - }, - { - "file": ".github/workflows/actions/build-core-stencil-prerelease/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Build Ionic Core with a Prerelease Build of Stencil'" - }, - { - "file": ".github/workflows/actions/build-core-stencil-prerelease/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"inputs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | inputs:" - }, - { - "file": ".github/workflows/actions/build-core-stencil-prerelease/action.yml", - "line": 8, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "8 | runs:" - }, - { - "file": ".github/workflows/actions/build-core/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic Core'" - }, - { - "file": ".github/workflows/actions/build-core/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic Core'" - }, - { - "file": ".github/workflows/actions/build-core/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Build Ionic Core'" - }, - { - "file": ".github/workflows/actions/build-core/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"inputs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | inputs:" - }, - { - "file": ".github/workflows/actions/build-core/action.yml", - "line": 8, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "8 | runs:" - }, - { - "file": ".github/workflows/actions/build-react-router/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic React Router'" - }, - { - "file": ".github/workflows/actions/build-react-router/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic React Router'" - }, - { - "file": ".github/workflows/actions/build-react-router/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Build Ionic React Router'" - }, - { - "file": ".github/workflows/actions/build-react-router/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | runs:" - }, - { - "file": ".github/workflows/actions/build-react/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic React'" - }, - { - "file": ".github/workflows/actions/build-react/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic React'" - }, - { - "file": ".github/workflows/actions/build-react/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Build Ionic React'" - }, - { - "file": ".github/workflows/actions/build-react/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | runs:" - }, - { - "file": ".github/workflows/actions/build-vue-router/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic Vue Router'" - }, - { - "file": ".github/workflows/actions/build-vue-router/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic Vue Router'" - }, - { - "file": ".github/workflows/actions/build-vue-router/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Builds Ionic Vue Router'" - }, - { - "file": ".github/workflows/actions/build-vue-router/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | runs:" - }, - { - "file": ".github/workflows/actions/build-vue/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic Vue'" - }, - { - "file": ".github/workflows/actions/build-vue/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Build Ionic Vue'" - }, - { - "file": ".github/workflows/actions/build-vue/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Build Ionic Vue'" - }, - { - "file": ".github/workflows/actions/build-vue/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | runs:" - }, - { - "file": ".github/workflows/actions/download-archive/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Ionic Framework Archive Download'" - }, - { - "file": ".github/workflows/actions/download-archive/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Ionic Framework Archive Download'" - }, - { - "file": ".github/workflows/actions/download-archive/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Downloads and decompresses an archive from a previous job'" - }, - { - "file": ".github/workflows/actions/download-archive/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"inputs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | inputs:" - }, - { - "file": ".github/workflows/actions/download-archive/action.yml", - "line": 10, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "10 | runs:" - }, - { - "file": ".github/workflows/actions/publish-npm/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Release'" - }, - { - "file": ".github/workflows/actions/publish-npm/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Release'" - }, - { - "file": ".github/workflows/actions/publish-npm/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Releases a package'" - }, - { - "file": ".github/workflows/actions/publish-npm/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"inputs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | inputs:" - }, - { - "file": ".github/workflows/actions/publish-npm/action.yml", - "line": 19, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "19 | runs:" - }, - { - "file": ".github/workflows/actions/test-angular-e2e/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test Angular E2E'" - }, - { - "file": ".github/workflows/actions/test-angular-e2e/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test Angular E2E'" - }, - { - "file": ".github/workflows/actions/test-angular-e2e/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Test Angular E2E'" - }, - { - "file": ".github/workflows/actions/test-angular-e2e/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"inputs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | inputs:" - }, - { - "file": ".github/workflows/actions/test-angular-e2e/action.yml", - "line": 6, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "6 | runs:" - }, - { - "file": ".github/workflows/actions/test-core-clean-build/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test Core Clean Build'" - }, - { - "file": ".github/workflows/actions/test-core-clean-build/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test Core Clean Build'" - }, - { - "file": ".github/workflows/actions/test-core-clean-build/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Test Core Clean Build'" - }, - { - "file": ".github/workflows/actions/test-core-clean-build/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | runs:" - }, - { - "file": ".github/workflows/actions/test-core-lint/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test Core Lint'" - }, - { - "file": ".github/workflows/actions/test-core-lint/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test Core Lint'" - }, - { - "file": ".github/workflows/actions/test-core-lint/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Test Core Lint'" - }, - { - "file": ".github/workflows/actions/test-core-lint/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | runs:" - }, - { - "file": ".github/workflows/actions/test-core-screenshot/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test Core Screenshot'" - }, - { - "file": ".github/workflows/actions/test-core-screenshot/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test Core Screenshot'" - }, - { - "file": ".github/workflows/actions/test-core-screenshot/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Test Core Screenshot'" - }, - { - "file": ".github/workflows/actions/test-core-screenshot/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"inputs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | inputs:" - }, - { - "file": ".github/workflows/actions/test-core-screenshot/action.yml", - "line": 13, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "13 | runs:" - }, - { - "file": ".github/workflows/actions/test-core-spec/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test Core Spec'" - }, - { - "file": ".github/workflows/actions/test-core-spec/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test Core Spec'" - }, - { - "file": ".github/workflows/actions/test-core-spec/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Test Core Spec'" - }, - { - "file": ".github/workflows/actions/test-core-spec/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"inputs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | inputs:" - }, - { - "file": ".github/workflows/actions/test-core-spec/action.yml", - "line": 6, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "6 | runs:" - }, - { - "file": ".github/workflows/actions/test-react-e2e/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test React E2E'" - }, - { - "file": ".github/workflows/actions/test-react-e2e/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test React E2E'" - }, - { - "file": ".github/workflows/actions/test-react-e2e/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Test React E2E'" - }, - { - "file": ".github/workflows/actions/test-react-e2e/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"inputs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | inputs:" - }, - { - "file": ".github/workflows/actions/test-react-e2e/action.yml", - "line": 6, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "6 | runs:" - }, - { - "file": ".github/workflows/actions/test-react-router-e2e/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test React Router E2E'" - }, - { - "file": ".github/workflows/actions/test-react-router-e2e/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test React Router E2E'" - }, - { - "file": ".github/workflows/actions/test-react-router-e2e/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Test React Router'" - }, - { - "file": ".github/workflows/actions/test-react-router-e2e/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"inputs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | inputs:" - }, - { - "file": ".github/workflows/actions/test-react-router-e2e/action.yml", - "line": 6, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "6 | runs:" - }, - { - "file": ".github/workflows/actions/test-vue-e2e/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test Vue E2E'" - }, - { - "file": ".github/workflows/actions/test-vue-e2e/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Test Vue E2E'" - }, - { - "file": ".github/workflows/actions/test-vue-e2e/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Test Vue E2E'" - }, - { - "file": ".github/workflows/actions/test-vue-e2e/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"inputs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | inputs:" - }, - { - "file": ".github/workflows/actions/test-vue-e2e/action.yml", - "line": 6, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "6 | runs:" - }, - { - "file": ".github/workflows/actions/update-reference-screenshots/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Update Reference Screenshots'" - }, - { - "file": ".github/workflows/actions/update-reference-screenshots/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Update Reference Screenshots'" - }, - { - "file": ".github/workflows/actions/update-reference-screenshots/action.yml", - "line": 7, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "7 | runs:" - }, - { - "file": ".github/workflows/actions/upload-archive/action.yml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Ionic Framework Archive Upload'" - }, - { - "file": ".github/workflows/actions/upload-archive/action.yml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'Ionic Framework Archive Upload'" - }, - { - "file": ".github/workflows/actions/upload-archive/action.yml", - "line": 2, - "column": 1, - "message": "unexpected key \"description\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "2 | description: 'Compresses and uploads an archive to be reused across jobs'" - }, - { - "file": ".github/workflows/actions/upload-archive/action.yml", - "line": 3, - "column": 1, - "message": "unexpected key \"inputs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | inputs:" - }, - { - "file": ".github/workflows/actions/upload-archive/action.yml", - "line": 10, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "10 | runs:" - }, - { - "file": ".github/workflows/release.yml", - "line": 31, - "column": 13, - "message": "string should not be empty", - "type": "syntax-check", - "code": "31 | - ''" - } - ] - }, - { - "name": [ - "iris" - ] - }, - { - "name": [ - "istio" - ] - }, - { - "name": [ - "Java" - ] - }, - { - "name": [ - "java-design-patterns" - ] - }, - { - "name": [ - "JavaGuide" - ] - }, - { - "name": [ - "javascript" - ] - }, - { - "name": [ - "jax" - ], - "errors": [ - { - "file": ".github/workflows/ci-build.yaml", - "line": 50, - "column": 17, - "message": "label \"ubuntu-20.04-16core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "50 | os: ubuntu-20.04-16core" - }, - { - "file": ".github/workflows/ci-build.yaml", - "line": 56, - "column": 17, - "message": "label \"ubuntu-20.04-16core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "56 | os: ubuntu-20.04-16core" - }, - { - "file": ".github/workflows/cloud-tpu-ci-nightly.yml", - "line": 28, - "column": 20, - "message": "label \"v3-8\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "28 | tpu-type: [\"v3-8\", \"v4-8\", \"v5e-4\"]" - }, - { - "file": ".github/workflows/cloud-tpu-ci-nightly.yml", - "line": 28, - "column": 28, - "message": "label \"v4-8\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "28 | tpu-type: [\"v3-8\", \"v4-8\", \"v5e-4\"]" - }, - { - "file": ".github/workflows/cloud-tpu-ci-nightly.yml", - "line": 28, - "column": 36, - "message": "label \"v5e-4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "28 | tpu-type: [\"v3-8\", \"v4-8\", \"v5e-4\"]" - }, - { - "file": ".github/workflows/cloud-tpu-ci-nightly.yml", - "line": 33, - "column": 30, - "message": "label \"tpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "33 | runs-on: [\"self-hosted\", \"tpu\", \"${{ matrix.tpu-type }}\"]" - }, - { - "file": ".github/workflows/upstream-nightly.yml", - "line": 25, - "column": 14, - "message": "label \"ubuntu-20.04-16core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "25 | runs-on: ubuntu-20.04-16core" - }, - { - "file": ".github/workflows/wheel_win_x64.yml", - "line": 14, - "column": 14, - "message": "label \"win-2019-16core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "14 | os: [win-2019-16core]" - }, - { - "file": ".github/workflows/windows_ci.yml", - "line": 16, - "column": 14, - "message": "label \"win-2019-16core\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "16 | os: [win-2019-16core]" - } - ] - }, - { - "name": [ - "jekyll" - ], - "errors": [ - { - "file": ".github/workflows/spelling.yml", - "line": 49, - "column": 5, - "message": "\"tags-ignore\" filter is not available for pull_request event. it is only for push event", - "type": "events", - "code": "49 | tags-ignore:" - } - ] - }, - { - "name": [ - "jellyfin" - ], - "errors": [ - { - "file": ".github/workflows/ci-openapi.yml", - "line": 101, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "101 | run: |" - }, - { - "file": ".github/workflows/commands.yml", - "line": 71, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "71 | run: |" - }, - { - "file": ".github/workflows/commands.yml", - "line": 71, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "71 | run: |" - }, - { - "file": ".github/workflows/project-automation.yml", - "line": 47, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "47 | run: echo \"::set-output name=number::$(curl -s ${{ github.event.issue.comments_url }} | jq '.[] | select(.author_association == \"MEMBER\") | .author_association' | wc -l)\"" - } - ] - }, - { - "name": [ - "jenkins" - ] - }, - { - "name": [ - "jest" - ], - "errors": [ - { - "file": ".github/workflows/test-nightly.yml", - "line": 23, - "column": 31, - "message": "property \"node-version\" is not defined in object type {shard: string}", - "type": "expression", - "code": "23 | - name: Use Node.js ${{ matrix.node-version }}" - } - ] - }, - { - "name": [ - "jitsi-meet" - ] - }, - { - "name": [ - "joplin" - ] - }, - { - "name": [ - "jquery" - ] - }, - { - "name": [ - "jQuery-File-Upload" - ] - }, - { - "name": [ - "json" - ] - }, - { - "name": [ - "jsPDF" - ] - }, - { - "name": [ - "julia" - ] - }, - { - "name": [ - "jumpserver" - ], - "errors": [ - { - "file": ".github/workflows/release-drafter.yml", - "line": 20, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "20 | run: |" - }, - { - "file": ".github/workflows/release-drafter.yml", - "line": 20, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "20 | run: |" - } - ] - }, - { - "name": [ - "k9s" - ], - "errors": [ - { - "file": ".github/workflows/test.yml", - "line": 5, - "column": 5, - "message": "expected \"inputs\" key for \"workflow_dispatch\" section but got \"push\"", - "type": "syntax-check", - "code": "5 | push:" - }, - { - "file": ".github/workflows/test.yml", - "line": 6, - "column": 5, - "message": "expected \"inputs\" key for \"workflow_dispatch\" section but got \"branches\"", - "type": "syntax-check", - "code": "6 | branches:" - }, - { - "file": ".github/workflows/test.yml", - "line": 8, - "column": 5, - "message": "expected \"inputs\" key for \"workflow_dispatch\" section but got \"tags\"", - "type": "syntax-check", - "code": "8 | tags:" - } - ] - }, - { - "name": [ - "kafka" - ] - }, - { - "name": [ - "keras" - ] - }, - { - "name": [ - "Kingfisher" - ], - "errors": [ - { - "file": ".github/workflows/build.yaml", - "line": 7, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "7 | runs-on: macos-14" - } - ] - }, - { - "name": [ - "kitty" - ] - }, - { - "name": [ - "koa" - ], - "errors": [ - { - "file": ".github/workflows/node.js.yml", - "line": 5, - "column": 5, - "message": "unexpected key \"branch\" for \"push\" section. expected one of \"branches\", \"branches-ignore\", \"paths\", \"paths-ignore\", \"tags\", \"tags-ignore\", \"types\", \"workflows\"", - "type": "syntax-check", - "code": "5 | branch: master" - }, - { - "file": ".github/workflows/node.js.yml", - "line": 7, - "column": 5, - "message": "unexpected key \"branch\" for \"pull_request\" section. expected one of \"branches\", \"branches-ignore\", \"paths\", \"paths-ignore\", \"tags\", \"tags-ignore\", \"types\", \"workflows\"", - "type": "syntax-check", - "code": "7 | branch: master" - } - ] - }, - { - "name": [ - "kong" - ], - "errors": [ - { - "file": ".github/workflows/perf.yml", - "line": 138, - "column": 39, - "message": "\"github.event.comment.body\" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details", - "type": "expression", - "code": "7 | branch: master" - }, - { - "file": ".github/workflows/perf.yml", - "line": 169, - "column": 103, - "message": "\"github.event.comment.body\" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details", - "type": "expression", - "code": "7 | branch: master" - } - ] - }, - { - "name": [ - "kotlin" - ] - }, - { - "name": [ - "kubernetes" - ] - }, - { - "name": [ - "laravel" - ] - }, - { - "name": [ - "lazygit" - ] - }, - { - "name": [ - "Leaflet" - ] - }, - { - "name": [ - "leakcanary" - ], - "errors": [ - { - "file": ".github/workflows/main.yml", - "line": 71, - "column": 48, - "message": "property \"os\" is not defined in object type {api-level: number; arch: string; channel: string; target: string}", - "type": "expression", - "code": "71 | key: avd-${{ matrix.api-level }}-${{ matrix.os }}-${{ matrix.target }}" - } - ] - }, - { - "name": [ - "lede" - ] - }, - { - "name": [ - "leetcode" - ] - }, - { - "name": [ - "lerna" - ] - }, - { - "name": [ - "libgdx" - ], - "errors": [ - { - "file": ".github/workflows/build-publish.yml", - "line": 7, - "column": 5, - "message": "expected \"inputs\" key for \"workflow_dispatch\" section but got \"branches\"", - "type": "syntax-check", - "code": "7 | branches: [ master ]" - } - ] - }, - { - "name": [ - "libuv" - ], - "errors": [ - { - "file": ".github/workflows/CI-sample.yml", - "line": 26, - "column": 41, - "message": "property \"workspace\" is not defined in object type {arch: string; debug: string; name: string; os: string; temp: string; tool_cache: string}", - "type": "expression", - "code": "26 | run: cmake -E make_directory ${{runner.workspace}}/libuv/docs/code/build" - }, - { - "file": ".github/workflows/CI-sample.yml", - "line": 30, - "column": 31, - "message": "property \"workspace\" is not defined in object type {arch: string; debug: string; name: string; os: string; temp: string; tool_cache: string}", - "type": "expression", - "code": "30 | working-directory: ${{runner.workspace}}/libuv/docs/code/build" - }, - { - "file": ".github/workflows/CI-sample.yml", - "line": 33, - "column": 31, - "message": "property \"workspace\" is not defined in object type {arch: string; debug: string; name: string; os: string; temp: string; tool_cache: string}", - "type": "expression", - "code": "33 | working-directory: ${{runner.workspace}}/libuv/docs/code/build" - }, - { - "file": ".github/workflows/CI-win.yml", - "line": 19, - "column": 26, - "message": "object type \"{arch: string; config: string; server: number; toolchain: string}\" cannot be filtered by object filtering `.*` since it has no object element", - "type": "expression", - "code": "19 | name: build-${{ join(matrix.config.*, '-') }}" - }, - { - "file": ".github/workflows/CI-win.yml", - "line": 28, - "column": 13, - "message": "duplicate value {\"arch\": \"x64\", \"config\": \"ASAN\", \"server\": \"2022\", \"toolchain\": \"Visual Studio 17 2022\"} is found in matrix \"config\". the same value is at line:27,col:13", - "type": "matrix", - "code": "28 | - {toolchain: Visual Studio 17 2022, arch: x64, server: 2022, config: ASAN}" - }, - { - "file": ".github/workflows/CI-win.yml", - "line": 29, - "column": 13, - "message": "duplicate value {\"arch\": \"x64\", \"config\": \"UBSAN\", \"server\": \"2022\", \"toolchain\": \"Visual Studio 17 2022\"} is found in matrix \"config\". the same value is at line:27,col:13", - "type": "matrix", - "code": "29 | - {toolchain: Visual Studio 17 2022, arch: x64, server: 2022, config: UBSAN}" - } - ] - }, - { - "name": [ - "lighthouse" - ], - "errors": [ - { - "file": ".github/workflows/publish.yml", - "line": 26, - "column": 9, - "message": "if: condition \"github.event_name != 'schedule' ||\\n(github.repository == 'GoogleChrome/lighthouse' && ${{ needs.check_date.outputs.should_run != 'false' }})\\n\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "26 | if: |" - }, - { - "file": ".github/workflows/publish.yml", - "line": 26, - "column": 99, - "message": "property \"check_date\" is not defined in object type {}", - "type": "expression", - "code": "26 | if: |" - } - ] - }, - { - "name": [ - "linux" - ] - }, - { - "name": [ - "livewire" - ] - }, - { - "name": [ - "llvm-project" - ], - "errors": [ - { - "file": ".github/workflows/libcxx-build-and-test.yaml", - "line": 52, - "column": 14, - "message": "label \"libcxx-runners-8-set\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "52 | runs-on: libcxx-runners-8-set" - }, - { - "file": ".github/workflows/libcxx-build-and-test.yaml", - "line": 87, - "column": 14, - "message": "label \"libcxx-runners-8-set\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "87 | runs-on: libcxx-runners-8-set" - }, - { - "file": ".github/workflows/libcxx-build-and-test.yaml", - "line": 162, - "column": 20, - "message": "label \"libcxx-runners-8-set\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "162 | machine: [ 'libcxx-runners-8-set' ]" - }, - { - "file": ".github/workflows/libcxx-build-and-test.yaml", - "line": 165, - "column": 20, - "message": "label \"libcxx-runners-8-set\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "165 | machine: libcxx-runners-8-set" - }, - { - "file": ".github/workflows/libcxx-build-and-test.yaml", - "line": 167, - "column": 20, - "message": "label \"libcxx-runners-8-set\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "167 | machine: libcxx-runners-8-set" - }, - { - "file": ".github/workflows/libcxx-build-and-test.yaml", - "line": 169, - "column": 20, - "message": "label \"libcxx-runners-8-set\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "169 | machine: libcxx-runners-8-set" - }, - { - "file": ".github/workflows/libcxx-build-and-test.yaml", - "line": 171, - "column": 20, - "message": "label \"libcxx-runners-8-set\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "171 | machine: libcxx-runners-8-set" - }, - { - "file": ".github/workflows/libcxx-build-and-test.yaml", - "line": 174, - "column": 20, - "message": "label \"libcxx-runners-8-set\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "174 | machine: libcxx-runners-8-set" - }, - { - "file": ".github/workflows/release-binaries.yml", - "line": 25, - "column": 18, - "message": "input \"upload\" of workflow_call event has the default value \"false\", but it is also required. if an input is marked as required, its default value will never be used", - "type": "events", - "code": "25 | default: false" - }, - { - "file": ".github/workflows/release-binaries.yml", - "line": 158, - "column": 11, - "message": "property \"brew-build-deps\" is not defined in object type {debian-build-deps: string; os: string; runs-on: string; triple: string}", - "type": "expression", - "code": "158 | if: matrix.target.brew-build-deps != ''" - }, - { - "file": ".github/workflows/release-binaries.yml", - "line": 159, - "column": 29, - "message": "property \"brew-build-deps\" is not defined in object type {debian-build-deps: string; os: string; runs-on: string; triple: string}", - "type": "expression", - "code": "159 | run: brew install ${{ matrix.target.brew-build-deps }}" - } - ] - }, - { - "name": [ - "localstack" - ], - "errors": [ - { - "file": ".github/workflows/marker-report-issue.yml", - "line": 17, - "column": 13, - "message": "string should not be empty", - "type": "syntax-check", - "code": "17 | - ''" - }, - { - "file": ".github/workflows/tests-s3-image.yml", - "line": 74, - "column": 21, - "message": "label \"buildjet-2vcpu-ubuntu-2204-arm\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "74 | runner: buildjet-2vcpu-ubuntu-2204-arm" - } - ] - }, - { - "name": [ - "locust" - ] - }, - { - "name": [ - "lodash" - ] - }, - { - "name": [ - "logrus" - ] - }, - { - "name": [ - "lottie-android" - ] - }, - { - "name": [ - "lottie-web" - ] - }, - { - "name": [ - "Magisk" - ], - "errors": [ - { - "file": ".github/workflows/build.yml", - "line": 67, - "column": 30, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "67 | os: [windows-latest, macos-14]" - } - ] - }, - { - "name": [ - "manim" - ] - }, - { - "name": [ - "marked" - ] - }, - { - "name": [ - "mastodon" - ] - }, - { - "name": [ - "material-ui" - ] - }, - { - "name": [ - "mattermost-server" - ], - "errors": [ - { - "file": ".github/workflows/e2e-tests-ci-template.yml", - "line": 224, - "column": 14, - "message": "label \"ubuntu-latest-8-cores\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "224 | os: [ubuntu-latest-8-cores]" - }, - { - "file": ".github/workflows/esrupgrade-common.yml", - "line": 26, - "column": 14, - "message": "label \"ubuntu-latest-8-cores\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "26 | runs-on: ubuntu-latest-8-cores" - }, - { - "file": ".github/workflows/esrupgrade-common.yml", - "line": 97, - "column": 14, - "message": "label \"ubuntu-latest-8-cores\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "97 | runs-on: ubuntu-latest-8-cores" - }, - { - "file": ".github/workflows/server-ci-template.yml", - "line": 303, - "column": 14, - "message": "label \"ubuntu-latest-8-cores\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "303 | runs-on: ubuntu-latest-8-cores" - } - ] - }, - { - "name": [ - "MeiliSearch" - ], - "errors": [ - { - "file": ".github/workflows/bench-manual.yml", - "line": 17, - "column": 18, - "message": "label \"benchmarks\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "17 | runs-on: benchmarks" - }, - { - "file": ".github/workflows/bench-pr.yml", - "line": 16, - "column": 16, - "message": "label \"benchmarks\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "16 | runs-on: benchmarks" - }, - { - "file": ".github/workflows/bench-push-indexing.yml", - "line": 11, - "column": 18, - "message": "label \"benchmarks\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "11 | runs-on: benchmarks" - }, - { - "file": ".github/workflows/benchmarks-manual.yml", - "line": 17, - "column": 14, - "message": "label \"benchmarks\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "17 | runs-on: benchmarks" - }, - { - "file": ".github/workflows/benchmarks-pr.yml", - "line": 13, - "column": 14, - "message": "label \"benchmarks\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "13 | runs-on: benchmarks" - }, - { - "file": ".github/workflows/benchmarks-push-indexing.yml", - "line": 15, - "column": 14, - "message": "label \"benchmarks\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "15 | runs-on: benchmarks" - }, - { - "file": ".github/workflows/benchmarks-push-search-geo.yml", - "line": 15, - "column": 14, - "message": "label \"benchmarks\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "15 | runs-on: benchmarks" - }, - { - "file": ".github/workflows/benchmarks-push-search-songs.yml", - "line": 15, - "column": 14, - "message": "label \"benchmarks\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "15 | runs-on: benchmarks" - }, - { - "file": ".github/workflows/benchmarks-push-search-wiki.yml", - "line": 15, - "column": 14, - "message": "label \"benchmarks\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "15 | runs-on: benchmarks" - }, - { - "file": ".github/workflows/publish-docker-images.yml", - "line": 18, - "column": 14, - "message": "label \"docker\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "18 | runs-on: docker" - }, - { - "file": ".github/workflows/sdks-tests.yml", - "line": 231, - "column": 48, - "message": "property \"python-version\" is not defined in object type {}", - "type": "expression", - "code": "231 | run: pipenv install --dev --python=${{ matrix.python-version }}" - } - ] - }, - { - "name": [ - "memos" - ] - }, - { - "name": [ - "mermaid" - ] - }, - { - "name": [ - "metabase" - ], - "errors": [ - { - "file": ".github/workflows/bugs-triage-slack-notification.yml", - "line": 19, - "column": 60, - "message": "\"github.event.issue.title\" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/e2e-stress-test-flake-fix.yml", - "line": 73, - "column": 37, - "message": "property \"edition\" is not defined in object type {}", - "type": "expression", - "code": "73 | - name: Download Metabase ${{ matrix.edition }} uberjar" - }, - { - "file": ".github/workflows/e2e-tests.yml", - "line": 90, - "column": 104, - "message": "property \"even\" is not defined in object type {action: string; action_path: string; action_ref: string; action_repository: string; action_status: string; actor: string; actor_id: string; api_url: string; base_ref: string; env: string; event: object; event_name: string; event_path: string; graphql_url: string; head_ref: string; job: string; job_workflow_sha: string; path: string; ref: string; ref_name: string; ref_protected: string; ref_type: string; repository: string; repository_id: string; repository_owner: string; repository_owner_id: string; repositoryurl: string; retention_days: number; run_attempt: string; run_id: string; run_number: string; secret_source: string; server_url: string; sha: string; token: string; triggering_actor: string; workflow: string; workflow_ref: string; workflow_sha: string; workspace: string}", - "type": "expression", - "code": "90 | COMMIT_INFO_MESSAGE : ${{ github.event.pull_request.title || github.event.head_commit.message || github.even.head.sha }}" - }, - { - "file": ".github/workflows/e2e-tests.yml", - "line": 237, - "column": 49, - "message": "property \"edition\" is not defined in object type {}", - "type": "expression", - "code": "237 | - name: Retrieve uberjar artifact for ${{ matrix.edition }}" - }, - { - "file": ".github/workflows/escalation-slack-notification.yml", - "line": 17, - "column": 60, - "message": "\"github.event.issue.title\" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/frontend.yml", - "line": 73, - "column": 14, - "message": "label \"buildjet-2vcpu-ubuntu-2204\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "73 | runs-on: buildjet-2vcpu-ubuntu-2204" - }, - { - "file": ".github/workflows/percy-issue-comment.yml", - "line": 24, - "column": 20, - "message": "property \"pr_info\" is not defined in object type {}", - "type": "expression", - "code": "24 | ref: ${{ needs.pr_info.outputs.branch_name }}" - }, - { - "file": ".github/workflows/percy-issue-comment.yml", - "line": 56, - "column": 14, - "message": "label \"buildjet-4vcpu-ubuntu-2004\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "56 | runs-on: buildjet-4vcpu-ubuntu-2004" - }, - { - "file": ".github/workflows/percy-visual-label.yml", - "line": 12, - "column": 14, - "message": "label \"buildjet-4vcpu-ubuntu-2004\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "12 | runs-on: buildjet-4vcpu-ubuntu-2004" - }, - { - "file": ".github/workflows/team-issues-slack-notification.yml", - "line": 21, - "column": 60, - "message": "\"github.event.issue.title\" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/yaml.yml", - "line": 28, - "column": 9, - "message": "property \"files-changed\" is not defined in object type {}", - "type": "expression", - "code": "28 | if: needs.files-changed.outputs.yaml == 'true'" - } - ] - }, - { - "name": [ - "metasploit-framework" - ], - "errors": [ - { - "file": ".github/workflows/acceptance.yml", - "line": 191, - "column": 30, - "message": "property \"ruby\" is not defined in object type {}", - "type": "expression", - "code": "191 | ruby-version: '${{ matrix.ruby }}'" - }, - { - "file": ".github/workflows/mssql_acceptance.yml", - "line": 148, - "column": 30, - "message": "property \"ruby\" is not defined in object type {}", - "type": "expression", - "code": "148 | ruby-version: '${{ matrix.ruby }}'" - }, - { - "file": ".github/workflows/mysql_acceptance.yml", - "line": 148, - "column": 30, - "message": "property \"ruby\" is not defined in object type {}", - "type": "expression", - "code": "148 | ruby-version: '${{ matrix.ruby }}'" - }, - { - "file": ".github/workflows/postgres_acceptance.yml", - "line": 148, - "column": 30, - "message": "property \"ruby\" is not defined in object type {}", - "type": "expression", - "code": "148 | ruby-version: '${{ matrix.ruby }}'" - }, - { - "file": ".github/workflows/smb_acceptance.yml", - "line": 132, - "column": 30, - "message": "property \"ruby\" is not defined in object type {}", - "type": "expression", - "code": "132 | ruby-version: '${{ matrix.ruby }}'" - } - ] - }, - { - "name": [ - "meteor" - ] - }, - { - "name": [ - "minikube" - ], - "errors": [ - { - "file": ".github/workflows/update-golang-version.yml", - "line": 53, - "column": 74, - "message": "property \"createpr\" is not defined in object type {bumpgolang: {conclusion: string; outcome: string; outputs: {string => string}}}", - "type": "expression", - "code": "132 | ruby-version: '${{ matrix.ruby }}'" - } - ] - }, - { - "name": [ - "minio" - ], - "errors": [ - { - "file": ".github/workflows/mint.yml", - "line": 20, - "column": 14, - "message": "label \"mint\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "20 | runs-on: mint" - }, - { - "file": ".github/workflows/mint/minio-compress-encrypt.yaml", - "line": 1, - "column": 1, - "message": "unexpected key \"version\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "1 | version: '3.7'" - }, - { - "file": ".github/workflows/mint/minio-compress-encrypt.yaml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | version: '3.7'" - }, - { - "file": ".github/workflows/mint/minio-compress-encrypt.yaml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | version: '3.7'" - }, - { - "file": ".github/workflows/mint/minio-compress-encrypt.yaml", - "line": 4, - "column": 1, - "message": "unexpected key \"x-minio-common\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "4 | x-minio-common: &minio-common" - }, - { - "file": ".github/workflows/mint/minio-compress-encrypt.yaml", - "line": 27, - "column": 1, - "message": "unexpected key \"services\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "27 | services:" - }, - { - "file": ".github/workflows/mint/minio-compress-encrypt.yaml", - "line": 72, - "column": 1, - "message": "unexpected key \"volumes\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "72 | volumes:" - }, - { - "file": ".github/workflows/mint/minio-erasure.yaml", - "line": 1, - "column": 1, - "message": "unexpected key \"version\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "1 | version: '3.7'" - }, - { - "file": ".github/workflows/mint/minio-erasure.yaml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | version: '3.7'" - }, - { - "file": ".github/workflows/mint/minio-erasure.yaml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | version: '3.7'" - }, - { - "file": ".github/workflows/mint/minio-erasure.yaml", - "line": 4, - "column": 1, - "message": "unexpected key \"x-minio-common\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "4 | x-minio-common: &minio-common" - }, - { - "file": ".github/workflows/mint/minio-erasure.yaml", - "line": 24, - "column": 1, - "message": "unexpected key \"services\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "24 | services:" - }, - { - "file": ".github/workflows/mint/minio-erasure.yaml", - "line": 47, - "column": 1, - "message": "unexpected key \"volumes\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "47 | volumes:" - }, - { - "file": ".github/workflows/mint/minio-pools.yaml", - "line": 1, - "column": 1, - "message": "unexpected key \"version\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "1 | version: '3.7'" - }, - { - "file": ".github/workflows/mint/minio-pools.yaml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | version: '3.7'" - }, - { - "file": ".github/workflows/mint/minio-pools.yaml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | version: '3.7'" - }, - { - "file": ".github/workflows/mint/minio-pools.yaml", - "line": 4, - "column": 1, - "message": "unexpected key \"x-minio-common\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "4 | x-minio-common: &minio-common" - }, - { - "file": ".github/workflows/mint/minio-pools.yaml", - "line": 24, - "column": 1, - "message": "unexpected key \"services\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "24 | services:" - }, - { - "file": ".github/workflows/mint/minio-pools.yaml", - "line": 101, - "column": 1, - "message": "unexpected key \"volumes\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "101 | volumes:" - }, - { - "file": ".github/workflows/multipart/docker-compose-site1.yaml", - "line": 1, - "column": 1, - "message": "unexpected key \"version\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "1 | version: '3.7'" - }, - { - "file": ".github/workflows/multipart/docker-compose-site1.yaml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | version: '3.7'" - }, - { - "file": ".github/workflows/multipart/docker-compose-site1.yaml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | version: '3.7'" - }, - { - "file": ".github/workflows/multipart/docker-compose-site1.yaml", - "line": 4, - "column": 1, - "message": "unexpected key \"x-minio-common\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "4 | x-minio-common: &minio-common" - }, - { - "file": ".github/workflows/multipart/docker-compose-site1.yaml", - "line": 14, - "column": 1, - "message": "unexpected key \"services\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "14 | services:" - }, - { - "file": ".github/workflows/multipart/docker-compose-site1.yaml", - "line": 58, - "column": 1, - "message": "unexpected key \"volumes\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "58 | volumes:" - }, - { - "file": ".github/workflows/multipart/docker-compose-site2.yaml", - "line": 1, - "column": 1, - "message": "unexpected key \"version\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "1 | version: '3.7'" - }, - { - "file": ".github/workflows/multipart/docker-compose-site2.yaml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | version: '3.7'" - }, - { - "file": ".github/workflows/multipart/docker-compose-site2.yaml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | version: '3.7'" - }, - { - "file": ".github/workflows/multipart/docker-compose-site2.yaml", - "line": 4, - "column": 1, - "message": "unexpected key \"x-minio-common\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "4 | x-minio-common: &minio-common" - }, - { - "file": ".github/workflows/multipart/docker-compose-site2.yaml", - "line": 14, - "column": 1, - "message": "unexpected key \"services\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "14 | services:" - }, - { - "file": ".github/workflows/multipart/docker-compose-site2.yaml", - "line": 58, - "column": 1, - "message": "unexpected key \"volumes\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "58 | volumes:" - } - ] - }, - { - "name": [ - "mitmproxy" - ], - "errors": [ - { - "file": ".github/workflows/main.yml", - "line": 98, - "column": 20, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "98 | - image: macos-14" - } - ] - }, - { - "name": [ - "mmdetection" - ] - }, - { - "name": [ - "mobx" - ] - }, - { - "name": [ - "moby" - ], - "errors": [ - { - "file": ".github/workflows/.test.yml", - "line": 12, - "column": 18, - "message": "input \"storage\" of workflow_call event has the default value \"graphdriver\", but it is also required. if an input is marked as required, its default value will never be used", - "type": "events", - "code": "12 | default: \"graphdriver\"" - }, - { - "file": ".github/workflows/.windows.yml", - "line": 15, - "column": 18, - "message": "input \"storage\" of workflow_call event has the default value \"graphdriver\", but it is also required. if an input is marked as required, its default value will never be used", - "type": "events", - "code": "15 | default: \"graphdriver\"" - } - ] - }, - { - "name": [ - "mocha" - ] - }, - { - "name": [ - "models" - ] - }, - { - "name": [ - "Modernizr" - ] - }, - { - "name": [ - "moment" - ] - }, - { - "name": [ - "monaco-editor" - ] - }, - { - "name": [ - "mongo" - ] - }, - { - "name": [ - "mongoose" - ] - }, - { - "name": [ - "motion" - ] - }, - { - "name": [ - "mpv" - ], - "errors": [ - { - "file": ".github/workflows/build.yml", - "line": 100, - "column": 13, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "100 | - \"macos-14\"" - }, - { - "file": ".github/workflows/build.yml", - "line": 106, - "column": 17, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "106 | - os: \"macos-14\"" - } - ] - }, - { - "name": [ - "n8n" - ], - "errors": [ - { - "file": ".github/workflows/ci-master.yml", - "line": 48, - "column": 16, - "message": "property \"branch\" is not defined in object type {}", - "type": "expression", - "code": "48 | ref: ${{ inputs.branch }}" - }, - { - "file": ".github/workflows/ci-master.yml", - "line": 51, - "column": 24, - "message": "input \"collectCoverage\" is typed as string by reusable workflow \"./.github/workflows/units-tests-reusable.yml\". bool value cannot be assigned", - "type": "expression", - "code": "51 | collectCoverage: true" - }, - { - "file": ".github/workflows/ci-master.yml", - "line": 64, - "column": 20, - "message": "property \"branch\" is not defined in object type {}", - "type": "expression", - "code": "64 | ref: ${{ inputs.branch }}" - }, - { - "file": ".github/workflows/docker-images.yml", - "line": 16, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "16 | run: echo ::set-output name=tag::$(echo ${GITHUB_REF:14})" - }, - { - "file": ".github/workflows/e2e-reusable.yml", - "line": 163, - "column": 35, - "message": "1st argument of function call is not assignable. \"bool\" cannot be assigned to \"string\". called function type is \"fromJSON(string) -> any\"", - "type": "expression", - "code": "163 | parallel: ${{ fromJSON( inputs.spec == 'e2e/*' && inputs.parallel || false ) }}" - }, - { - "file": ".github/workflows/e2e-reusable.yml", - "line": 186, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "186 | run: |" - }, - { - "file": ".github/workflows/e2e-tests-pr.yml", - "line": 6, - "column": 5, - "message": "unexpected key \"branch\" for \"pull_request_review\" section. expected one of \"branches\", \"branches-ignore\", \"paths\", \"paths-ignore\", \"tags\", \"tags-ignore\", \"types\", \"workflows\"", - "type": "syntax-check", - "code": "6 | branch:" - } - ] - }, - { - "name": [ - "nacos" - ] - }, - { - "name": [ - "neovim" - ], - "errors": [ - { - "file": ".github/workflows/release.yml", - "line": 84, - "column": 29, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "84 | runner: [ macos-12, macos-14 ]" - }, - { - "file": ".github/workflows/release.yml", - "line": 88, - "column": 21, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "88 | - runner: macos-14" - }, - { - "file": ".github/workflows/test.yml", - "line": 109, - "column": 13, - "message": "duplicate value {\"cc\": \"gcc\", \"deps_flags\": \"-D USE_BUNDLED_LUAJIT=OFF -D USE_BUNDLED_LUA=ON\", \"flags\": \"-D PREFER_LUA=ON\", \"flavor\": \"puc-lua\", \"runner\": \"ubuntu-22.04\"} is found in matrix \"build\". the same value is at line:106,col:13", - "type": "matrix", - "code": "109 | { runner: ubuntu-22.04, flavor: puc-lua, cc: gcc, deps_flags: -D USE_BUNDLED_LUAJIT=OFF -D USE_BUNDLED_LUA=ON, flags: -D PREFER_LUA=ON }," - } - ] - }, - { - "name": [ - "nest" - ] - }, - { - "name": [ - "netdata" - ], - "errors": [ - { - "file": ".github/workflows/build-macos.yml", - "line": 88, - "column": 21, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "88 | runner: macos-14" - } - ] - }, - { - "name": [ - "NeteaseCloudMusicApi" - ] - }, - { - "name": [ - "netty" - ] - }, - { - "name": [ - "NewPipe" - ] - }, - { - "name": [ - "next-auth" - ] - }, - { - "name": [ - "next.js" - ], - "errors": [ - { - "file": ".github/workflows/build_and_deploy.yml", - "line": 268, - "column": 18, - "message": "property \"setup\" is not defined in object type {build: string; docker: string; host: array; target: string}", - "type": "expression", - "code": "268 | run: ${{ matrix.settings.setup }}" - }, - { - "file": ".github/workflows/build_and_deploy.yml", - "line": 269, - "column": 17, - "message": "property \"setup\" is not defined in object type {build: string; docker: string; host: array; target: string}", - "type": "expression", - "code": "269 | if: ${{ matrix.settings.setup }}" - }, - { - "file": ".github/workflows/build_and_deploy.yml", - "line": 352, - "column": 9, - "message": "label \"metal\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "352 | - 'metal'" - }, - { - "file": ".github/workflows/build_and_deploy.yml", - "line": 528, - "column": 9, - "message": "label \"metal\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "528 | - 'metal'" - }, - { - "file": ".github/workflows/build_reusable.yml", - "line": 80, - "column": 9, - "message": "label \"metal\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "80 | - 'metal'" - }, - { - "file": ".github/workflows/code_freeze.yml", - "line": 12, - "column": 5, - "message": "expected \"inputs\" key for \"workflow_dispatch\" section but got \"secrets\"", - "type": "syntax-check", - "code": "12 | secrets:" - }, - { - "file": ".github/workflows/code_freeze.yml", - "line": 27, - "column": 30, - "message": "property \"releasetype\" is not defined in object type {type: string}", - "type": "expression", - "code": "27 | environment: release-${{ github.event.inputs.releaseType }}" - }, - { - "file": ".github/workflows/pull_request_stats.yml", - "line": 40, - "column": 9, - "message": "label \"metal\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "40 | - 'metal'" - }, - { - "file": ".github/workflows/setup-nextjs-build.yml", - "line": 15, - "column": 14, - "message": "label \"ubuntu-latest-16-core-oss\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "15 | runs-on: ubuntu-latest-16-core-oss" - }, - { - "file": ".github/workflows/trigger_release.yml", - "line": 24, - "column": 5, - "message": "expected \"inputs\" key for \"workflow_dispatch\" section but got \"secrets\"", - "type": "syntax-check", - "code": "24 | secrets:" - }, - { - "file": ".github/workflows/turbopack-nextjs-build-integration-tests.yml", - "line": 60, - "column": 9, - "message": "label \"metal\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "60 | - 'metal'" - }, - { - "file": ".github/workflows/turbopack-nextjs-build-integration-tests.yml", - "line": 106, - "column": 9, - "message": "label \"metal\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "106 | - 'metal'" - }, - { - "file": ".github/workflows/turbopack-nextjs-build-integration-tests.yml", - "line": 153, - "column": 9, - "message": "label \"metal\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "153 | - 'metal'" - }, - { - "file": ".github/workflows/turbopack-nextjs-build-integration-tests.yml", - "line": 183, - "column": 9, - "message": "label \"metal\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "183 | - 'metal'" - }, - { - "file": ".github/workflows/turbopack-nextjs-dev-integration-tests.yml", - "line": 60, - "column": 9, - "message": "label \"metal\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "60 | - 'metal'" - }, - { - "file": ".github/workflows/turbopack-nextjs-dev-integration-tests.yml", - "line": 106, - "column": 9, - "message": "label \"metal\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "106 | - 'metal'" - }, - { - "file": ".github/workflows/turbopack-nextjs-dev-integration-tests.yml", - "line": 153, - "column": 9, - "message": "label \"metal\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "153 | - 'metal'" - }, - { - "file": ".github/workflows/turbopack-nextjs-dev-integration-tests.yml", - "line": 183, - "column": 9, - "message": "label \"metal\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "183 | - 'metal'" - } - ] - }, - { - "name": [ - "node" - ], - "errors": [ - { - "file": ".github/workflows/notify-on-push.yml", - "line": 63, - "column": 57, - "message": "receiver of object dereference \"default_branch\" must be type of object but got \"string\"", - "type": "expression", - "code": "63 | SLACK_TITLE: Invalid commit was pushed to ${{ github.repository.default_branch }}" - }, - { - "file": ".github/workflows/test-macos.yml", - "line": 41, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "41 | runs-on: macos-14" - } - ] - }, - { - "name": [ - "nodemon" - ] - }, - { - "name": [ - "notepad-plus-plus" - ] - }, - { - "name": [ - "numpy" - ] - }, - { - "name": [ - "nushell" - ] - }, - { - "name": [ - "nuxt.js" - ] - }, - { - "name": [ - "nvm" - ], - "errors": [ - { - "file": ".github/workflows/lint.yml", - "line": 20, - "column": 32, - "message": "property \"node-version\" is not defined in object type {}", - "type": "expression", - "code": "20 | name: 'nvm install ${{ matrix.node-version }} && npm install'" - }, - { - "file": ".github/workflows/lint.yml", - "line": 41, - "column": 32, - "message": "property \"node-version\" is not defined in object type {}", - "type": "expression", - "code": "41 | name: 'nvm install ${{ matrix.node-version }} && npm install'" - }, - { - "file": ".github/workflows/lint.yml", - "line": 60, - "column": 32, - "message": "property \"node-version\" is not defined in object type {}", - "type": "expression", - "code": "60 | name: 'nvm install ${{ matrix.node-version }} && npm install'" - } - ] - }, - { - "name": [ - "nw.js" - ] - }, - { - "name": [ - "nx" - ], - "errors": [ - { - "file": ".github/workflows/issue-notifier.yml", - "line": 25, - "column": 31, - "message": "property \"node_version\" is not defined in object type {}", - "type": "expression", - "code": "25 | - name: Use Node.js ${{ matrix.node_version }}" - } - ] - }, - { - "name": [ - "obs-studio" - ], - "errors": [ - { - "file": ".github/workflows/build-project.yaml", - "line": 62, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "62 | runs-on: macos-14" - }, - { - "file": ".github/workflows/check-format.yaml", - "line": 18, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "18 | runs-on: macos-14" - }, - { - "file": ".github/workflows/dispatch.yaml", - "line": 37, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "37 | runs-on: macos-14" - }, - { - "file": ".github/workflows/dispatch.yaml", - "line": 71, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "71 | runs-on: macos-14" - }, - { - "file": ".github/workflows/publish.yaml", - "line": 7, - "column": 5, - "message": "\"branches\" filter is not available for release event. it is only for push, pull_request, pull_request_target, workflow_run events", - "type": "events", - "code": "7 | branches:" - }, - { - "file": ".github/workflows/publish.yaml", - "line": 163, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "163 | runs-on: macos-14" - }, - { - "file": ".github/workflows/push.yaml", - "line": 142, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "142 | runs-on: macos-14" - }, - { - "file": ".github/workflows/scheduled.yaml", - "line": 15, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "15 | runs-on: macos-14" - }, - { - "file": ".github/workflows/scheduled.yaml", - "line": 137, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "137 | runs-on: macos-14" - } - ] - }, - { - "name": [ - "odoo" - ] - }, - { - "name": [ - "ohmyzsh" - ] - }, - { - "name": [ - "okhttp" - ] - }, - { - "name": [ - "open-source-ios-apps" - ] - }, - { - "name": [ - "OpenAPI-Specification" - ] - }, - { - "name": [ - "opencv" - ], - "errors": [ - { - "file": ".github/workflows/PR-4.x.yaml", - "line": 25, - "column": 9, - "message": "if: condition \"${{ contains(github.event.pull_request.labels.*.name, 'category: dnn') }} || ${{ contains(github.event.pull_request.labels.*.name, 'category: dnn (onnx)') }}\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "25 | if: \"${{ contains(github.event.pull_request.labels.*.name, 'category: dnn') }} || ${{ contains(github.event.pull_request.labels.*.name, 'category: dnn (onnx)') }}\"" - } - ] - }, - { - "name": [ - "openpilot" - ], - "errors": [ - { - "file": ".github/workflows/auto-cache/action.yaml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'automatically cache based on current runner'" - }, - { - "file": ".github/workflows/auto-cache/action.yaml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'automatically cache based on current runner'" - }, - { - "file": ".github/workflows/auto-cache/action.yaml", - "line": 3, - "column": 1, - "message": "unexpected key \"inputs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | inputs:" - }, - { - "file": ".github/workflows/auto-cache/action.yaml", - "line": 18, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "18 | runs:" - }, - { - "file": ".github/workflows/compile-openpilot/action.yaml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'compile openpilot'" - }, - { - "file": ".github/workflows/compile-openpilot/action.yaml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'compile openpilot'" - }, - { - "file": ".github/workflows/compile-openpilot/action.yaml", - "line": 3, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | runs:" - }, - { - "file": ".github/workflows/selfdrive_tests.yaml", - "line": 47, - "column": 30, - "message": "property \"restore-scons-cache\" is not defined in object type {}", - "type": "expression", - "code": "47 | timeout-minutes: ${{ ((steps.restore-scons-cache.outputs.cache-hit == 'true') && 10 || 30) }} # allow more time when we missed the scons cache" - }, - { - "file": ".github/workflows/selfdrive_tests.yaml", - "line": 83, - "column": 30, - "message": "property \"restore-scons-cache\" is not defined in object type {}", - "type": "expression", - "code": "83 | timeout-minutes: ${{ ((steps.restore-scons-cache.outputs.cache-hit == 'true') && 15 || 30) }} # allow more time when we missed the scons cache" - }, - { - "file": ".github/workflows/selfdrive_tests.yaml", - "line": 168, - "column": 30, - "message": "property \"restore-scons-cache\" is not defined in object type {}", - "type": "expression", - "code": "168 | timeout-minutes: ${{ ((steps.restore-scons-cache.outputs.cache-hit == 'true') && 10 || 30) }} # allow more time when we missed the scons cache" - }, - { - "file": ".github/workflows/selfdrive_tests.yaml", - "line": 309, - "column": 13, - "message": "missing input \"restore-keys\" which is required by action \"automatically cache based on current runner\" defined at \"./.github/workflows/auto-cache\". all required inputs are \"key\", \"path\", \"restore-keys\"", - "type": "action", - "code": "309 | uses: ./.github/workflows/auto-cache" - }, - { - "file": ".github/workflows/selfdrive_tests.yaml", - "line": 352, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "352 | run: |" - }, - { - "file": ".github/workflows/setup-pre-commit/action.yaml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'set up pre-commit environment'" - }, - { - "file": ".github/workflows/setup-pre-commit/action.yaml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'set up pre-commit environment'" - }, - { - "file": ".github/workflows/setup-pre-commit/action.yaml", - "line": 3, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | runs:" - }, - { - "file": ".github/workflows/setup-with-retry/action.yaml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'openpilot env setup, with retry on failure'" - }, - { - "file": ".github/workflows/setup-with-retry/action.yaml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'openpilot env setup, with retry on failure'" - }, - { - "file": ".github/workflows/setup-with-retry/action.yaml", - "line": 3, - "column": 1, - "message": "unexpected key \"inputs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | inputs:" - }, - { - "file": ".github/workflows/setup-with-retry/action.yaml", - "line": 13, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "13 | runs:" - }, - { - "file": ".github/workflows/setup/action.yaml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'openpilot env setup'" - }, - { - "file": ".github/workflows/setup/action.yaml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: 'openpilot env setup'" - }, - { - "file": ".github/workflows/setup/action.yaml", - "line": 3, - "column": 1, - "message": "unexpected key \"inputs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | inputs:" - }, - { - "file": ".github/workflows/setup/action.yaml", - "line": 13, - "column": 1, - "message": "unexpected key \"runs\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "13 | runs:" - }, - { - "file": ".github/workflows/tools_tests.yaml", - "line": 97, - "column": 30, - "message": "property \"restore-scons-cache\" is not defined in object type {}", - "type": "expression", - "code": "97 | timeout-minutes: ${{ ((steps.restore-scons-cache.outputs.cache-hit == 'true') && 10 || 30) }} # allow more time when we missed the scons cache" - } - ] - }, - { - "name": [ - "openpose" - ] - }, - { - "name": [ - "openssl" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 219, - "column": 24, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "219 | os: [macos-13, macos-14]" - }, - { - "file": ".github/workflows/ci.yml", - "line": 521, - "column": 24, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "521 | os: [macos-13, macos-14]" - }, - { - "file": ".github/workflows/cross-compiles.yml", - "line": 190, - "column": 11, - "message": "property \"qemucpu\" is not defined in object type {arch: string; fips: string; libs: string; ppa: string; target: string; tests: string}", - "type": "expression", - "code": "190 | if: matrix.platform.qemucpu != ''" - }, - { - "file": ".github/workflows/cross-compiles.yml", - "line": 191, - "column": 31, - "message": "property \"qemucpu\" is not defined in object type {arch: string; fips: string; libs: string; ppa: string; target: string; tests: string}", - "type": "expression", - "code": "191 | run: echo \"QEMU_CPU=${{ matrix.platform.qemucpu }}\" >> $GITHUB_ENV" - }, - { - "file": ".github/workflows/cross-compiles.yml", - "line": 194, - "column": 11, - "message": "property \"opensslcapsname\" is not defined in object type {arch: string; fips: string; libs: string; ppa: string; target: string; tests: string}", - "type": "expression", - "code": "194 | if: matrix.platform.opensslcapsname != ''" - }, - { - "file": ".github/workflows/cross-compiles.yml", - "line": 195, - "column": 30, - "message": "property \"opensslcapsname\" is not defined in object type {arch: string; fips: string; libs: string; ppa: string; target: string; tests: string}", - "type": "expression", - "code": "195 | run: echo \"OPENSSL_${{ matrix.platform.opensslcapsname }}=\\" - }, - { - "file": ".github/workflows/os-zoo.yml", - "line": 108, - "column": 44, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "108 | os: [macos-11, macos-12, macos-13, macos-14]" - }, - { - "file": ".github/workflows/run-checker-daily.yml", - "line": 316, - "column": 40, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "316 | os: [ ubuntu-latest, macos-13, macos-14 ]" - }, - { - "file": ".github/workflows/windows.yml", - "line": 69, - "column": 11, - "message": "if: condition \"$${{ matrix.platform.arch == 'win64' }}\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "69 | if: $${{ matrix.platform.arch == 'win64' }}" - } - ] - }, - { - "name": [ - "openzeppelin-contracts" - ] - }, - { - "name": [ - "osquery" - ] - }, - { - "name": [ - "outline" - ], - "errors": [ - { - "file": ".github/workflows/stale.yml", - "line": 29, - "column": 28, - "message": "property \"stale\" is not defined in object type {}", - "type": "expression", - "code": "29 | run: echo ${{ join(steps.stale.outputs.*, ',') }}" - } - ] - }, - { - "name": [ - "Paddle" - ] - }, - { - "name": [ - "pandas" - ], - "errors": [ - { - "file": ".github/workflows/unit-tests.yml", - "line": 77, - "column": 22, - "message": "property \"pandas_ci\" is not defined in object type {env_file: string; extra_apt: string; extra_loc: string; lang: string; lc_all: string; name: string; pattern: string; pytest_target: string; test_args: string}", - "type": "expression", - "code": "77 | PANDAS_CI: ${{ matrix.pandas_ci || '1' }}" - }, - { - "file": ".github/workflows/unit-tests.yml", - "line": 79, - "column": 27, - "message": "property \"pytest_workers\" is not defined in object type {env_file: string; extra_apt: string; extra_loc: string; lang: string; lc_all: string; name: string; pattern: string; pytest_target: string; test_args: string}", - "type": "expression", - "code": "79 | PYTEST_WORKERS: ${{ matrix.pytest_workers || 'auto' }}" - }, - { - "file": ".github/workflows/unit-tests.yml", - "line": 150, - "column": 25, - "message": "property \"meson_args\" is not defined in object type {env_file: string; extra_apt: string; extra_loc: string; lang: string; lc_all: string; name: string; pattern: string; pytest_target: string; test_args: string}", - "type": "expression", - "code": "150 | meson_args: ${{ matrix.meson_args }}" - }, - { - "file": ".github/workflows/unit-tests.yml", - "line": 151, - "column": 26, - "message": "property \"cflags_adds\" is not defined in object type {env_file: string; extra_apt: string; extra_loc: string; lang: string; lc_all: string; name: string; pattern: string; pytest_target: string; test_args: string}", - "type": "expression", - "code": "151 | cflags_adds: ${{ matrix.cflags_adds }}" - }, - { - "file": ".github/workflows/unit-tests.yml", - "line": 172, - "column": 24, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "172 | os: [macos-13, macos-14, windows-latest]" - }, - { - "file": ".github/workflows/unit-tests.yml", - "line": 312, - "column": 38, - "message": "label \"macOS-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "312 | os: [ubuntu-22.04, macOS-13, macOS-14, windows-latest]" - }, - { - "file": ".github/workflows/unit-tests.yml", - "line": 318, - "column": 105, - "message": "property \"pytest_target\" is not defined in object type {os: string}", - "type": "expression", - "code": "318 | group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.os }}-${{ matrix.pytest_target }}-dev" - } - ] - }, - { - "name": [ - "pandoc" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 127, - "column": 35, - "message": "property \"versions\" is not defined in object type {}", - "type": "expression", - "code": "127 | key: ${{ runner.os }}-${{ matrix.versions.ghc }}-${{ matrix.versions.cabal }}-stack-global-${{ secrets.CACHE_VERSION }}" - }, - { - "file": ".github/workflows/ci.yml", - "line": 135, - "column": 35, - "message": "property \"versions\" is not defined in object type {}", - "type": "expression", - "code": "135 | key: ${{ runner.os }}-${{ matrix.versions.ghc }}-${{ matrix.versions.cabal }}-stack-local-${{ secrets.CACHE_VERSION }}" - }, - { - "file": ".github/workflows/ci.yml", - "line": 198, - "column": 40, - "message": "property \"versions\" is not defined in object type {}", - "type": "expression", - "code": "135 | key: ${{ runner.os }}-${{ matrix.versions.ghc }}-${{ matrix.versions.cabal }}-stack-local-${{ secrets.CACHE_VERSION }}" - } - ] - }, - { - "name": [ - "parcel" - ] - }, - { - "name": [ - "pdf.js" - ] - }, - { - "name": [ - "phantomjs" - ], - "errors": [ - { - "file": ".github/workflows/amd64_windows_clang.yml", - "line": 14, - "column": 12, - "message": "workflow command \"add-path\" was deprecated. use `echo \"{path}\" >> $GITHUB_PATH` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "14 | - run: echo \"::add-path::C:\\\\msys64\\\\usr\\\\bin\"" - }, - { - "file": ".github/workflows/amd64_windows_clang.yml", - "line": 20, - "column": 12, - "message": "workflow command \"add-path\" was deprecated. use `echo \"{path}\" >> $GITHUB_PATH` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "20 | - run: echo \"::add-path::C:\\\\msys64\\\\mingw64\\\\bin\"" - }, - { - "file": ".github/workflows/amd64_windows_gcc.yml", - "line": 13, - "column": 12, - "message": "workflow command \"add-path\" was deprecated. use `echo \"{path}\" >> $GITHUB_PATH` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "13 | - run: echo \"::add-path::C:\\\\msys64\\\\usr\\\\bin\"" - }, - { - "file": ".github/workflows/amd64_windows_gcc.yml", - "line": 19, - "column": 12, - "message": "workflow command \"add-path\" was deprecated. use `echo \"{path}\" >> $GITHUB_PATH` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "19 | - run: echo \"::add-path::C:\\\\msys64\\\\mingw64\\\\bin\"" - }, - { - "file": ".github/workflows/i686_windows_gcc.yml", - "line": 13, - "column": 12, - "message": "workflow command \"add-path\" was deprecated. use `echo \"{path}\" >> $GITHUB_PATH` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "13 | - run: echo \"::add-path::C:\\\\msys64\\\\usr\\\\bin\"" - }, - { - "file": ".github/workflows/i686_windows_gcc.yml", - "line": 19, - "column": 12, - "message": "workflow command \"add-path\" was deprecated. use `echo \"{path}\" >> $GITHUB_PATH` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "19 | - run: echo \"::add-path::C:\\\\msys64\\\\mingw32\\\\bin\"" - } - ] - }, - { - "name": [ - "phaser" - ] - }, - { - "name": [ - "photoprism" - ] - }, - { - "name": [ - "php-src" - ], - "errors": [ - { - "file": ".github/workflows/nightly.yml", - "line": 36, - "column": 105, - "message": "\"github.head_ref\" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details", - "type": "expression", - "code": "36 | run: php .github/nightly_matrix.php \"${{ github.event_name }}\" \"${{ github.run_attempt }}\" \"${{ github.head_ref || github.ref_name }}\"" - }, - { - "file": ".github/workflows/nightly.yml", - "line": 196, - "column": 35, - "message": "property \"run_tests_parameters\" is not defined in object type {branch: any; debug: bool; zts: bool}", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/nightly.yml", - "line": 202, - "column": 35, - "message": "property \"run_tests_parameters\" is not defined in object type {branch: any; debug: bool; zts: bool}", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/nightly.yml", - "line": 209, - "column": 35, - "message": "property \"run_tests_parameters\" is not defined in object type {branch: any; debug: bool; zts: bool}", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/nightly.yml", - "line": 217, - "column": 35, - "message": "property \"run_tests_parameters\" is not defined in object type {branch: any; debug: bool; zts: bool}", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/push.yml", - "line": 186, - "column": 49, - "message": "property \"debug\" is not defined in object type {arch: string; os: number}", - "type": "expression", - "code": "186 | testArtifacts: ${{ matrix.arch }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Tracing JIT" - } - ] - }, - { - "name": [ - "pi-hole" - ] - }, - { - "name": [ - "pipenv" - ], - "errors": [ - { - "file": ".github/workflows/ci.yaml", - "line": 47, - "column": 42, - "message": "property \"python-version\" is not defined in object type {}", - "type": "expression", - "code": "47 | PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }}" - } - ] - }, - { - "name": [ - "pixi.js" - ] - }, - { - "name": [ - "playwright" - ], - "errors": [ - { - "file": ".github/workflows/publish_release_npm.yml", - "line": 32, - "column": 14, - "message": "got unexpected character '\\u00a0' while lexing expression, expecting 'a'..'z', 'A'..'Z', '_', '0'..'9', ''', '}', '(', ')', '", - "type": "', ']', '.', '!', '<', '>', '=', '&', '|', '*', ',', ' ' [expression", - "code": "32 | if: ${{\u00a0!github.event.release.prerelease }}" - }, - { - "file": ".github/workflows/tests_secondary.yml", - "line": 62, - "column": 34, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "62 | os: [macos-12, macos-13, macos-14]" - } - ] - }, - { - "name": [ - "plyr" - ] - }, - { - "name": [ - "pm2" - ] - }, - { - "name": [ - "pnpm" - ] - }, - { - "name": [ - "podman" - ] - }, - { - "name": [ - "poetry" - ], - "errors": [ - { - "file": ".github/workflows/tests.yaml", - "line": 66, - "column": 9, - "message": "property \"changes\" is not defined in object type {lockfile: {outputs: {}; result: string}}", - "type": "expression", - "code": "66 | if: needs.changes.outputs.project == 'true'" - } - ] - }, - { - "name": [ - "popper-core" - ] - }, - { - "name": [ - "portainer" - ], - "errors": [ - { - "file": ".github/workflows/ci.yaml", - "line": 46, - "column": 20, - "message": "property \"branch\" is not defined in object type {}", - "type": "expression", - "code": "46 | ref: ${{ github.event.inputs.branch }}" - }, - { - "file": ".github/workflows/pr-security.yml", - "line": 8, - "column": 5, - "message": "\"paths\" filter is not available for pull_request_review event. it is only for push, pull_request, pull_request_target events", - "type": "events", - "code": "8 | paths:" - } - ] - }, - { - "name": [ - "postcss" - ] - }, - { - "name": [ - "postgrest" - ] - }, - { - "name": [ - "powerlevel10k" - ] - }, - { - "name": [ - "PowerShell" - ] - }, - { - "name": [ - "PowerToys" - ] - }, - { - "name": [ - "prettier" - ] - }, - { - "name": [ - "prisma" - ], - "errors": [ - { - "file": ".github/workflows/build-engine-branch.yml", - "line": 46, - "column": 29, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "46 | os: [ubuntu-latest, macos-14, windows-latest]" - }, - { - "file": ".github/workflows/test-template.yml", - "line": 978, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "978 | os: [macos-14, windows-latest]" - }, - { - "file": ".github/workflows/test-template.yml", - "line": 1056, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "1056 | os: [macos-14, windows-latest]" - } - ] - }, - { - "name": [ - "prometheus" - ] - }, - { - "name": [ - "protobuf" - ], - "errors": [ - { - "file": ".github/workflows/clear_caches.yml", - "line": 28, - "column": 45, - "message": "property \"output\" is not defined in object type {}", - "type": "expression", - "code": "28 | path: ${{ github.workspace }}/${{ steps.output.outputs.repository-cache }}" - }, - { - "file": ".github/workflows/test_objectivec.yml", - "line": 76, - "column": 17, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "76 | - OS: macos-14" - }, - { - "file": ".github/workflows/test_php_ext.yml", - "line": 28, - "column": 36, - "message": "property \"version\" is not defined in object type {}", - "type": "expression", - "code": "28 | bazel-cache: php_ext/${{ matrix.version }}" - }, - { - "file": ".github/workflows/test_ruby.yml", - "line": 43, - "column": 22, - "message": "property \"image\" is not defined in object type {ffi: string; name: string; ruby: string}", - "type": "expression", - "code": "43 | image: ${{ matrix.image || format('us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:{0}-6.3.0-a6940b1421a71325ef4c7828ec72d404f56bbf30', matrix.ruby) }}" - }, - { - "file": ".github/workflows/test_ruby.yml", - "line": 45, - "column": 58, - "message": "property \"bazel\" is not defined in object type {ffi: string; name: string; ruby: string}", - "type": "expression", - "code": "45 | bazel-cache: ruby_linux/${{ matrix.ruby }}_${{ matrix.bazel }}" - }, - { - "file": ".github/workflows/test_ruby.yml", - "line": 177, - "column": 60, - "message": "property \"bazel\" is not defined in object type {ffi: string; name: string; ruby: string}", - "type": "expression", - "code": "177 | bazel-cache: ruby_install/${{ matrix.ruby }}_${{ matrix.bazel }}" - } - ] - }, - { - "name": [ - "Proton" - ] - }, - { - "name": [ - "public-apis" - ] - }, - { - "name": [ - "pug" - ] - }, - { - "name": [ - "puppeteer" - ] - }, - { - "name": [ - "pyenv" - ], - "errors": [ - { - "file": ".github/workflows/modified_scripts_build.yml", - "line": 23, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "23 | run: |" - } - ] - }, - { - "name": [ - "Python" - ] - }, - { - "name": [ - "python-telegram-bot" - ], - "errors": [ - { - "file": ".github/workflows/type_completeness.yml", - "line": 19, - "column": 33, - "message": "property \"python-version\" is not defined in object type {}", - "type": "expression", - "code": "19 | - name: Set up Python ${{ matrix.python-version }}" - } - ] - }, - { - "name": [ - "pytorch" - ], - "errors": [ - { - "file": ".github/workflows/_linux-test.yml", - "line": 353, - "column": 33, - "message": "property \"workspace\" is not defined in object type {arch: string; debug: string; name: string; os: string; temp: string; tool_cache: string}", - "type": "expression", - "code": "353 | RUNNER_WORKSPACE: ${{ runner.workspace }}" - }, - { - "file": ".github/workflows/_mac-test.yml", - "line": 213, - "column": 13, - "message": "if: condition \"always() && ${{ steps.monitor-script.outputs.monitor-script-pid }}\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "213 | if: always() && ${{ steps.monitor-script.outputs.monitor-script-pid }}" - } - ] - }, - { - "name": [ - "pytorch-lightning" - ], - "errors": [ - { - "file": ".github/workflows/_legacy-checkpoints.yml", - "line": 79, - "column": 17, - "message": "property \"pkg-name\" is not defined in object type {}", - "type": "expression", - "code": "79 | if: ${{ matrix.pkg-name != 'lightning' }}" - }, - { - "file": ".github/workflows/ci-tests-store.yml", - "line": 59, - "column": 17, - "message": "property \"requires\" is not defined in object type {os: string; pkg-name: string; python-version: number; pytorch-version: number}", - "type": "expression", - "code": "59 | if: ${{ matrix.requires != 'oldest' && matrix.release != 'pre' }}" - }, - { - "file": ".github/workflows/ci-tests-store.yml", - "line": 59, - "column": 48, - "message": "property \"release\" is not defined in object type {os: string; pkg-name: string; python-version: number; pytorch-version: number}", - "type": "expression", - "code": "59 | if: ${{ matrix.requires != 'oldest' && matrix.release != 'pre' }}" - } - ] - }, - { - "name": [ - "qBittorrent" - ], - "errors": [ - { - "file": ".github/workflows/helper/codeql/cpp.yaml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: \"CodeQL config for C++\"" - }, - { - "file": ".github/workflows/helper/codeql/cpp.yaml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: \"CodeQL config for C++\"" - }, - { - "file": ".github/workflows/helper/codeql/cpp.yaml", - "line": 3, - "column": 1, - "message": "unexpected key \"queries\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | queries:" - }, - { - "file": ".github/workflows/helper/codeql/cpp.yaml", - "line": 6, - "column": 1, - "message": "unexpected key \"query-filters\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "6 | query-filters:" - }, - { - "file": ".github/workflows/helper/codeql/js.yaml", - "line": 1, - "column": 1, - "message": "\"on\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: \"CodeQL config for Javascript\"" - }, - { - "file": ".github/workflows/helper/codeql/js.yaml", - "line": 1, - "column": 1, - "message": "\"jobs\" section is missing in workflow", - "type": "syntax-check", - "code": "1 | name: \"CodeQL config for Javascript\"" - }, - { - "file": ".github/workflows/helper/codeql/js.yaml", - "line": 3, - "column": 1, - "message": "unexpected key \"paths-ignore\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "3 | paths-ignore:" - }, - { - "file": ".github/workflows/helper/codeql/js.yaml", - "line": 6, - "column": 1, - "message": "unexpected key \"queries\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "6 | queries:" - }, - { - "file": ".github/workflows/helper/codeql/js.yaml", - "line": 9, - "column": 1, - "message": "unexpected key \"query-filters\" for \"workflow\" section. expected one of \"concurrency\", \"defaults\", \"env\", \"jobs\", \"name\", \"on\", \"permissions\", \"run-name\"", - "type": "syntax-check", - "code": "9 | query-filters:" - } - ] - }, - { - "name": [ - "quasar" - ] - }, - { - "name": [ - "quill" - ] - }, - { - "name": [ - "rails" - ] - }, - { - "name": [ - "ramda" - ] - }, - { - "name": [ - "rancher" - ], - "errors": [ - { - "file": ".github/workflows/go-get.yml", - "line": 48, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "48 | run: |" - }, - { - "file": ".github/workflows/replace-env-value.yml", - "line": 46, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "46 | run: |" - }, - { - "file": ".github/workflows/update-readme.yml", - "line": 59, - "column": 12, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "59 | run: |" - } - ] - }, - { - "name": [ - "ray" - ] - }, - { - "name": [ - "rclone" - ], - "errors": [ - { - "file": ".github/workflows/build_publish_release_docker_image.yml", - "line": 28, - "column": 20, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "28 | run: echo ::set-output name=ACTUAL_PATCH_VERSION::$(echo $GITHUB_REF | cut -d / -f 3 | sed 's/v//g')" - }, - { - "file": ".github/workflows/build_publish_release_docker_image.yml", - "line": 31, - "column": 20, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "31 | run: echo ::set-output name=ACTUAL_MINOR_VERSION::$(echo $GITHUB_REF | cut -d / -f 3 | sed 's/v//g' | cut -d \".\" -f 1,2)" - }, - { - "file": ".github/workflows/build_publish_release_docker_image.yml", - "line": 34, - "column": 20, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "34 | run: echo ::set-output name=ACTUAL_MAJOR_VERSION::$(echo $GITHUB_REF | cut -d / -f 3 | sed 's/v//g' | cut -d \".\" -f 1)" - } - ] - }, - { - "name": [ - "react" - ] - }, - { - "name": [ - "react-admin" - ] - }, - { - "name": [ - "react-bootstrap" - ] - }, - { - "name": [ - "react-hook-form" - ] - }, - { - "name": [ - "react-native" - ] - }, - { - "name": [ - "react-native-elements" - ], - "errors": [ - { - "file": ".github/workflows/bump-version.yml", - "line": 48, - "column": 48, - "message": "property \"pr\" is not defined in object type {name: string}", - "type": "expression", - "code": "34 | run: echo ::set-output name=ACTUAL_MAJOR_VERSION::$(echo $GITHUB_REF | cut -d / -f 3 | sed 's/v//g' | cut -d \".\" -f 1)" - }, - { - "file": ".github/workflows/bump-version.yml", - "line": 58, - "column": 131, - "message": "property \"pr\" is not defined in object type {name: string}", - "type": "expression", - "code": "34 | run: echo ::set-output name=ACTUAL_MAJOR_VERSION::$(echo $GITHUB_REF | cut -d / -f 3 | sed 's/v//g' | cut -d \".\" -f 1)" - } - ] - }, - { - "name": [ - "react-native-web" - ] - }, - { - "name": [ - "react-navigation" - ] - }, - { - "name": [ - "react-query" - ] - }, - { - "name": [ - "react-redux" - ] - }, - { - "name": [ - "react-router" - ] - }, - { - "name": [ - "react-select" - ] - }, - { - "name": [ - "react-table" - ] - }, - { - "name": [ - "react-use" - ] - }, - { - "name": [ - "react-virtualized" - ] - }, - { - "name": [ - "recharts" - ], - "errors": [ - { - "file": ".github/workflows/chromatic.yml", - "line": 16, - "column": 31, - "message": "property \"node-version\" is not defined in object type {}", - "type": "expression", - "code": "16 | - name: Use Node.js ${{ matrix.node-version }}" - }, - { - "file": ".github/workflows/chromatic.yml", - "line": 19, - "column": 29, - "message": "property \"node-version\" is not defined in object type {}", - "type": "expression", - "code": "19 | node-version: ${{ matrix.node-version }}" - } - ] - }, - { - "name": [ - "redash" - ] - }, - { - "name": [ - "redis" - ], - "errors": [ - { - "file": ".github/workflows/daily.yml", - "line": 1051, - "column": 206, - "message": "property \"sentinel\" is not defined in object type {cluster_test_args: string; skipjobs: string; skiptests: string; test_args: string; use_git_ref: string; use_repo: string}", - "type": "expression", - "code": "1051 | run: ./utils/req-res-log-validator.py --verbose --fail-missing-reply-schemas ${{ (!contains(github.event.inputs.skiptests, 'redis') && !contains(github.event.inputs.skiptests, 'module') && !contains(github.event.inputs.sentinel, 'redis') && !contains(github.event.inputs.skiptests, 'cluster')) && github.event.inputs.test_args == '' && github.event.inputs.cluster_test_args == '' && '--fail-commands-not-all-hit' || '' }}" - } - ] - }, - { - "name": [ - "RedisDesktopManager" - ] - }, - { - "name": [ - "redisson" - ] - }, - { - "name": [ - "redoc" - ] - }, - { - "name": [ - "redux" - ] - }, - { - "name": [ - "redux-saga" - ] - }, - { - "name": [ - "refined-github" - ] - }, - { - "name": [ - "request" - ] - }, - { - "name": [ - "requests" - ] - }, - { - "name": [ - "restic" - ] - }, - { - "name": [ - "rethinkdb" - ] - }, - { - "name": [ - "retrofit" - ] - }, - { - "name": [ - "reveal.js" - ] - }, - { - "name": [ - "rich" - ], - "errors": [ - { - "file": ".github/workflows/pythonpackage.yml", - "line": 30, - "column": 13, - "message": "property \"cached-poetry-dependencies\" is not defined in object type {}", - "type": "expression", - "code": "30 | if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'" - } - ] - }, - { - "name": [ - "ripgrep" - ] - }, - { - "name": [ - "Rocket" - ] - }, - { - "name": [ - "Rocket.Chat" - ] - }, - { - "name": [ - "rocksdb" - ], - "errors": [ - { - "file": ".github/workflows/nightly-candidate.yml", - "line": 9, - "column": 15, - "message": "label \"arm64large\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "9 | labels: arm64large" - }, - { - "file": ".github/workflows/nightly.yml", - "line": 10, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "10 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/nightly.yml", - "line": 32, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "32 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/nightly.yml", - "line": 44, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "44 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/nightly.yml", - "line": 58, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "58 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/nightly.yml", - "line": 72, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "72 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/nightly.yml", - "line": 102, - "column": 15, - "message": "label \"4-core-ubuntu-arm\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "102 | labels: 4-core-ubuntu-arm" - }, - { - "file": ".github/workflows/pr-jobs-candidate.yml", - "line": 10, - "column": 15, - "message": "label \"arm64large\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "10 | labels: arm64large # GitHub hosted ARM runners do not yet exist" - }, - { - "file": ".github/workflows/pr-jobs-candidate.yml", - "line": 20, - "column": 15, - "message": "label \"arm64large\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "20 | labels: arm64large # GitHub hosted ARM runners do not yet exist" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 58, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "58 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 70, - "column": 15, - "message": "label \"4-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "70 | labels: 4-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 89, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "89 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 103, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "103 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 116, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "116 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 130, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "130 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 143, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "143 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 160, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "160 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 172, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "172 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 186, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "186 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 212, - "column": 15, - "message": "label \"8-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "212 | labels: 8-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 227, - "column": 15, - "message": "label \"4-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "227 | labels: 4-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 240, - "column": 15, - "message": "label \"4-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "240 | labels: 4-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 255, - "column": 15, - "message": "label \"8-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "255 | labels: 8-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 266, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "266 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 278, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "278 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 290, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "290 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 302, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "302 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 315, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "315 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 334, - "column": 15, - "message": "label \"4-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "334 | labels: 4-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 348, - "column": 15, - "message": "label \"4-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "348 | labels: 4-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 361, - "column": 15, - "message": "label \"32-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "361 | labels: 32-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 373, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "373 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 385, - "column": 15, - "message": "label \"32-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "385 | labels: 32-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 397, - "column": 15, - "message": "label \"16-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "397 | labels: 16-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 464, - "column": 15, - "message": "label \"4-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "464 | labels: 4-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 492, - "column": 15, - "message": "label \"4-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "492 | labels: 4-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 587, - "column": 15, - "message": "label \"4-core-ubuntu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "587 | labels: 4-core-ubuntu" - }, - { - "file": ".github/workflows/pr-jobs.yml", - "line": 613, - "column": 15, - "message": "label \"4-core-ubuntu-arm\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "613 | labels: 4-core-ubuntu-arm" - } - ] - }, - { - "name": [ - "rollup" - ], - "errors": [ - { - "file": ".github/workflows/build-and-tests.yml", - "line": 460, - "column": 29, - "message": "property \"node\" is not defined in object type {}", - "type": "expression", - "code": "460 | node-version: ${{ matrix.node }}" - } - ] - }, - { - "name": [ - "RSSHub" - ], - "errors": [ - { - "file": ".github/workflows/test.yml", - "line": 50, - "column": 69, - "message": "property access of object must be type of string but got \"number\"", - "type": "expression", - "code": "50 | REDIS_URL: redis://localhost:${{ job.services.redis.ports[6379] }}/" - } - ] - }, - { - "name": [ - "ruby" - ], - "errors": [ - { - "file": ".github/workflows/annocheck.yml", - "line": 64, - "column": 27, - "message": "string should not be empty", - "type": "syntax-check", - "code": "64 | working-directory:" - }, - { - "file": ".github/workflows/compilers.yml", - "line": 234, - "column": 27, - "message": "string should not be empty", - "type": "syntax-check", - "code": "234 | working-directory:" - }, - { - "file": ".github/workflows/compilers.yml", - "line": 250, - "column": 82, - "message": "property \"crosshost\" is not defined in object type {container: string; env: {append_configure: string; cflags: string; cppflags: string; cxxflags: string; default_cc: string; optflags: string}; name: string; shared: string; static-exts: string}", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/compilers.yml", - "line": 283, - "column": 17, - "message": "property \"check\" is not defined in object type {container: string; env: {append_configure: string; cflags: string; cppflags: string; cxxflags: string; default_cc: string; optflags: string}; name: string; shared: string; static-exts: string}", - "type": "expression", - "code": "283 | if: ${{ matrix.entry.check }}" - }, - { - "file": ".github/workflows/compilers.yml", - "line": 286, - "column": 17, - "message": "property \"check\" is not defined in object type {container: string; env: {append_configure: string; cflags: string; cppflags: string; cxxflags: string; default_cc: string; optflags: string}; name: string; shared: string; static-exts: string}", - "type": "expression", - "code": "286 | if: ${{ matrix.entry.check }}" - }, - { - "file": ".github/workflows/compilers.yml", - "line": 289, - "column": 17, - "message": "property \"check\" is not defined in object type {container: string; env: {append_configure: string; cflags: string; cppflags: string; cxxflags: string; default_cc: string; optflags: string}; name: string; shared: string; static-exts: string}", - "type": "expression", - "code": "289 | if: ${{ matrix.entry.check }}" - }, - { - "file": ".github/workflows/compilers.yml", - "line": 294, - "column": 17, - "message": "property \"check\" is not defined in object type {container: string; env: {append_configure: string; cflags: string; cppflags: string; cxxflags: string; default_cc: string; optflags: string}; name: string; shared: string; static-exts: string}", - "type": "expression", - "code": "294 | if: ${{ matrix.entry.check }}" - }, - { - "file": ".github/workflows/macos.yml", - "line": 82, - "column": 40, - "message": "property \"skipped_tests\" is not defined in object type {os: string; test_opts: string; test_task: string}", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/macos.yml", - "line": 86, - "column": 48, - "message": "property \"skipped_tests\" is not defined in object type {os: string; test_opts: string; test_task: string}", - "type": "expression", - "code": "86 | if: ${{ matrix.test_task == 'check' && matrix.skipped_tests }}" - }, - { - "file": ".github/workflows/macos.yml", - "line": 118, - "column": 48, - "message": "property \"skipped_tests\" is not defined in object type {os: string; test_opts: string; test_task: string}", - "type": "expression", - "code": "118 | if: ${{ matrix.test_task == 'check' && matrix.skipped_tests }}" - }, - { - "file": ".github/workflows/macos.yml", - "line": 119, - "column": 32, - "message": "property \"continue-on-skipped_tests\" is not defined in object type {os: string; test_opts: string; test_task: string}", - "type": "expression", - "code": "119 | continue-on-error: ${{ matrix.continue-on-skipped_tests || false }}" - }, - { - "file": ".github/workflows/macos.yml", - "line": 134, - "column": 27, - "message": "string should not be empty", - "type": "syntax-check", - "code": "134 | working-directory:" - }, - { - "file": ".github/workflows/mingw.yml", - "line": 85, - "column": 27, - "message": "string should not be empty", - "type": "syntax-check", - "code": "85 | working-directory:" - }, - { - "file": ".github/workflows/mingw.yml", - "line": 98, - "column": 27, - "message": "string should not be empty", - "type": "syntax-check", - "code": "98 | working-directory:" - }, - { - "file": ".github/workflows/ubuntu.yml", - "line": 99, - "column": 40, - "message": "property \"skipped_tests\" is not defined in object type {arch: string; configure: string; os: string; test_task: string}", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/ubuntu.yml", - "line": 103, - "column": 48, - "message": "property \"skipped_tests\" is not defined in object type {arch: string; configure: string; os: string; test_task: string}", - "type": "expression", - "code": "103 | if: ${{ matrix.test_task == 'check' && matrix.skipped_tests }}" - }, - { - "file": ".github/workflows/ubuntu.yml", - "line": 132, - "column": 48, - "message": "property \"skipped_tests\" is not defined in object type {arch: string; configure: string; os: string; test_task: string}", - "type": "expression", - "code": "132 | if: ${{ matrix.test_task == 'check' && matrix.skipped_tests }}" - }, - { - "file": ".github/workflows/ubuntu.yml", - "line": 133, - "column": 32, - "message": "property \"continue-on-skipped_tests\" is not defined in object type {arch: string; configure: string; os: string; test_task: string}", - "type": "expression", - "code": "133 | continue-on-error: ${{ matrix.continue-on-skipped_tests || false }}" - }, - { - "file": ".github/workflows/ubuntu.yml", - "line": 148, - "column": 27, - "message": "string should not be empty", - "type": "syntax-check", - "code": "148 | working-directory:" - }, - { - "file": ".github/workflows/windows.yml", - "line": 64, - "column": 27, - "message": "string should not be empty", - "type": "syntax-check", - "code": "64 | working-directory:" - }, - { - "file": ".github/workflows/windows.yml", - "line": 203, - "column": 56, - "message": "property \"test_task\" is not defined in object type {vc: number; vcvars: string; vs: number}", - "type": "expression", - "code": "203 | label: VS${{ matrix.vc || matrix.vs }} / ${{ matrix.test_task || 'check' }}" - }, - { - "file": ".github/workflows/yjit-macos.yml", - "line": 111, - "column": 40, - "message": "property \"skipped_tests\" is not defined in object type {configure: string; test_task: string; yjit_opts: string}", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/yjit-macos.yml", - "line": 115, - "column": 48, - "message": "property \"skipped_tests\" is not defined in object type {configure: string; test_task: string; yjit_opts: string}", - "type": "expression", - "code": "115 | if: ${{ matrix.test_task == 'check' && matrix.skipped_tests }}" - }, - { - "file": ".github/workflows/yjit-macos.yml", - "line": 136, - "column": 32, - "message": "property \"continue-on-test_task\" is not defined in object type {configure: string; test_task: string; yjit_opts: string}", - "type": "expression", - "code": "136 | continue-on-error: ${{ matrix.continue-on-test_task || false }}" - }, - { - "file": ".github/workflows/yjit-macos.yml", - "line": 145, - "column": 48, - "message": "property \"skipped_tests\" is not defined in object type {configure: string; test_task: string; yjit_opts: string}", - "type": "expression", - "code": "145 | if: ${{ matrix.test_task == 'check' && matrix.skipped_tests }}" - }, - { - "file": ".github/workflows/yjit-macos.yml", - "line": 146, - "column": 32, - "message": "property \"continue-on-skipped_tests\" is not defined in object type {configure: string; test_task: string; yjit_opts: string}", - "type": "expression", - "code": "146 | continue-on-error: ${{ matrix.continue-on-skipped_tests || false }}" - }, - { - "file": ".github/workflows/yjit-macos.yml", - "line": 161, - "column": 27, - "message": "string should not be empty", - "type": "syntax-check", - "code": "161 | working-directory:" - }, - { - "file": ".github/workflows/yjit-ubuntu.yml", - "line": 214, - "column": 27, - "message": "string should not be empty", - "type": "syntax-check", - "code": "214 | working-directory:" - } - ] - }, - { - "name": [ - "rust" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 56, - "column": 17, - "message": "label \"ubuntu-20.04-4core-16gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "56 | os: ubuntu-20.04-4core-16gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 59, - "column": 17, - "message": "label \"ubuntu-20.04-4core-16gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "59 | os: ubuntu-20.04-4core-16gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 64, - "column": 17, - "message": "label \"ubuntu-20.04-16core-64gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "64 | os: ubuntu-20.04-16core-64gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 66, - "column": 17, - "message": "label \"ubuntu-20.04-16core-64gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "66 | os: ubuntu-20.04-16core-64gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 208, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "208 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 211, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "211 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 216, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "216 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 218, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "218 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 221, - "column": 17, - "message": "label \"ubuntu-20.04-16core-64gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "221 | os: ubuntu-20.04-16core-64gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 224, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "224 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 227, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "227 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 230, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "230 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 233, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "233 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 236, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "236 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 239, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "239 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 242, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "242 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 245, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "245 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 248, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "248 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 251, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "251 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 254, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "254 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 257, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "257 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 260, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "260 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 263, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "263 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 266, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "266 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 271, - "column": 17, - "message": "label \"ubuntu-20.04-16core-64gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "271 | os: ubuntu-20.04-16core-64gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 276, - "column": 17, - "message": "label \"ubuntu-20.04-16core-64gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "276 | os: ubuntu-20.04-16core-64gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 280, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "280 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 282, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "282 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 285, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "285 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 288, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "288 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 291, - "column": 17, - "message": "label \"ubuntu-20.04-4core-16gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "291 | os: ubuntu-20.04-4core-16gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 294, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "294 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 297, - "column": 17, - "message": "label \"ubuntu-20.04-4core-16gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "297 | os: ubuntu-20.04-4core-16gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 304, - "column": 17, - "message": "label \"ubuntu-20.04-4core-16gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "304 | os: ubuntu-20.04-4core-16gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 306, - "column": 17, - "message": "label \"ubuntu-20.04-4core-16gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "306 | os: ubuntu-20.04-4core-16gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 311, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "311 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 313, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "313 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 316, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "316 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 321, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "321 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 325, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "325 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 327, - "column": 17, - "message": "label \"ubuntu-20.04-4core-16gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "327 | os: ubuntu-20.04-4core-16gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 332, - "column": 17, - "message": "label \"ubuntu-20.04-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "332 | os: ubuntu-20.04-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 394, - "column": 17, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "394 | os: macos-14" - }, - { - "file": ".github/workflows/ci.yml", - "line": 407, - "column": 17, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "407 | os: macos-14" - }, - { - "file": ".github/workflows/ci.yml", - "line": 412, - "column": 17, - "message": "label \"windows-2019-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "412 | os: windows-2019-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 417, - "column": 17, - "message": "label \"windows-2019-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "417 | os: windows-2019-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 424, - "column": 17, - "message": "label \"windows-2019-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "424 | os: windows-2019-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 431, - "column": 17, - "message": "label \"windows-2019-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "431 | os: windows-2019-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 438, - "column": 17, - "message": "label \"windows-2019-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "438 | os: windows-2019-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 444, - "column": 17, - "message": "label \"windows-2019-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "444 | os: windows-2019-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 450, - "column": 17, - "message": "label \"windows-2019-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "450 | os: windows-2019-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 456, - "column": 17, - "message": "label \"windows-2019-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "456 | os: windows-2019-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 464, - "column": 17, - "message": "label \"windows-2019-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "464 | os: windows-2019-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 472, - "column": 17, - "message": "label \"windows-2019-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "472 | os: windows-2019-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 477, - "column": 17, - "message": "label \"windows-2019-8core-32gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "477 | os: windows-2019-8core-32gb" - }, - { - "file": ".github/workflows/ci.yml", - "line": 616, - "column": 17, - "message": "label \"ubuntu-20.04-16core-64gb\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "616 | os: ubuntu-20.04-16core-64gb" - } - ] - }, - { - "name": [ - "rustlings" - ] - }, - { - "name": [ - "RxJava" - ], - "errors": [ - { - "file": ".github/workflows/gradle_release.yml", - "line": 9, - "column": 5, - "message": "\"branches\" filter is not available for release event. it is only for push, pull_request, pull_request_target, workflow_run events", - "type": "events", - "code": "9 | branches: [ '3.x' ]" - }, - { - "file": ".github/workflows/gradle_release.yml", - "line": 10, - "column": 5, - "message": "\"tags\" filter is not available for release event. it is only for push event", - "type": "events", - "code": "10 | tags:" - } - ] - }, - { - "name": [ - "rxjs" - ] - }, - { - "name": [ - "RxSwift" - ], - "errors": [ - { - "file": ".github/workflows/tests.yml", - "line": 13, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "13 | runs-on: macos-14" - } - ] - }, - { - "name": [ - "sails" - ] - }, - { - "name": [ - "scikit-learn" - ], - "errors": [ - { - "file": ".github/workflows/wheels.yml", - "line": 107, - "column": 17, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "107 | - os: macos-14" - }, - { - "file": ".github/workflows/wheels.yml", - "line": 110, - "column": 17, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "110 | - os: macos-14" - }, - { - "file": ".github/workflows/wheels.yml", - "line": 113, - "column": 17, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "113 | - os: macos-14" - }, - { - "file": ".github/workflows/wheels.yml", - "line": 116, - "column": 17, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "116 | - os: macos-14" - }, - { - "file": ".github/workflows/wheels.yml", - "line": 159, - "column": 40, - "message": "property \"prerelease\" is not defined in object type {manylinux_image: string; os: string; platform_id: string; python: number}", - "type": "expression", - "code": "159 | CIBW_PRERELEASE_PYTHONS: ${{ matrix.prerelease }}" - } - ] - }, - { - "name": [ - "scrapy" - ] - }, - { - "name": [ - "scrcpy" - ] - }, - { - "name": [ - "SDWebImage" - ], - "errors": [ - { - "file": ".github/workflows/CI.yml", - "line": 17, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "17 | runs-on: macos-14" - }, - { - "file": ".github/workflows/CI.yml", - "line": 43, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "43 | runs-on: macos-14" - }, - { - "file": ".github/workflows/CI.yml", - "line": 97, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "97 | runs-on: macos-14" - }, - { - "file": ".github/workflows/CI.yml", - "line": 163, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "163 | runs-on: macos-14" - } - ] - }, - { - "name": [ - "seata" - ], - "errors": [ - { - "file": ".github/workflows/publish-ossrh.yml", - "line": 3, - "column": 5, - "message": "unknown Webhook event \"false\". see https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#webhook-events for list of all Webhook event names", - "type": "events", - "code": "3 | on: false" - } - ] - }, - { - "name": [ - "select2" - ] - }, - { - "name": [ - "selenium" - ], - "errors": [ - { - "file": ".github/workflows/ci-dotnet.yml", - "line": 13, - "column": 18, - "message": "input \"cache-key\" is typed as string by reusable workflow \"./.github/workflows/bazel.yml\". bool value cannot be assigned", - "type": "expression", - "code": "13 | cache-key: false" - }, - { - "file": ".github/workflows/ci-dotnet.yml", - "line": 22, - "column": 18, - "message": "input \"cache-key\" is typed as string by reusable workflow \"./.github/workflows/bazel.yml\". bool value cannot be assigned", - "type": "expression", - "code": "22 | cache-key: false" - }, - { - "file": ".github/workflows/mirror-selenium-releases.yml", - "line": 24, - "column": 12, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "24 | run: |" - }, - { - "file": ".github/workflows/pre-release.yml", - "line": 53, - "column": 16, - "message": "input \"release\" is typed as string by reusable workflow \"./.github/workflows/ci-rust.yml\". bool value cannot be assigned", - "type": "expression", - "code": "53 | release: true" - } - ] - }, - { - "name": [ - "Semantic-UI" - ] - }, - { - "name": [ - "Sentinel" - ] - }, - { - "name": [ - "sentry" - ], - "errors": [ - { - "file": ".github/workflows/frontend.yml", - "line": 29, - "column": 45, - "message": "property \"output\" is not defined in object type {conclusion: string; outcome: string; outputs: {string => string}}", - "type": "expression", - "code": "29 | lintable_css_in_js_rules_changed: ${{ steps.changes.output.lintable_css_in_js_rules_changed }}" - }, - { - "file": ".github/workflows/lock.yml", - "line": 4, - "column": 13, - "message": "scheduled job runs too frequently. it runs once per 60 seconds. the shortest interval is once every 5 minutes", - "type": "events", - "code": "4 | - cron: '* */12 * * *'" - } - ] - }, - { - "name": [ - "sequelize" - ], - "errors": [ - { - "file": ".github/workflows/stale.yml", - "line": 57, - "column": 28, - "message": "elements of object at receiver of object filtering `.*` must be type of object but got \"string\". the type of receiver was \"{string => string}\"", - "type": "expression", - "code": "57 | run: echo ${{ join(steps.stale-bug.outputs.*, ',') }}" - }, - { - "file": ".github/workflows/stale.yml", - "line": 59, - "column": 28, - "message": "elements of object at receiver of object filtering `.*` must be type of object but got \"string\". the type of receiver was \"{string => string}\"", - "type": "expression", - "code": "59 | run: echo ${{ join(steps.stale-feature.outputs.*, ',') }}" - }, - { - "file": ".github/workflows/stale.yml", - "line": 61, - "column": 28, - "message": "elements of object at receiver of object filtering `.*` must be type of object but got \"string\". the type of receiver was \"{string => string}\"", - "type": "expression", - "code": "61 | run: echo ${{ join(steps.invalid.outputs.*, ',') }}" - } - ] - }, - { - "name": [ - "serenity" - ], - "errors": [ - { - "file": ".github/workflows/cmake.yml", - "line": 90, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "90 | run: |" - }, - { - "file": ".github/workflows/cmake.yml", - "line": 90, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "90 | run: |" - }, - { - "file": ".github/workflows/pvs-studio-static-analysis.yml", - "line": 39, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "39 | run: |" - }, - { - "file": ".github/workflows/pvs-studio-static-analysis.yml", - "line": 39, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "39 | run: |" - }, - { - "file": ".github/workflows/sonar-cloud-static-analysis.yml", - "line": 32, - "column": 13, - "message": "property \"sonarcloud-cache\" is not defined in object type {}", - "type": "expression", - "code": "32 | if: steps.sonarcloud-cache.outputs.cache-hit != 'true'" - }, - { - "file": ".github/workflows/sonar-cloud-static-analysis.yml", - "line": 71, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "71 | run: |" - }, - { - "file": ".github/workflows/sonar-cloud-static-analysis.yml", - "line": 71, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "71 | run: |" - } - ] - }, - { - "name": [ - "serverless" - ] - }, - { - "name": [ - "servo" - ] - }, - { - "name": [ - "shadowsocks-android" - ] - }, - { - "name": [ - "shadowsocks-windows" - ], - "errors": [ - { - "file": ".github/workflows/release.yml", - "line": 67, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "67 | run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)" - } - ] - }, - { - "name": [ - "shap" - ] - }, - { - "name": [ - "ShareX" - ] - }, - { - "name": [ - "sharp" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 50, - "column": 17, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "50 | - os: macos-14" - }, - { - "file": ".github/workflows/ci.yml", - "line": 56, - "column": 17, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "56 | - os: macos-14" - } - ] - }, - { - "name": [ - "sheetjs" - ] - }, - { - "name": [ - "shellcheck" - ] - }, - { - "name": [ - "shields" - ], - "errors": [ - { - "file": ".github/workflows/create-release.yml", - "line": 24, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "24 | run: echo \"::set-output name=date::$(date --rfc-3339=date)\"" - }, - { - "file": ".github/workflows/test-package-cli.yml", - "line": 26, - "column": 35, - "message": "property \"node-version\" is not defined in object type {}", - "type": "expression", - "code": "26 | - name: Install Node JS ${{ inputs.node-version }}" - } - ] - }, - { - "name": [ - "Signal-Android" - ], - "errors": [ - { - "file": ".github/workflows/android.yml", - "line": 17, - "column": 14, - "message": "label \"ubuntu-latest-8-cores\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "17 | runs-on: ubuntu-latest-8-cores" - }, - { - "file": ".github/workflows/diffuse.yml", - "line": 13, - "column": 14, - "message": "label \"ubuntu-latest-8-cores\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "13 | runs-on: ubuntu-latest-8-cores" - } - ] - }, - { - "name": [ - "skywalking" - ], - "errors": [ - { - "file": ".github/workflows/skywalking.yaml", - "line": 238, - "column": 29, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "238 | os: [ubuntu-latest, macos-14, windows-latest]" - }, - { - "file": ".github/workflows/skywalking.yaml", - "line": 328, - "column": 91, - "message": "property \"changes\" is not defined in object type {docker: {outputs: {}; result: string}}", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/skywalking.yaml", - "line": 732, - "column": 91, - "message": "property \"changes\" is not defined in object type {docker: {outputs: {}; result: string}}", - "type": "expression", - "code": "" - }, - { - "file": ".github/workflows/skywalking.yaml", - "line": 771, - "column": 19, - "message": "property \"test\" is not defined in object type {analyzer: string; versions: {istio: string; kubernetes: number}}", - "type": "expression", - "code": "771 | - name: ${{ matrix.test.name }}" - }, - { - "file": ".github/workflows/skywalking.yaml", - "line": 793, - "column": 91, - "message": "property \"changes\" is not defined in object type {docker: {outputs: {}; result: string}}", - "type": "expression", - "code": "771 | - name: ${{ matrix.test.name }}" - }, - { - "file": ".github/workflows/skywalking.yaml", - "line": 853, - "column": 26, - "message": "property \"changes\" is not defined in object type {dependency-license: {outputs: {}; result: string}; e2e-test: {outputs: {}; result: string}; e2e-test-istio: {outputs: {}; result: string}; e2e-test-java-versions: {outputs: {}; result: string}; integration-test: {outputs: {}; result: string}; slow-integration-test: {outputs: {}; result: string}; unit-test: {outputs: {}; result: string}}", - "type": "expression", - "code": "771 | - name: ${{ matrix.test.name }}" - } - ] - }, - { - "name": [ - "slate" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 31, - "column": 11, - "message": "input \"key\" is not defined in action \"actions/setup-node@v2\". available inputs are \"always-auth\", \"architecture\", \"cache\", \"cache-dependency-path\", \"check-latest\", \"node-version\", \"node-version-file\", \"registry-url\", \"scope\", \"token\", \"version\"", - "type": "action", - "code": "31 | key: node20" - }, - { - "file": ".github/workflows/comment.yml", - "line": 63, - "column": 11, - "message": "input \"key\" is not defined in action \"actions/setup-node@v2\". available inputs are \"always-auth\", \"architecture\", \"cache\", \"cache-dependency-path\", \"check-latest\", \"node-version\", \"node-version-file\", \"registry-url\", \"scope\", \"token\", \"version\"", - "type": "action", - "code": "63 | key: node20" - }, - { - "file": ".github/workflows/comment.yml", - "line": 82, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "82 | run: echo ::set-output name=version::$(node -p \"require('./packages/slate/package.json').version\")" - }, - { - "file": ".github/workflows/release.yml", - "line": 36, - "column": 11, - "message": "input \"key\" is not defined in action \"actions/setup-node@v2\". available inputs are \"always-auth\", \"architecture\", \"cache\", \"cache-dependency-path\", \"check-latest\", \"node-version\", \"node-version-file\", \"registry-url\", \"scope\", \"token\", \"version\"", - "type": "action", - "code": "36 | key: node20" - } - ] - }, - { - "name": [ - "socket.io" - ] - }, - { - "name": [ - "solidity" - ] - }, - { - "name": [ - "spacemacs" - ], - "errors": [ - { - "file": ".github/workflows/stale.yml", - "line": 28, - "column": 9, - "message": "input \"exempt-issue-label\" is not defined in action \"actions/stale@v3\". available inputs are \"any-of-issue-labels\", \"any-of-labels\", \"any-of-pr-labels\", \"ascending\", \"close-issue-label\", \"close-issue-message\", \"close-pr-label\", \"close-pr-message\", \"days-before-close\", \"days-before-issue-close\", \"days-before-issue-stale\", \"days-before-pr-close\", \"days-before-pr-stale\", \"days-before-stale\", \"debug-only\", \"delete-branch\", \"enable-statistics\", \"exempt-all-assignees\", \"exempt-all-issue-assignees\", \"exempt-all-issue-milestones\", \"exempt-all-milestones\", \"exempt-all-pr-assignees\", \"exempt-all-pr-milestones\", \"exempt-assignees\", \"exempt-issue-assignees\", \"exempt-issue-labels\", \"exempt-issue-milestones\", \"exempt-milestones\", \"exempt-pr-assignees\", \"exempt-pr-labels\", \"exempt-pr-milestones\", \"only-issue-labels\", \"only-labels\", \"only-pr-labels\", \"operations-per-run\", \"remove-issue-stale-when-updated\", \"remove-pr-stale-when-updated\", \"remove-stale-when-updated\", \"repo-token\", \"skip-stale-issue-message\", \"skip-stale-pr-message\", \"stale-issue-label\", \"stale-issue-message\", \"stale-pr-label\", \"stale-pr-message\", \"start-date\"", - "type": "action", - "code": "28 | exempt-issue-label: 'High Priority'" - }, - { - "file": ".github/workflows/stale.yml", - "line": 30, - "column": 9, - "message": "input \"exempt-pr-label\" is not defined in action \"actions/stale@v3\". available inputs are \"any-of-issue-labels\", \"any-of-labels\", \"any-of-pr-labels\", \"ascending\", \"close-issue-label\", \"close-issue-message\", \"close-pr-label\", \"close-pr-message\", \"days-before-close\", \"days-before-issue-close\", \"days-before-issue-stale\", \"days-before-pr-close\", \"days-before-pr-stale\", \"days-before-stale\", \"debug-only\", \"delete-branch\", \"enable-statistics\", \"exempt-all-assignees\", \"exempt-all-issue-assignees\", \"exempt-all-issue-milestones\", \"exempt-all-milestones\", \"exempt-all-pr-assignees\", \"exempt-all-pr-milestones\", \"exempt-assignees\", \"exempt-issue-assignees\", \"exempt-issue-labels\", \"exempt-issue-milestones\", \"exempt-milestones\", \"exempt-pr-assignees\", \"exempt-pr-labels\", \"exempt-pr-milestones\", \"only-issue-labels\", \"only-labels\", \"only-pr-labels\", \"operations-per-run\", \"remove-issue-stale-when-updated\", \"remove-pr-stale-when-updated\", \"remove-stale-when-updated\", \"repo-token\", \"skip-stale-issue-message\", \"skip-stale-pr-message\", \"stale-issue-label\", \"stale-issue-message\", \"stale-pr-label\", \"stale-pr-message\", \"start-date\"", - "type": "action", - "code": "30 | exempt-pr-label: 'High Priority'" - } - ] - }, - { - "name": [ - "spaCy" - ] - }, - { - "name": [ - "spark" - ], - "errors": [ - { - "file": ".github/workflows/build_and_test.yml", - "line": 804, - "column": 17, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "804 | os: macos-14" - } - ] - }, - { - "name": [ - "spdlog" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 44, - "column": 189, - "message": "property \"examples\" is not defined in object type {asan: string; build_type: string; compiler: string; cppstd: number; version: number}", - "type": "expression", - "code": "804 | os: macos-14" - } - ] - }, - { - "name": [ - "spring-boot" - ], - "errors": [ - { - "file": ".github/workflows/build-and-deploy-snapshot.yml", - "line": 13, - "column": 14, - "message": "label \"ubuntu22-8-32\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "13 | runs-on: ubuntu22-8-32" - }, - { - "file": ".github/workflows/build-pull-request.yml", - "line": 10, - "column": 14, - "message": "label \"ubuntu22-8-32\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "10 | runs-on: ubuntu22-8-32" - }, - { - "file": ".github/workflows/trigger-docs-build.yml", - "line": 4, - "column": 5, - "message": "unexpected key \"braches\" for \"push\" section. expected one of \"branches\", \"branches-ignore\", \"paths\", \"paths-ignore\", \"tags\", \"tags-ignore\", \"types\", \"workflows\"", - "type": "syntax-check", - "code": "4 | braches: main" - } - ] - }, - { - "name": [ - "spring-cloud-alibaba" - ] - }, - { - "name": [ - "spring-framework" - ] - }, - { - "name": [ - "sqlmap" - ] - }, - { - "name": [ - "standard" - ] - }, - { - "name": [ - "starship" - ], - "errors": [ - { - "file": ".github/workflows/release.yml", - "line": 178, - "column": 29, - "message": "property \"release_please\" is not defined in object type {github_build: {outputs: {}; result: string}; merge_crowdin_pr: {outputs: {}; result: string}}", - "type": "expression", - "code": "178 | STARSHIP_VERSION: ${{ needs.release_please.outputs.tag_name }}" - } - ] - }, - { - "name": [ - "stb" - ] - }, - { - "name": [ - "storybook" - ] - }, - { - "name": [ - "strapi" - ], - "errors": [ - { - "file": ".github/workflows/contributor-doc.yml", - "line": 28, - "column": 16, - "message": "property \"deployment\" is not defined in object type {}", - "type": "expression", - "code": "28 | url: ${{ steps.deployment.outputs.page_url }}" - }, - { - "file": ".github/workflows/skipped_tests.yml", - "line": 102, - "column": 46, - "message": "property \"sqlite_pkg\" is not defined in object type {}", - "type": "expression", - "code": "102 | name: '[CE] API Integration (sqlite: ${{ matrix.sqlite_pkg }}, node: ${{ matrix.node }})'" - } - ] - }, - { - "name": [ - "streamlit" - ], - "errors": [ - { - "file": ".github/workflows/component-template-e2e-tests.yml", - "line": 12, - "column": 14, - "message": "label \"ubuntu-latest-8-cores\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "12 | runs-on: ubuntu-latest-8-cores" - }, - { - "file": ".github/workflows/cypress.yml", - "line": 23, - "column": 14, - "message": "label \"ubuntu-latest-8-cores\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "23 | runs-on: ubuntu-latest-8-cores" - }, - { - "file": ".github/workflows/nightly.yml", - "line": 101, - "column": 15, - "message": "property \"create-nightly-tag\" is not defined in object type {}", - "type": "expression", - "code": "101 | ref: ${{needs.create-nightly-tag.outputs.tag}}" - }, - { - "file": ".github/workflows/playwright.yml", - "line": 23, - "column": 14, - "message": "label \"ubuntu-latest-32-cores\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "23 | runs-on: ubuntu-latest-32-cores" - }, - { - "file": ".github/workflows/python-min-deps.yml", - "line": 43, - "column": 27, - "message": "property \"build_info\" is not defined in object type {}", - "type": "expression", - "code": "43 | PYTHON_VERSION: \"${{needs.build_info.outputs.PYTHON_MIN_VERSION}}\"" - } - ] - }, - { - "name": [ - "styled-components" - ] - }, - { - "name": [ - "superset" - ], - "errors": [ - { - "file": ".github/workflows/issue_creation.yml", - "line": 5, - "column": 13, - "message": "invalid activity type \"created\" for \"issues\" Webhook event. available types are \"assigned\", \"closed\", \"deleted\", \"demilestoned\", \"edited\", \"labeled\", \"locked\", \"milestoned\", \"opened\", \"pinned\", \"reopened\", \"transferred\", \"unassigned\", \"unlabeled\", \"unlocked\", \"unpinned\"", - "type": "events", - "code": "5 | types: [created, edited]" - }, - { - "file": ".github/workflows/issue_creation.yml", - "line": 8, - "column": 13, - "message": "invalid activity type \"created\" for \"pull_request\" Webhook event. available types are \"assigned\", \"auto_merge_disabled\", \"auto_merge_enabled\", \"closed\", \"converted_to_draft\", \"edited\", \"labeled\", \"locked\", \"opened\", \"ready_for_review\", \"reopened\", \"review_request_removed\", \"review_requested\", \"synchronize\", \"unassigned\", \"unlabeled\", \"unlocked\"", - "type": "events", - "code": "8 | types: [created, edited]" - }, - { - "file": ".github/workflows/latest-release-tag.yml", - "line": 32, - "column": 11, - "message": "if: condition \"(! ${{ steps.latest-tag.outputs.SKIP_TAG }} )\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "32 | if: (! ${{ steps.latest-tag.outputs.SKIP_TAG }} )" - }, - { - "file": ".github/workflows/superset-applitool-cypress.yml", - "line": 79, - "column": 13, - "message": "property \"check\" is not defined in object type {}", - "type": "expression", - "code": "79 | if: steps.check.outcome == 'failure'" - }, - { - "file": ".github/workflows/update-monorepo-lockfiles.yml", - "line": 47, - "column": 410, - "message": "\"github.event.pull_request.head.ref\" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details", - "type": "expression", - "code": "79 | if: steps.check.outcome == 'failure'" - }, - { - "file": ".github/workflows/update-monorepo-lockfiles.yml", - "line": 47, - "column": 448, - "message": "\"github.head_ref\" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details", - "type": "expression", - "code": "79 | if: steps.check.outcome == 'failure'" - } - ] - }, - { - "name": [ - "svelte" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 58, - "column": 13, - "message": "if: condition \"(${{ success() }} || ${{ failure() }})\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "58 | if: (${{ success() }} || ${{ failure() }}) # ensures this step runs even if previous steps fail (avoids multiple runs uncovering different issues at different steps)" - }, - { - "file": ".github/workflows/ci.yml", - "line": 61, - "column": 13, - "message": "if: condition \"(${{ success() }} || ${{ failure() }})\" is always evaluated to true because extra characters are around ${{ }}", - "type": "if-cond", - "code": "61 | if: (${{ success() }} || ${{ failure() }}) # ensures this step runs even if previous steps fail" - } - ] - }, - { - "name": [ - "swagger-ui" - ], - "errors": [ - { - "file": ".github/workflows/docker-build-push.yml", - "line": 17, - "column": 5, - "message": "expected \"types\" key for \"repository_dispatch\" section but got \"type\"", - "type": "syntax-check", - "code": "17 | type: [docker_build_push]" - }, - { - "file": ".github/workflows/docker-build-push.yml", - "line": 96, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "96 | run: |" - }, - { - "file": ".github/workflows/release-swagger-ui-react.yml", - "line": 6, - "column": 5, - "message": "expected \"inputs\" key for \"workflow_dispatch\" section but got \"branches\"", - "type": "syntax-check", - "code": "6 | branches:" - }, - { - "file": ".github/workflows/release-swagger-ui.yml", - "line": 5, - "column": 5, - "message": "expected \"inputs\" key for \"workflow_dispatch\" section but got \"branches\"", - "type": "syntax-check", - "code": "5 | branches:" - } - ] - }, - { - "name": [ - "swc" - ], - "errors": [ - { - "file": ".github/workflows/publish-core.yml", - "line": 170, - "column": 18, - "message": "property \"setup\" is not defined in object type {build: string; docker: string; downloadtarget: string; host: string; target: string}", - "type": "expression", - "code": "170 | run: ${{ matrix.settings.setup }}" - }, - { - "file": ".github/workflows/publish-core.yml", - "line": 171, - "column": 17, - "message": "property \"setup\" is not defined in object type {build: string; docker: string; downloadtarget: string; host: string; target: string}", - "type": "expression", - "code": "171 | if: ${{ matrix.settings.setup }}" - } - ] - }, - { - "name": [ - "swift" - ] - }, - { - "name": [ - "swiper" - ] - }, - { - "name": [ - "symfony" - ], - "errors": [ - { - "file": ".github/workflows/unit-tests.yml", - "line": 53, - "column": 28, - "message": "property \"extensions\" is not defined in object type {mode: string; php: number}", - "type": "expression", - "code": "53 | extensions: \"${{ matrix.extensions || env.extensions }}\"" - } - ] - }, - { - "name": [ - "syncthing" - ] - }, - { - "name": [ - "tabler" - ] - }, - { - "name": [ - "taichi" - ] - }, - { - "name": [ - "tailwindcss" - ], - "errors": [ - { - "file": ".github/workflows/release.yml", - "line": 75, - "column": 16, - "message": "object, array, and null values should not be evaluated in template with ${{ }} but evaluating the value of type {image: string}", - "type": "expression", - "code": "75 | container: ${{ matrix.container }}" - }, - { - "file": ".github/workflows/release.yml", - "line": 118, - "column": 17, - "message": "property \"setup\" is not defined in object type {container: {image: string}; download: bool; os: string; page-size: number; strip: string; target: string}", - "type": "expression", - "code": "118 | if: ${{ matrix.setup }}" - }, - { - "file": ".github/workflows/release.yml", - "line": 119, - "column": 18, - "message": "property \"setup\" is not defined in object type {container: {image: string}; download: bool; os: string; page-size: number; strip: string; target: string}", - "type": "expression", - "code": "119 | run: ${{ matrix.setup }}" - }, - { - "file": ".github/workflows/release.yml", - "line": 184, - "column": 37, - "message": "property \"target\" is not defined in object type {}", - "type": "expression", - "code": "184 | key: ${{ runner.os }}-${{ matrix.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}" - }, - { - "file": ".github/workflows/release.yml", - "line": 195, - "column": 37, - "message": "property \"target\" is not defined in object type {}", - "type": "expression", - "code": "195 | key: ${{ runner.os }}-${{ matrix.target }}-oxide-${{ hashFiles('./crates/**/*') }}" - } - ] - }, - { - "name": [ - "taro" - ], - "errors": [ - { - "file": ".github/workflows/publish.yml", - "line": 138, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "138 | run: |" - }, - { - "file": ".github/workflows/publish.yml", - "line": 138, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "138 | run: |" - } - ] - }, - { - "name": [ - "Tasmota" - ], - "errors": [ - { - "file": ".github/workflows/build_all_the_things.yml", - "line": 50, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "50 | runs-on: macos-14" - } - ] - }, - { - "name": [ - "TDengine" - ] - }, - { - "name": [ - "tdesktop" - ], - "errors": [ - { - "file": ".github/workflows/win.yml", - "line": 115, - "column": 648, - "message": "property \"defines\" is not defined in object type {arch: string; generator: string}", - "type": "expression", - "code": "50 | runs-on: macos-14" - } - ] - }, - { - "name": [ - "tensorflow" - ] - }, - { - "name": [ - "terminal" - ] - }, - { - "name": [ - "terminus" - ] - }, - { - "name": [ - "terraform" - ], - "errors": [ - { - "file": ".github/workflows/build-terraform-cli.yml", - "line": 13, - "column": 18, - "message": "input \"cgo-enabled\" of workflow_call event has the default value \"0\", but it is also required. if an input is marked as required, its default value will never be used", - "type": "events", - "code": "13 | default: 0" - }, - { - "file": ".github/workflows/build.yml", - "line": 295, - "column": 15, - "message": "property \"goos\" is not defined in object type {}", - "type": "expression", - "code": "295 | os: ${{ matrix.goos }}" - }, - { - "file": ".github/workflows/build.yml", - "line": 296, - "column": 17, - "message": "property \"goarch\" is not defined in object type {}", - "type": "expression", - "code": "296 | arch: ${{ matrix.goarch }}" - } - ] - }, - { - "name": [ - "tesseract" - ], - "errors": [ - { - "file": ".github/workflows/msys2.yml", - "line": 48, - "column": 87, - "message": "property \"config\" is not defined in object type {mingw_package_prefix: string; msystem: string}", - "type": "expression", - "code": "296 | arch: ${{ matrix.goarch }}" - } - ] - }, - { - "name": [ - "testify" - ] - }, - { - "name": [ - "three.js" - ] - }, - { - "name": [ - "tidb" - ] - }, - { - "name": [ - "tldr" - ] - }, - { - "name": [ - "tmux" - ] - }, - { - "name": [ - "tokio" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 670, - "column": 23, - "message": "property \"target\" is not defined in object type {name: string; rustflags: string}", - "type": "expression", - "code": "670 | target: ${{ matrix.target }}" - } - ] - }, - { - "name": [ - "tools" - ] - }, - { - "name": [ - "tornado" - ] - }, - { - "name": [ - "tqdm" - ] - }, - { - "name": [ - "traefik" - ] - }, - { - "name": [ - "transformers" - ], - "errors": [ - { - "file": ".github/workflows/build-docker-images.yml", - "line": 23, - "column": 15, - "message": "label \"intel-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "23 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 23, - "column": 26, - "message": "label \"8-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "23 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 23, - "column": 33, - "message": "label \"ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "23 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 62, - "column": 15, - "message": "label \"intel-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "62 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 62, - "column": 26, - "message": "label \"8-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "62 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 62, - "column": 33, - "message": "label \"ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "62 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 99, - "column": 15, - "message": "label \"intel-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "99 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 99, - "column": 26, - "message": "label \"8-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "99 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 99, - "column": 33, - "message": "label \"ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "99 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 141, - "column": 15, - "message": "label \"intel-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "141 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 141, - "column": 26, - "message": "label \"8-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "141 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 141, - "column": 33, - "message": "label \"ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "141 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 167, - "column": 15, - "message": "label \"intel-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "167 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 167, - "column": 26, - "message": "label \"8-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "167 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 167, - "column": 33, - "message": "label \"ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "167 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 203, - "column": 15, - "message": "label \"intel-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "203 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 203, - "column": 26, - "message": "label \"8-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "203 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 203, - "column": 33, - "message": "label \"ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "203 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 244, - "column": 15, - "message": "label \"intel-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "244 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 244, - "column": 26, - "message": "label \"8-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "244 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 244, - "column": 33, - "message": "label \"ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "244 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 270, - "column": 15, - "message": "label \"intel-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "270 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 270, - "column": 26, - "message": "label \"8-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "270 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 270, - "column": 33, - "message": "label \"ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "270 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 311, - "column": 15, - "message": "label \"intel-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "311 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 311, - "column": 26, - "message": "label \"8-cpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "311 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/build-docker-images.yml", - "line": 311, - "column": 33, - "message": "label \"ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "311 | runs-on: [intel-cpu, 8-cpu, ci]" - }, - { - "file": ".github/workflows/doctests.yml", - "line": 23, - "column": 15, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "23 | runs-on: [single-gpu, nvidia-gpu, t4, ci]" - }, - { - "file": ".github/workflows/doctests.yml", - "line": 23, - "column": 27, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "23 | runs-on: [single-gpu, nvidia-gpu, t4, ci]" - }, - { - "file": ".github/workflows/doctests.yml", - "line": 23, - "column": 39, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "23 | runs-on: [single-gpu, nvidia-gpu, t4, ci]" - }, - { - "file": ".github/workflows/doctests.yml", - "line": 23, - "column": 43, - "message": "label \"ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "23 | runs-on: [single-gpu, nvidia-gpu, t4, ci]" - }, - { - "file": ".github/workflows/model_jobs.yml", - "line": 37, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "37 | runs-on: ['${{ inputs.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/model_jobs.yml", - "line": 37, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "37 | runs-on: ['${{ inputs.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/model_jobs.yml", - "line": 37, - "column": 61, - "message": "label \"daily-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "37 | runs-on: ['${{ inputs.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 30, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "30 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 30, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "30 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 31, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "31 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 31, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "31 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 31, - "column": 61, - "message": "label \"past-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "31 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 70, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "70 | machine_type: [single-gpu]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 71, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "71 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 71, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "71 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 71, - "column": 61, - "message": "label \"past-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "71 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 131, - "column": 24, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "131 | machine_type: [multi-gpu]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 132, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "132 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 132, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "132 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 132, - "column": 61, - "message": "label \"past-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "132 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 191, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "191 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 191, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "191 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 192, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "192 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 192, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "192 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-nightly-scheduled.yml", - "line": 192, - "column": 61, - "message": "label \"past-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "192 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 41, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "41 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 41, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "41 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 42, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "42 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 42, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "42 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 42, - "column": 61, - "message": "label \"past-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "42 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 77, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "77 | machine_type: [single-gpu]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 78, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "78 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 78, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "78 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 78, - "column": 61, - "message": "label \"past-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "78 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 157, - "column": 24, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "157 | machine_type: [multi-gpu]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 158, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "158 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 158, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "158 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 158, - "column": 61, - "message": "label \"past-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "158 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 237, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "237 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 237, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "237 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 238, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "238 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 238, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "238 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-past.yml", - "line": 238, - "column": 61, - "message": "label \"past-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "238 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, past-ci]" - }, - { - "file": ".github/workflows/self-push-amd.yml", - "line": 38, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "38 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-push-amd.yml", - "line": 38, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "38 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-push-amd.yml", - "line": 39, - "column": 28, - "message": "label \"docker-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "39 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-push-amd.yml", - "line": 39, - "column": 40, - "message": "label \"amd-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "39 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-push-amd.yml", - "line": 59, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "59 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-push-amd.yml", - "line": 59, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "59 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-push-amd.yml", - "line": 60, - "column": 28, - "message": "label \"docker-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "60 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-push-amd.yml", - "line": 60, - "column": 40, - "message": "label \"amd-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "60 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-push-amd.yml", - "line": 157, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "157 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-push-amd.yml", - "line": 157, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "157 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-push-amd.yml", - "line": 158, - "column": 28, - "message": "label \"docker-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "158 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-push-amd.yml", - "line": 158, - "column": 40, - "message": "label \"amd-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "158 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 35, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "35 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 35, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "35 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 36, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "36 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, push-ci]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 36, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "36 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, push-ci]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 36, - "column": 61, - "message": "label \"push-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "36 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, push-ci]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 133, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "133 | machine_type: [single-gpu]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 134, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "134 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, push-ci]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 134, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "134 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, push-ci]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 134, - "column": 61, - "message": "label \"push-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "134 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, push-ci]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 226, - "column": 24, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "226 | machine_type: [multi-gpu]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 227, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "227 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, push-ci]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 227, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "227 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, push-ci]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 227, - "column": 61, - "message": "label \"push-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "227 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, push-ci]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 319, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "319 | machine_type: [single-gpu]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 320, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "320 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, push-ci]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 320, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "320 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, push-ci]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 320, - "column": 61, - "message": "label \"push-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "320 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, push-ci]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 409, - "column": 24, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "409 | machine_type: [multi-gpu]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 410, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "410 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, push-ci]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 410, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "410 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, push-ci]" - }, - { - "file": ".github/workflows/self-push.yml", - "line": 410, - "column": 61, - "message": "label \"push-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "410 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, push-ci]" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 44, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "44 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 44, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "44 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 45, - "column": 28, - "message": "label \"docker-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "45 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 45, - "column": 40, - "message": "label \"amd-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "45 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 65, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "65 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 65, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "65 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 66, - "column": 28, - "message": "label \"docker-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "66 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 66, - "column": 40, - "message": "label \"amd-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "66 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 118, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "118 | machine_type: [single-gpu]" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 119, - "column": 28, - "message": "label \"docker-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "119 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 119, - "column": 40, - "message": "label \"amd-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "119 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 186, - "column": 24, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "186 | machine_type: [multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 187, - "column": 28, - "message": "label \"docker-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "187 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 187, - "column": 40, - "message": "label \"amd-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "187 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 252, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "252 | machine_type: [single-gpu]" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 253, - "column": 28, - "message": "label \"docker-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "253 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 253, - "column": 40, - "message": "label \"amd-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "253 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 309, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "309 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 309, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "309 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 310, - "column": 28, - "message": "label \"docker-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "310 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 310, - "column": 40, - "message": "label \"amd-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "310 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 365, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "365 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 365, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "365 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 367, - "column": 28, - "message": "label \"docker-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "367 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-scheduled-amd.yml", - "line": 367, - "column": 40, - "message": "label \"amd-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "367 | runs-on: [self-hosted, docker-gpu, amd-gpu, '${{ matrix.machine_type }}', '${{ inputs.gpu_flavor }}']" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 37, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "37 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 37, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "37 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 38, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "38 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 38, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "38 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 38, - "column": 61, - "message": "label \"daily-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "38 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 93, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "93 | machine_type: [single-gpu]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 94, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "94 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 94, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "94 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 94, - "column": 61, - "message": "label \"daily-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "94 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 144, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "144 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 144, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "144 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 145, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "145 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 145, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "145 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 145, - "column": 61, - "message": "label \"daily-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "145 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 194, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "194 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 194, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "194 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 195, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "195 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 195, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "195 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 195, - "column": 61, - "message": "label \"daily-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "195 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 245, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "245 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 245, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "245 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 246, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "246 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 246, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "246 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 246, - "column": 61, - "message": "label \"daily-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "246 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 305, - "column": 24, - "message": "label \"single-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "305 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 305, - "column": 36, - "message": "label \"multi-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "305 | machine_type: [single-gpu, multi-gpu]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 306, - "column": 45, - "message": "label \"nvidia-gpu\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "306 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 306, - "column": 57, - "message": "label \"t4\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "306 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - }, - { - "file": ".github/workflows/self-scheduled.yml", - "line": 306, - "column": 61, - "message": "label \"daily-ci\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "306 | runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci]" - } - ] - }, - { - "name": [ - "trilium" - ] - }, - { - "name": [ - "typeorm" - ] - }, - { - "name": [ - "TypeScript" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 30, - "column": 13, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "30 | - macos-14" - } - ] - }, - { - "name": [ - "uBlock" - ], - "errors": [ - { - "file": ".github/workflows/main.yml", - "line": 5, - "column": 5, - "message": "\"branches\" filter is not available for create event. it is only for push, pull_request, pull_request_target, workflow_run events", - "type": "events", - "code": "5 | branches: master" - }, - { - "file": ".github/workflows/main.yml", - "line": 31, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "31 | run: |" - } - ] - }, - { - "name": [ - "underscore" - ] - }, - { - "name": [ - "uni-app" - ] - }, - { - "name": [ - "uppy" - ], - "errors": [ - { - "file": ".github/workflows/release-candidate.yml", - "line": 17, - "column": 11, - "message": "input \"branch\" is not defined in action \"actions/checkout@v3\". available inputs are \"clean\", \"fetch-depth\", \"fetch-tags\", \"github-server-url\", \"lfs\", \"path\", \"persist-credentials\", \"ref\", \"repository\", \"set-safe-directory\", \"sparse-checkout\", \"sparse-checkout-cone-mode\", \"ssh-key\", \"ssh-known-hosts\", \"ssh-strict\", \"submodules\", \"token\"", - "type": "action", - "code": "17 | branch: release" - } - ] - }, - { - "name": [ - "v" - ], - "errors": [ - { - "file": ".github/workflows/binary_artifact.yml", - "line": 76, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "76 | runs-on: macos-14" - }, - { - "file": ".github/workflows/bootstrapping_works_ci.yml", - "line": 21, - "column": 29, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "21 | os: [ubuntu-latest, macos-14]" - }, - { - "file": ".github/workflows/paths_ci.yml", - "line": 44, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "44 | runs-on: macos-14" - }, - { - "file": ".github/workflows/periodic_ci.yml", - "line": 27, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "27 | runs-on: macos-14" - }, - { - "file": ".github/workflows/prebuilt.yml", - "line": 27, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "27 | runs-on: macos-14" - }, - { - "file": ".github/workflows/time_ci.yml", - "line": 40, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "40 | runs-on: macos-14" - } - ] - }, - { - "name": [ - "v2ray-core" - ] - }, - { - "name": [ - "v8" - ] - }, - { - "name": [ - "vagrant" - ], - "errors": [ - { - "file": ".github/workflows/go-testing-skipped.yml", - "line": 5, - "column": 5, - "message": "unexpected key \"ignored-paths\" for \"pull_request\" section. expected one of \"branches\", \"branches-ignore\", \"paths\", \"paths-ignore\", \"tags\", \"tags-ignore\", \"types\", \"workflows\"", - "type": "syntax-check", - "code": "5 | ignored-paths:" - }, - { - "file": ".github/workflows/testing-skipped.yml", - "line": 6, - "column": 5, - "message": "unexpected key \"ignored-paths\" for \"pull_request\" section. expected one of \"branches\", \"branches-ignore\", \"paths\", \"paths-ignore\", \"tags\", \"tags-ignore\", \"types\", \"workflows\"", - "type": "syntax-check", - "code": "6 | ignored-paths:" - } - ] - }, - { - "name": [ - "validator.js" - ] - }, - { - "name": [ - "vant" - ], - "errors": [ - { - "file": ".github/workflows/deploy-v4-site.yml", - "line": 14, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "14 | runs-on: macos-14" - }, - { - "file": ".github/workflows/test.yml", - "line": 35, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "35 | runs-on: macos-14" - }, - { - "file": ".github/workflows/test.yml", - "line": 60, - "column": 14, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "60 | runs-on: macos-14" - } - ] - }, - { - "name": [ - "vapor" - ] - }, - { - "name": [ - "vault" - ], - "errors": [ - { - "file": ".github/workflows/milestone-checker.yml", - "line": 9, - "column": 54, - "message": "invalid activity type \"milestoned\" for \"pull_request\" Webhook event. available types are \"assigned\", \"auto_merge_disabled\", \"auto_merge_enabled\", \"closed\", \"converted_to_draft\", \"edited\", \"labeled\", \"locked\", \"opened\", \"ready_for_review\", \"reopened\", \"review_request_removed\", \"review_requested\", \"synchronize\", \"unassigned\", \"unlabeled\", \"unlocked\"", - "type": "events", - "code": "9 | types: [opened, synchronize, labeled, unlabeled, milestoned, demilestoned]" - }, - { - "file": ".github/workflows/milestone-checker.yml", - "line": 9, - "column": 66, - "message": "invalid activity type \"demilestoned\" for \"pull_request\" Webhook event. available types are \"assigned\", \"auto_merge_disabled\", \"auto_merge_enabled\", \"closed\", \"converted_to_draft\", \"edited\", \"labeled\", \"locked\", \"opened\", \"ready_for_review\", \"reopened\", \"review_request_removed\", \"review_requested\", \"synchronize\", \"unassigned\", \"unlabeled\", \"unlocked\"", - "type": "events", - "code": "9 | types: [opened, synchronize, labeled, unlabeled, milestoned, demilestoned]" - } - ] - }, - { - "name": [ - "vcpkg" - ] - }, - { - "name": [ - "video.js" - ] - }, - { - "name": [ - "vim" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 291, - "column": 70, - "message": "object, array, and null values should not be evaluated in template with ${{ }} but evaluating the value of type array", - "type": "expression", - "code": "291 | flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }}" - }, - { - "file": ".github/workflows/ci.yml", - "line": 316, - "column": 28, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "316 | runner: [macos-12, macos-14]" - } - ] - }, - { - "name": [ - "viper" - ] - }, - { - "name": [ - "vite" - ] - }, - { - "name": [ - "vnpy" - ] - }, - { - "name": [ - "vscode" - ] - }, - { - "name": [ - "vue" - ] - }, - { - "name": [ - "vue-cli" - ] - }, - { - "name": [ - "vue-element-admin" - ] - }, - { - "name": [ - "vue-next" - ] - }, - { - "name": [ - "vuepress" - ], - "errors": [ - { - "file": ".github/workflows/pull-request-ci.yml", - "line": 17, - "column": 14, - "message": "workflow command \"set-output\" was deprecated. use `echo \"{name}={value}\" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions", - "type": "deprecated-commands", - "code": "17 | run: echo \"::set-output name=dir::$(yarn cache dir)\"" - }, - { - "file": ".github/workflows/pull-request-ci.yml", - "line": 25, - "column": 13, - "message": "property \"yarn-cache\" is not defined in object type {yarn-cache-dir-path: {conclusion: string; outcome: string; outputs: {string => string}}}", - "type": "expression", - "code": "25 | if: steps.yarn-cache.outputs.cache-hit != 'true'" - } - ] - }, - { - "name": [ - "vuetify" - ] - }, - { - "name": [ - "vuex" - ] - }, - { - "name": [ - "webpack" - ] - }, - { - "name": [ - "webtorrent" - ] - }, - { - "name": [ - "wiki" - ] - }, - { - "name": [ - "xgboost" - ], - "errors": [ - { - "file": ".github/workflows/r_tests.yml", - "line": 18, - "column": 95, - "message": "property \"compiler\" is not defined in object type {os: string; r: string}", - "type": "expression", - "code": "18 | name: Run R linters on OS ${{ matrix.config.os }}, R ${{ matrix.config.r }}, Compiler ${{ matrix.config.compiler }}, Build ${{ matrix.config.build }}" - }, - { - "file": ".github/workflows/r_tests.yml", - "line": 25, - "column": 17, - "message": "property \"rspm\" is not defined in object type {os: string; r: string}", - "type": "expression", - "code": "25 | RSPM: ${{ matrix.config.rspm }}" - }, - { - "file": ".github/workflows/r_tests.yml", - "line": 64, - "column": 17, - "message": "property \"rspm\" is not defined in object type {build: string; compiler: string; os: string; r: string}", - "type": "expression", - "code": "64 | RSPM: ${{ matrix.config.rspm }}" - } - ] - }, - { - "name": [ - "xstate" - ] - }, - { - "name": [ - "XX-Net" - ] - }, - { - "name": [ - "xxl-job" - ] - }, - { - "name": [ - "yarn" - ] - }, - { - "name": [ - "yew" - ], - "errors": [ - { - "file": ".github/workflows/benchmark-core.yml", - "line": 38, - "column": 11, - "message": "input \"working-directory\" is not defined in action \"Swatinem/rust-cache@v2\". available inputs are \"cache-all-crates\", \"cache-directories\", \"cache-on-failure\", \"cache-provider\", \"cache-targets\", \"env-vars\", \"key\", \"prefix-key\", \"save-if\", \"shared-key\", \"workspaces\"", - "type": "action", - "code": "38 | working-directory: yew-master" - }, - { - "file": ".github/workflows/benchmark-core.yml", - "line": 44, - "column": 11, - "message": "input \"working-directory\" is not defined in action \"Swatinem/rust-cache@v2\". available inputs are \"cache-all-crates\", \"cache-directories\", \"cache-on-failure\", \"cache-provider\", \"cache-targets\", \"env-vars\", \"key\", \"prefix-key\", \"save-if\", \"shared-key\", \"workspaces\"", - "type": "action", - "code": "44 | working-directory: current-pr" - }, - { - "file": ".github/workflows/benchmark-ssr.yml", - "line": 43, - "column": 11, - "message": "input \"working-directory\" is not defined in action \"Swatinem/rust-cache@v2\". available inputs are \"cache-all-crates\", \"cache-directories\", \"cache-on-failure\", \"cache-provider\", \"cache-targets\", \"env-vars\", \"key\", \"prefix-key\", \"save-if\", \"shared-key\", \"workspaces\"", - "type": "action", - "code": "43 | working-directory: yew-master" - }, - { - "file": ".github/workflows/benchmark-ssr.yml", - "line": 49, - "column": 11, - "message": "input \"working-directory\" is not defined in action \"Swatinem/rust-cache@v2\". available inputs are \"cache-all-crates\", \"cache-directories\", \"cache-on-failure\", \"cache-provider\", \"cache-targets\", \"env-vars\", \"key\", \"prefix-key\", \"save-if\", \"shared-key\", \"workspaces\"", - "type": "action", - "code": "49 | working-directory: current-pr" - }, - { - "file": ".github/workflows/publish.yml", - "line": 84, - "column": 21, - "message": "property \"changelog\" is not defined in object type {gettag: {conclusion: string; outcome: string; outputs: {string => string}}}", - "type": "expression", - "code": "84 | body: ${{ steps.changelog.outputs.stdout }}" - } - ] - }, - { - "name": [ - "yolov5" - ], - "errors": [ - { - "file": ".github/workflows/ci-testing.yml", - "line": 54, - "column": 45, - "message": "label \"macos-14\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "54 | os: [ubuntu-latest, windows-latest, macos-14] # macos-latest bug https://github.com/ultralytics/yolov5/pull/9049" - } - ] - }, - { - "name": [ - "You-Dont-Know-JS" - ] - }, - { - "name": [ - "you-get" - ] - }, - { - "name": [ - "YouCompleteMe" - ] - }, - { - "name": [ - "youtube-dl" - ], - "errors": [ - { - "file": ".github/workflows/ci.yml", - "line": 16, - "column": 5, - "message": "unexpected key \"inputs\" for \"push\" section. expected one of \"branches\", \"branches-ignore\", \"paths\", \"paths-ignore\", \"tags\", \"tags-ignore\", \"types\", \"workflows\"", - "type": "syntax-check", - "code": "16 | inputs:" - }, - { - "file": ".github/workflows/ci.yml", - "line": 25, - "column": 5, - "message": "unexpected key \"inputs\" for \"pull_request\" section. expected one of \"branches\", \"branches-ignore\", \"paths\", \"paths-ignore\", \"tags\", \"tags-ignore\", \"types\", \"workflows\"", - "type": "syntax-check", - "code": "25 | inputs:" - } - ] - }, - { - "name": [ - "yup" - ] - }, - { - "name": [ - "zig" - ], - "errors": [ - { - "file": ".github/workflows/ci.yaml", - "line": 14, - "column": 35, - "message": "label \"x86_64\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "14 | runs-on: [self-hosted, Linux, x86_64]" - }, - { - "file": ".github/workflows/ci.yaml", - "line": 22, - "column": 35, - "message": "label \"x86_64\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "22 | runs-on: [self-hosted, Linux, x86_64]" - }, - { - "file": ".github/workflows/ci.yaml", - "line": 30, - "column": 35, - "message": "label \"aarch64\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "30 | runs-on: [self-hosted, Linux, aarch64]" - }, - { - "file": ".github/workflows/ci.yaml", - "line": 38, - "column": 35, - "message": "label \"aarch64\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "38 | runs-on: [self-hosted, Linux, aarch64]" - }, - { - "file": ".github/workflows/ci.yaml", - "line": 54, - "column": 35, - "message": "label \"aarch64\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "54 | runs-on: [self-hosted, macOS, aarch64]" - }, - { - "file": ".github/workflows/ci.yaml", - "line": 63, - "column": 35, - "message": "label \"aarch64\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "63 | runs-on: [self-hosted, macOS, aarch64]" - }, - { - "file": ".github/workflows/ci.yaml", - "line": 72, - "column": 37, - "message": "label \"x86_64\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "72 | runs-on: [self-hosted, Windows, x86_64]" - }, - { - "file": ".github/workflows/ci.yaml", - "line": 81, - "column": 37, - "message": "label \"x86_64\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "81 | runs-on: [self-hosted, Windows, x86_64]" - }, - { - "file": ".github/workflows/ci.yaml", - "line": 90, - "column": 37, - "message": "label \"aarch64\" is unknown. available labels are \"windows-latest\", \"windows-2022\", \"windows-2019\", \"windows-2016\", \"ubuntu-latest\", \"ubuntu-22.04\", \"ubuntu-20.04\", \"ubuntu-18.04\", \"macos-latest\", \"macos-latest-xl\", \"macos-latest-xlarge\", \"macos-latest-large\", \"macos-13-xl\", \"macos-13-xlarge\", \"macos-13-large\", \"macos-13\", \"macos-13.0\", \"macos-12-xl\", \"macos-12-xlarge\", \"macos-12-large\", \"macos-12\", \"macos-12.0\", \"macos-11\", \"macos-11.0\", \"macos-10.15\", \"self-hosted\", \"x64\", \"arm\", \"arm64\", \"linux\", \"macos\", \"windows\". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file", - "type": "runner-label", - "code": "90 | runs-on: [self-hosted, Windows, aarch64]" - } - ] - }, - { - "name": [ - "zstd" - ] - } -] \ No newline at end of file diff --git a/actionlint/script.py b/actionlint/script.py deleted file mode 100644 index 5b45247..0000000 --- a/actionlint/script.py +++ /dev/null @@ -1,176 +0,0 @@ -#!/usr/bin/env python3 -import subprocess -import sys -import os -import shutil -import json -import re - -### HELPER FUNCTIONS ### - -def clear_all_results(): - current_folder = os.getcwd() - results_path = os.path.join(current_folder, "results") - - # Check if results folder exists - if os.path.exists(results_path): - for item in os.listdir(results_path): - item_path = os.path.join(results_path, item) - if os.path.isfile(item_path): - os.remove(item_path) - print(f"Deleted file: {item_path}") - elif os.path.isdir(item_path): - shutil.rmtree(item_path) - print(f"Deleted directory: {item_path}") - else: - print("No results to delete.") - -def json_output(): - current_folder = os.getcwd() - results_path = os.path.join(current_folder, "results") - - # No output folders/files in results folder - if len(os.listdir(results_path)) == 0: - print("No results to output to json.") - exit(0) - - # JSON output file creation - json_file_path = os.path.join(os.getcwd(), "results.json") - - all_data = [] - - # Check if results folder exists - if os.path.exists(results_path): - for item in os.listdir(results_path): - data = {} - - # add the name key to the data dictionary - data["name"] = [item] - - text_file_path = os.path.join(results_path, item, "actionlint.txt") - - # open the text file and read the lines into a list - with open(text_file_path, "r") as file: - lines = file.readlines() - - for i in range(0, len(lines)): - if lines[i].startswith(".github/workflows/"): - info_line = lines[i].split(":", 3) - - file_name = info_line[0] - line_num = info_line[1] - col_num = info_line[2] - - # Use regex to extract main message and type inside square brackets - matches = re.search(r'^(.*?)(?:\[(.*?)\])?$', info_line[3]) - - # Extracting main text and event section - message = matches.group(1).strip() if matches.group(1) else '' - type = matches.group(2).strip() if matches.group(2) else '' - - if i + 2 < len(lines): - if (lines[i+2].startswith(line_num)): - code = lines[i + 2].strip() - else: - code = "" - - # create a dictionary for the error - error = { - "file": file_name, - "line": int(line_num), - "column": int(col_num), - "message": message, - "type": type, - "code": code - } - - # append the error to the list of errors in the data dictionary - data.setdefault("errors", []).append(error) - - all_data.append(data) - - # open and write to the json file - with open(json_file_path, "w") as file: - json.dump(all_data, file, indent=2) - - # print a success message - print(f"Successfully converted text files to json at {json_file_path}") - else: - print("No results to output to json") - -def move_files(temp, repo, command): - os.chdir("..") - folder_name = os.path.join('results', repo) - - # Create results folder if it does not exist - os.makedirs(folder_name, exist_ok=True) - - file_name = f"{command.replace(' ', '_')}.txt" - file_path = os.path.join(folder_name, file_name) - - # Move output from temp path to results path - os.replace(temp, file_path) - -def run(command, repo): - temp_file_path = os.path.join(os.getcwd(), "temp.txt") - - with open(temp_file_path, 'w') as file: - # Run command on repository - output = subprocess.run(command, shell=True, stdout=file) - - # Pipe output to text file in results folder - move_files(temp_file_path, repo, command) - - # Error code handling - if output.returncode == 0: - print("\033[32mNO ERROR\033[00m: \033[33m" + command + "\033[00m on \"\033[36m" + repo + "\033[00m\"") - else: - print("\033[31mERROR\033[00m: \033[33m" + command + "\033[00m on \"\033[36m" + repo + "\033[00m\"") - -if (__name__ != "__main__"): - exit(1) - -# Check for valid input -if (len(sys.argv) < 2): - print("Please input an argument") - exit(1) - -# Usage of script -if (sys.argv[1] == "--help"): - print("This script will run commands on every repository in its directory.") - print("Usage: script.py \"command 1\" \"command 2\" \"command 3\" ...") - print("Example: ./script.py \"actionlint\" \"ls -a\"") - exit(0) - -# Clear output files -if (sys.argv[1] == "--clear"): - print("This script will delete all contents (folders and files) in the results directory.") - user_input = input("Do you want to execute this command? (y/n): ").lower() - - # User confirms deletion - if user_input == 'y': - clear_all_results() - else: - print("Exiting...") - exit(0) - -# JSON conversion -if (sys.argv[1] == "--json"): - json_output() - exit(0) - -# Access the script's directory and get all of its repositories -os.chdir(os.path.dirname(__file__)) -repos = [] -for item in os.listdir('.'): - if os.path.exists(item + "/.git/config"): - repos.append(item) - -# Execute the command on every repository in the folder -for repo in repos: - os.chdir(repo) - for i in range(1, len(sys.argv)): - command = sys.argv[i] - print("Executing \033[33m" + command + "\033[00m on \"\033[36m" + repo + "\033[00m\"...") - run(command, repo) - print()