{"id":6289616,"name":"ExternalRepositories/run-cmake","ecosystem":"actions","description":"Run CMake to build C/C++ source code.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/ExternalRepositories/run-cmake","keywords_array":[],"namespace":"ExternalRepositories","versions_count":24,"first_release_published_at":"2020-01-06T02:46:50.000Z","latest_release_published_at":"2020-11-14T20:37:45.000Z","latest_release_number":"v3.2","last_synced_at":"2026-05-26T18:31:48.746Z","created_at":"2023-02-09T03:27:10.718Z","updated_at":"2026-05-26T18:31:48.746Z","registry_url":"https://github.com/ExternalRepositories/run-cmake","install_command":null,"documentation_url":null,"metadata":{"name":"run-cmake","description":"Run CMake to build C/C++ source code.","author":"Luca Cappa https://github.com/lukka","inputs":{"cmakeListsOrSettingsJson":{"default":"CMakeListsTxtBasic","required":true,"description":"Select the mode of the action. There are three different modes: CMakeListsTxtBasic: Run CMake using a CMakeLists.txt - Basic configuration, CMakeListsTxtAdvanced: Run CMake using a CMakeLists.txt - Advanced configuration, CMakeSettingsJson: Run CMake using a CMakeSettings.json of Visual Studio."},"cmakeListsTxtPath":{"default":"${{ github.workspace }}/CMakeLists.txt","required":false,"description":"Path to CMakeLists.txt. Used for both CMakeListsTxtBasic and CMakeListsTxtAdvanced modes."},"cmakeSettingsJsonPath":{"default":"${{ github.workspace }}//CMakeSettings.json","required":false,"description":"Path to CMakeSettings.json. Used for CMakeSettingsJson mode."},"cmakeToolchainPath":{"default":"","required":false,"description":"Path to toolchain .cmake file. Used for CMakeListsTxtBasic mode."},"useVcpkgToolchainFile":{"default":false,"required":false,"description":"Indicates whether to use vcpkg's CMake toolchain file if RUNVCPKG_VCPKG_ROOT environment variable is defined, for example by a previous run-vcpkg action execution. If the variable is defined, its content would be passed with '-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=\u003cRUNVCPKG_VCPKG_ROOT\u003e/scripts/buildsystems/vcpkg.cmake'. Used by any mode."},"vcpkgTriplet":{"required":false,"description":"Specify the triplet used with vcpkg. Default value is $RUNVCPKG_VCPKG_TRIPLET environment variable, which is set e.g. by the run-vcpkg. Possible values include any file name with no extension present in the vcpkgroot/trplet directory, e.g. x64-linux, x64-windows, x64-osx and so forth. Used by any mode."},"cmakeBuildType":{"default":"Debug","required":false,"description":"Select the build configuration, typically Debug or Release. Used by CMakeListsTxtBasic mode."},"cmakeGenerator":{"default":"Ninja","description":"Specify the CMake generator to use. Possible values: Ninja: Ninja, NinjaMulti: Ninja Multi-Config UnixMakefiles: Unix Makefiles, VS16Win64: Visual Studio 2019 x64, VS16Arm64: Visual Studio 2019 ARM64, VS16Arm: Visual Studio 2019 ARM, VS16Win32: Visual Studio 2019 Win32, VS15Win64: Visual Studio 2017 x64, VS15Arm64: Visual Studio 2017 ARM64, VS15Arm: Visual Studio 2017 ARM, VS15Win32: Visual Studio 2017 Win32. Used by CMakeListsTxtBasic mode.","required":false},"buildDirectory":{"default":"${{ github.workspace }}/../../_temp","required":false,"description":"Set the build directory, i.e. where CMake generates the build system files. Defaults to `$(Build.ArtifactStagingDirectory)` for CMakeLists.txt, and to `$(Build.ArtifactStagingDirectory)/\u003cconfiguration-name\u003e` for CMakeSettings.json. Used by any mode."},"cmakeAppendedArgs":{"default":"","required":false,"description":"Provides a mean to provide all the CMake arguments. This is required when using CMakeLists.txt in Advanced mode. For CMakeSettings.json, the arguments are already inferred, but you can append your arguments providing them here.  Used by CMakeListsTxtAdvanced and CMakeSettingsJson modes."},"configurationRegexFilter":{"default":".*","required":true,"description":"The regular expression selects which CMakeSettings.json's configuration(s) to build, one or more. Used by CMakeSettingsJson mode."},"ninjaPath":{"default":"","required":false,"description":"Full path to ninja build tool. If not specified, the one in PATH environment variable will be used. If not available, it will be downloaded from Internet. Used by any mode."},"ninjaDownloadUrl":{"default":"","required":false,"description":"URL to download ninja build tool from. Used by any mode."},"cmakeWrapperCommand":{"default":"","required":false,"description":"The shell command that woud setup the environment and then invoke the cmake command. An example is 'emcmake' of Emscripten SDK. Used by any mode."},"buildWithCMake":{"default":true,"required":false,"description":"Indicates whether to run 'cmake --build' after CMake project files have been generated successfully. Used by any mode."},"buildWithCMakeArgs":{"default":"","required":false,"description":"Additional parameters for both CMake and the make program (e.g. ninja or make).  Separate CMake arguments to the native make program arguments with '--', such as: '--clean-first --config Debug -- -j0'. Used by both CMakeListsTxtBasic and CMakeListsTxtAdvanced modes"},"useShell":{"default":true,"required":false,"description":"Specify which shell to be used when launching commands. 'true' means the default shell is used. 'false' means no shell is used. It also can be an absolute with arguments of the shell to spawn commands with."}},"runs":{"using":"node12","main":"./dist/index.js"},"branding":{"icon":"terminal","color":"green"},"default_branch":"main","path":null},"repo_metadata":{"uuid":"319921434","full_name":"ExternalRepositories/run-cmake","owner":"ExternalRepositories","description":"GitHub Action to build C++ applications with CMake  (either with CMakeLists.txt or CMakeSettings.json), Ninja and vcpkg on GitHub. Available as Azure DevOps task also: https://marketplace.visualstudio.com/items?itemName=lucappa.cmake-ninja-vcpkg-tasks","archived":false,"fork":true,"pushed_at":"2023-01-09T02:03:31.000Z","size":872,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-07-11T11:32:45.856Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"lukka/run-cmake","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ExternalRepositories.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-09T10:31:05.000Z","updated_at":"2023-07-11T11:32:45.857Z","dependencies_parsed_at":"2023-02-08T08:15:55.245Z","dependency_job_id":null,"html_url":"https://github.com/ExternalRepositories/run-cmake","commit_stats":{"total_commits":56,"total_committers":6,"mean_commits":9.333333333333334,"dds":0.2857142857142857,"last_synced_commit":"e5474b8944e20f355c43ba6baf4571c942c398ee"},"previous_names":[],"tags_count":24,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExternalRepositories","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":144959402,"owners_count":6188177,"icon_url":"https://github.com/github.png","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"ExternalRepositories","name":"External repositories","uuid":"68587716","kind":"organization","description":"External repositories","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/68587716?v=4","repositories_count":84,"last_synced_at":"2023-03-03T20:59:03.942Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ExternalRepositories","created_at":"2022-11-14T05:31:21.567Z","updated_at":"2023-03-03T20:59:03.997Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExternalRepositories","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExternalRepositories/repositories"},"tags":[{"name":"v3.2","sha":"3731a5f705049ba17d468d652785cf2cf1757773","kind":"commit","published_at":"2020-11-14T20:37:45.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v3.2","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v3.2","dependencies_parsed_at":"2023-06-02T09:02:06.373Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v3.2/manifests"},{"name":"v3.1","sha":"47a0d061008e6df0acac012dcf4e36dbc11dd763","kind":"commit","published_at":"2020-10-11T20:41:47.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v3.1","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v3.1","dependencies_parsed_at":"2023-06-02T09:02:06.920Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v3.1/manifests"},{"name":"v3.0","sha":"2cca61ae81f285ec651aef8c6326cf46b973c0af","kind":"commit","published_at":"2020-09-07T21:26:05.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v3.0","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v3.0","dependencies_parsed_at":"2023-06-02T09:02:07.522Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v3.0/manifests"},{"name":"v2.5","sha":"2bbebf98f3f92c113ee300dd1969829a23724f3e","kind":"commit","published_at":"2020-05-13T17:19:46.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v2.5","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v2.5","dependencies_parsed_at":"2023-06-02T09:02:08.090Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v2.5/manifests"},{"name":"v2.4","sha":"e6d0dcddbce7538ebcfe88d7ee300a9e2acc5fdb","kind":"commit","published_at":"2020-05-03T21:16:59.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v2.4","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v2.4","dependencies_parsed_at":"2023-06-02T09:02:08.713Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v2.4/manifests"},{"name":"v2.3","sha":"e75511a96fa44eb255253f39461808efe35e0e79","kind":"commit","published_at":"2020-04-15T03:19:04.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v2.3","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v2.3","dependencies_parsed_at":"2023-06-02T09:02:09.260Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v2.3/manifests"},{"name":"v2.0","sha":"110282f21dba1aefe4b5904a45ca19c078629d4d","kind":"commit","published_at":"2020-04-12T08:10:17.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v2.0","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v2.0","dependencies_parsed_at":"2023-06-02T09:02:09.749Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v2.0/manifests"},{"name":"v1.4","sha":"241d84912431e4b46b6a8669ef56827638dfaae0","kind":"commit","published_at":"2020-04-05T01:24:20.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v1.4","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v1.4","dependencies_parsed_at":"2023-06-02T09:02:10.304Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v1.4/manifests"},{"name":"v1.3","sha":"43bbbd2db7732bdb7e4d82f98d59285d51dca3bb","kind":"commit","published_at":"2020-04-04T23:08:50.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v1.3","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v1.3","dependencies_parsed_at":"2023-06-02T09:02:10.815Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v1.3/manifests"},{"name":"v1.2","sha":"237de06877476da24ff3366740b695ae58352fac","kind":"commit","published_at":"2020-04-01T06:46:07.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v1.2","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v1.2","dependencies_parsed_at":"2023-06-02T09:02:13.334Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v1.2/manifests"},{"name":"v1.1","sha":"33b2f88039af3e1748d14a5651ceb9bb139d23f5","kind":"commit","published_at":"2020-03-31T21:10:20.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v1.1","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v1.1","dependencies_parsed_at":"2023-06-02T09:02:13.877Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v1.1/manifests"},{"name":"v1.0","sha":"004c444b841a62953cb33abcb329683e8ed91532","kind":"commit","published_at":"2020-03-30T06:00:40.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v1.0","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v1.0","dependencies_parsed_at":"2023-06-02T09:02:14.363Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v1.0/manifests"},{"name":"v0.11","sha":"48251bb9bb8da0fa07b4efcc11038fe1bb0c2c2b","kind":"commit","published_at":"2020-03-02T07:59:13.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v0.11","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v0.11","dependencies_parsed_at":"2023-06-02T09:02:14.768Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.11/manifests"},{"name":"v0.10","sha":"876e79f9582730a62b19e6a4f2213efebb1fe1c7","kind":"commit","published_at":"2020-02-16T02:41:13.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v0.10","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v0.10","dependencies_parsed_at":"2023-06-02T09:02:15.169Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.10/manifests"},{"name":"v0.9","sha":"8b9f9c3c45c9fae0a411756fe189f1226f32c187","kind":"commit","published_at":"2020-02-08T07:00:55.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v0.9","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v0.9","dependencies_parsed_at":"2023-06-02T09:02:15.632Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.9/manifests"},{"name":"v0.8","sha":"976d86cfe0e1b55a10e05401632681c5e1c36b95","kind":"commit","published_at":"2020-02-06T15:39:37.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v0.8","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v0.8","dependencies_parsed_at":"2023-06-02T09:02:16.030Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.8/manifests"},{"name":"v0.7","sha":"7066d4901da1ce0e7bf3b0ef2ad566508f0fa303","kind":"commit","published_at":"2020-01-27T07:57:21.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v0.7","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v0.7","dependencies_parsed_at":"2023-06-02T09:02:16.439Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.7/manifests"},{"name":"v0.6","sha":"54c29770594571d4b9d5f9bf1d49a456f436a2d9","kind":"commit","published_at":"2020-01-21T05:03:24.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v0.6","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v0.6","dependencies_parsed_at":"2023-06-02T09:02:16.899Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.6/manifests"},{"name":"v0.5","sha":"62a87e19d33fbe3e4104678f26828a20bcf1ff74","kind":"commit","published_at":"2020-01-08T08:32:25.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v0.5","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v0.5","dependencies_parsed_at":"2023-06-02T09:02:17.244Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.5/manifests"},{"name":"v0.4","sha":"6765116d055be0586195c8f70e9c78b4a3cb1659","kind":"commit","published_at":"2020-01-07T08:20:19.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v0.4","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v0.4","dependencies_parsed_at":"2023-06-02T09:02:17.669Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.4/manifests"},{"name":"v0.3","sha":"57b1f6dd00e88db727fc7b7b3ca936987a34c4de","kind":"commit","published_at":"2020-01-07T05:44:02.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v0.3","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v0.3","dependencies_parsed_at":"2023-06-02T09:02:18.077Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.3/manifests"},{"name":"v0.2","sha":"d7567ef97adb4527b1e3748d457b7e42171f2503","kind":"commit","published_at":"2020-01-06T17:27:02.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v0.2","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v0.2","dependencies_parsed_at":"2023-06-02T09:02:18.458Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.2/manifests"},{"name":"v0.1","sha":"695f969ab04e70e7d4f9b94ef1dfad9c4873c9bc","kind":"commit","published_at":"2020-01-06T06:47:54.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v0.1","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v0.1","dependencies_parsed_at":"2023-06-02T09:02:18.800Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.1/manifests"},{"name":"v0.0","sha":"d8fe0b8fd3f8b8b9f157e3d3a8756ba1398da952","kind":"commit","published_at":"2020-01-06T02:46:50.000Z","download_url":"https://codeload.github.com/ExternalRepositories/run-cmake/tar.gz/v0.0","html_url":"https://github.com/ExternalRepositories/run-cmake/releases/tag/v0.0","dependencies_parsed_at":"2023-06-02T09:02:19.166Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExternalRepositories%2Frun-cmake/tags/v0.0/manifests"}]},"repo_metadata_updated_at":"2023-07-11T11:33:02.047Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":42.858974907023466,"dependent_packages_count":0.0,"stargazers_count":49.38656863164194,"forks_count":37.2590091052879,"average":32.376138160988326},"purl":"pkg:githubactions/ExternalRepositories/run-cmake","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/ExternalRepositories/run-cmake","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/ExternalRepositories/run-cmake","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/ExternalRepositories/run-cmake/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T10:14:00.727Z","issues_count":0,"pull_requests_count":21,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":4138052.263157895,"issues_closed_count":0,"pull_requests_closed_count":19,"pull_request_authors_count":1,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.9047619047619048,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":21,"past_year_issues_count":0,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":4082120.25,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":4,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.6666666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":0},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ExternalRepositories%2Frun-cmake/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ExternalRepositories%2Frun-cmake/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ExternalRepositories%2Frun-cmake/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ExternalRepositories%2Frun-cmake/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ExternalRepositories%2Frun-cmake/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ExternalRepositories%2Frun-cmake/codemeta","maintainers":[]}