{
    "toolcache": [
        {
            "name": "Python",
            "url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
            "platform" : "linux",
            "platform_version": "26.04",
            "arch": "x64",
            "versions": [
                "3.10.*",
                "3.11.*",
                "3.12.*",
                "3.13.*",
                "3.14.*"
            ]
        },
        {
            "name": "PyPy",
            "arch": "x64",
            "platform" : "linux",
            "versions": [
                "3.9",
                "3.10",
                "3.11"
            ]
        },
        {
            "name": "node",
            "url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
            "platform" : "linux",
            "arch": "x64",
            "versions": [
                "22.*",
                "24.*"
            ]
        },
        {
            "name": "go",
            "url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
            "arch": "x64",
            "platform" : "linux",
            "versions": [
                "1.24.*",
                "1.25.*",
                "1.26.*"
            ],
            "default": "1.26.*"
        },
        {
            "name": "Ruby",
            "platform_version": "26.04",
            "arch": "x64",
            "versions": [
                "3.2.*",
                "3.3.*",
                "3.4.*",
                "4.0.*"
            ]
        },
        {
            "name": "CodeQL",
            "platform" : "linux",
            "arch": "x64",
            "versions": [
                "*"
            ]
        }
    ],
    "java": {
        "default": "25",
        "versions": [ "11", "17", "21", "25" ],
        "maven": "3.9.15"
    },
    "android": {
        "cmdline-tools": "commandlinetools-linux-14742923_latest.zip",
        "platform_min_version": "34",
        "build_tools_min_version": "34.0.0",
        "extra_list": [
            "android;m2repository",
            "google;m2repository",
            "google;google_play_services"
        ],
        "addon_list": [
        ],
        "additional_tools": [
            "cmake;3.31.5",
            "cmake;4.1.2"
        ],
        "ndk": {
            "default": "27",
            "versions": [
                "27", "28", "29"
            ]
        }
    },
    "powershellModules": [
        {"name": "Microsoft.Graph"},
        {"name": "Pester", "versions": ["5.9.0"]},
        {"name": "PSScriptAnalyzer"}
    ],
    "azureModules": [
        {
            "name": "az",
            "versions": [
                "15.6.1"
            ]
        }
    ],
    "apt": {
        "vital_packages": [
            "bzip2",
            "curl",
            "g++",
            "gcc",
            "make",
            "jq",
            "tar",
            "unzip",
            "wget"
        ],
        "common_packages": [
            "autoconf",
            "automake",
            "dbus",
            "bind9-dnsutils",
            "dpkg",
            "dpkg-dev",
            "fakeroot",
            "fonts-noto-color-emoji",
            "gnupg2",
            "iproute2",
            "iputils-ping",
            "libyaml-dev",
            "libtool",
            "libssl-dev",
            "libicu-dev",
            "libsqlite3-dev",
            "locales",
            "openssh-client",
            "7zip-rar",
            "pkg-config",
            "python-is-python3",
            "rpm",
            "texinfo",
            "tk",
            "tree",
            "tzdata",
            "upx",
            "xvfb",
            "xz-utils",
            "zsync"
        ],
        "cmd_packages": [
            "acl",
            "aria2",
            "binutils",
            "bison",
            "brotli",
            "libnss3-tools",
            "coreutils",
            "file",
            "findutils",
            "flex",
            "ftp",
            "lz4",
            "m4",
            "netcat",
            "net-tools",
            "7zip",
            "parallel",
            "patchelf",
            "pigz",
            "pollinate",
            "rsync",
            "shellcheck",
            "sqlite3",
            "ssh",
            "sshpass",
            "sudo",
            "systemd-coredump",
            "swig",
            "telnet",
            "time",
            "zip"
        ]
    },
    "brew": [
    ],
    "docker": {
        "components": [
            {
                "package": "containerd.io",
                "version": "latest"
            },
            {
                "package": "docker-ce-cli",
                "version": "29.4.2"
            },
            {
                "package": "docker-ce",
                "version": "29.4.2"
            }
        ],
        "plugins": [
            {
                "plugin": "buildx",
                "version": "latest",
                "asset": "linux-amd64"
            },
            {
                "plugin": "compose",
                "version": "5.1.3",
                "asset": "linux-x86_64"
            }
        ]
    },
    "pipx": [
        {
            "package": "yamllint",
            "cmd": "yamllint"
        },
        {
            "package": "ansible-core",
            "cmd": "ansible"
        }
    ],
    "dotnet": {
        "versions": [
            "8.0",
            "9.0",
            "10.0"
        ],
        "tools": [
            { "name": "nbgv", "test": "nbgv --version", "getversion" : "nbgv --version" }
        ]
    },
    "clang": {
        "versions": [
            "20",
            "21",
            "22"
        ],
        "default_version": "21"
    },
    "gcc": {
        "versions": [
            "g++-13",
            "g++-14",
            "g++-15"
        ]
    },
    "gfortran": {
        "versions": [
            "gfortran-13",
            "gfortran-14",
            "gfortran-15"
        ]
    },
    "php": {
        "versions": [
            "8.5"
        ]
    },
    "rubygems": [
    ],
    "selenium": {
        "version": "4"
    },
    "node": {
        "default": "24"
    },
    "node_modules": [
        {
            "name": "n",
            "command": "n"
        },
        {
            "name": "yarn",
            "command": "yarn"
        }
    ],
    "postgresql": {
        "version": "18"
    },
    "cmake": {
        "version": "latest"
    },
    "pwsh": {
        "version": "7.6"
    }
}