{"id":5932370,"name":"fabasoad/setup-lolcode-action","ecosystem":"actions","description":"This action sets up a LOLCODE interpreter called LCI.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/fabasoad/setup-lolcode-action","keywords_array":["cli","github-action","github-actions","interpreter","lolcode","programming-language"],"namespace":"fabasoad","versions_count":30,"first_release_published_at":"2020-11-30T00:01:48.000Z","latest_release_published_at":"2025-09-12T13:41:28.000Z","latest_release_number":"v1.2.3","last_synced_at":"2026-04-12T07:21:31.700Z","created_at":"2023-01-24T00:01:23.562Z","updated_at":"2026-04-12T07:21:31.700Z","registry_url":"https://github.com/fabasoad/setup-lolcode-action","install_command":null,"documentation_url":null,"metadata":{"name":"Setup LOLCODE","author":"Yevhen Fabizhevskyi","description":"This action sets up a LOLCODE interpreter called LCI.","branding":{"icon":"terminal","color":"gray-dark"},"inputs":{"version":{"description":"LCI version. Defaults to the latest version.","required":false,"default":"latest"},"force":{"description":"If \"true\" it installs LCI even if it is already installed on a runner.\nOtherwise, skips installation.\n","required":false,"default":"false"},"github-token":{"description":"GitHub token that is used to send requests to GitHub API such as getting\nlatest release. Defaults to the token provided by GitHub Actions environment.\n","required":false,"default":"${{ github.token }}"}},"outputs":{"installed":{"description":"Whether LCI was installed or not.","value":"${{ steps.install-lci.outcome == 'success' }}"}},"runs":{"using":"composite","steps":[{"name":"Fail","if":"${{ runner.os == 'Windows' }}","run":"echo \"::error title=OS is not supported::${RUNNER_OS} ${RUNNER_ARCH} is not supported\"\nexit 1\n","shell":"sh"},{"name":"Validate inputs","env":{"INPUT_VERSION":"${{ inputs.version }}","INPUT_FORCE":"${{ inputs.force }}"},"run":"./validate-inputs.sh \"${INPUT_VERSION}\" \"${INPUT_FORCE}\"","shell":"sh","working-directory":"${{ github.action_path }}/src"},{"name":"Collect info","id":"info","env":{"INPUT_FORCE":"${{ inputs.force }}"},"run":"./collect-info.sh \"${INPUT_FORCE}\"","shell":"sh","working-directory":"${{ github.action_path }}/src"},{"name":"Setup dependencies","if":"${{ steps.info.outputs.bin-installed == 'false' \u0026\u0026 runner.os == 'Linux' }}","run":"sudo apt-get install libreadline-dev","shell":"sh"},{"name":"Setup jq","if":"${{ steps.info.outputs.bin-installed == 'false' }}","uses":"dcarbone/install-jq-action@v3"},{"name":"Get latest release","if":"${{ steps.info.outputs.bin-installed == 'false' \u0026\u0026 inputs.version == 'latest' }}","id":"latest-release","env":{"INPUT_GITHUB_TOKEN":"${{ inputs.github-token }}"},"run":"./get-latest-release.sh \"justinmeza/lci\" \"${INPUT_GITHUB_TOKEN}\"","shell":"sh","working-directory":"${{ github.action_path }}/src"},{"name":"Download LCI","if":"${{ steps.info.outputs.bin-installed == 'false' }}","uses":"actions/checkout@v5","with":{"repository":"justinmeza/lci","ref":"${{ format('v{0}', inputs.version == 'latest' \u0026\u0026 steps.latest-release.outputs.version || inputs.version) }}","fetch-depth":1,"path":"${{ steps.info.outputs.bin-dir }}"}},{"name":"Install LCI","if":"${{ steps.info.outputs.bin-installed == 'false' }}","id":"install-lci","run":"cmake . -DCMAKE_POLICY_VERSION_MINIMUM=3.31\nmake\necho \"$(pwd)\" \u003e\u003e \"$GITHUB_PATH\"\n","shell":"sh","working-directory":"${{ steps.info.outputs.bin-path }}"},{"name":"Print version","run":"lci -v","shell":"sh"}]},"default_branch":"main","path":null},"repo_metadata":{"id":42535379,"uuid":"315957066","full_name":"fabasoad/setup-lolcode-action","owner":"fabasoad","description":"This GitHub action installs LOLCODE programming language interpreter.","archived":false,"fork":false,"pushed_at":"2025-09-12T13:42:06.000Z","size":1061,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T11:32:17.299Z","etag":null,"topics":["cli","github-action","github-actions","interpreter","lolcode","programming-language"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabasoad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://www.bitcoinqrcodemaker.com/?style=bitcoin\u0026address=145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH\u0026prefix=on","https://paypal.me/fabasoad"],"github":["fabasoad"],"ko_fi":"fabasoad","liberapay":"fabasoad"}},"created_at":"2020-11-25T14:04:06.000Z","updated_at":"2025-09-12T13:41:32.000Z","dependencies_parsed_at":"2023-12-02T05:30:00.670Z","dependency_job_id":"173697bd-f795-433f-9254-78a8100f0bd0","html_url":"https://github.com/fabasoad/setup-lolcode-action","commit_stats":{"total_commits":149,"total_committers":7,"mean_commits":"21.285714285714285","dds":0.610738255033557,"last_synced_commit":"42d65ed9d86326b4da60efc7db1d5a0a92ef82b1"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/fabasoad/setup-lolcode-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabasoad","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/sbom","scorecard":{"id":389722,"data":{"date":"2025-08-11","repo":{"name":"github.com/fabasoad/setup-lolcode-action","commit":"39796bb40544035bb69ebd4dc820eb29dc991e22"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.7,"checks":[{"name":"Maintained","score":5,"reason":"6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/24 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/security.yml:14","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/security.yml:15","Warn: no topLevel permission defined: .github/workflows/functional-tests.yml:1","Warn: no topLevel permission defined: .github/workflows/linting.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/security.yml:1","Warn: no topLevel permission defined: .github/workflows/sync-labels.yml:1","Warn: no topLevel permission defined: .github/workflows/update-license.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/functional-tests.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/setup-lolcode-action/functional-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/functional-tests.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/setup-lolcode-action/functional-tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/linting.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/setup-lolcode-action/linting.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/setup-lolcode-action/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/security.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/setup-lolcode-action/security.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/sync-labels.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/setup-lolcode-action/sync-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-license.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/fabasoad/setup-lolcode-action/update-license.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Info: codeowner review is required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Info: 'up-to-date branches' is required to merge on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":5,"reason":"SAST tool is not run on all commits -- score normalized to 5","details":["Warn: 5 commits out of 10 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T17:31:22.849Z","repository_id":42535379,"created_at":"2025-08-18T17:31:22.850Z","updated_at":"2025-08-18T17:31:22.850Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002889,"owners_count":26083468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"fabasoad","name":"Eugene","uuid":"2127723","kind":"user","description":"","email":"","website":"https://fabasoad.com","location":"Tokyo, Japan","twitter":"fabasoad","company":"Woven by Toyota","icon_url":"https://avatars.githubusercontent.com/u/2127723?u=873864a4b985d90c64d15d6d9b4f00644cb6e35c\u0026v=4","repositories_count":93,"last_synced_at":"2025-09-30T14:50:47.135Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/fabasoad","funding_links":["https://github.com/sponsors/fabasoad"],"total_stars":284,"followers":45,"following":51,"created_at":"2023-04-26T12:58:52.897Z","updated_at":"2025-09-30T14:50:47.136Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabasoad","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabasoad/repositories"},"tags":[{"name":"v1.2.2","sha":"d32c52e91a94e7096ece9c11ae694ef80a3cc221","kind":"commit","published_at":"2025-01-23T06:24:38.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.2.2","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":"4749a7f4-d77a-4663-97a3-ff8927fa4c05","purl":"pkg:github/fabasoad/setup-lolcode-action@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"d1b4c3f7069fd0f9347abf2328662fd4edaafd4f","kind":"commit","published_at":"2025-01-10T14:26:01.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.2.1","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.2.1","dependencies_parsed_at":"2025-01-13T07:58:16.907Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.2.1/manifests"},{"name":"v1.2","sha":"ddbe67cb7573a6d050667b9479bdc58b9f87cfcf","kind":"commit","published_at":"2025-01-04T23:30:47.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.2","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.2","dependencies_parsed_at":"2025-01-06T06:43:24.603Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.2/manifests"},{"name":"v1.2.0","sha":"ddbe67cb7573a6d050667b9479bdc58b9f87cfcf","kind":"commit","published_at":"2025-01-04T23:30:47.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.2.0","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.2.0","dependencies_parsed_at":"2025-01-06T06:43:24.603Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.2.0/manifests"},{"name":"v1.1.4","sha":"3372fac7711e567559b6794cf3e466397483ee31","kind":"commit","published_at":"2024-04-13T16:58:44.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.1.4","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.1.4","dependencies_parsed_at":"2024-04-16T06:25:34.172Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"ab2c22f437da0d9237026ec8e1773527beb337cb","kind":"commit","published_at":"2024-01-05T23:03:45.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.1.3","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.1.3","dependencies_parsed_at":"2024-01-07T04:51:55.455Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.1.3/manifests"},{"name":"v1","sha":"d44b296e5e280e1c6d420622b3d7698a3fd593e7","kind":"commit","published_at":"2023-05-13T22:12:19.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1","dependencies_parsed_at":"2023-06-01T00:04:23.733Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1/manifests"},{"name":"v1.1.2","sha":"d44b296e5e280e1c6d420622b3d7698a3fd593e7","kind":"commit","published_at":"2023-05-13T22:12:19.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.1.2","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.1.2","dependencies_parsed_at":"2023-06-01T00:04:24.712Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.1.2/manifests"},{"name":"v1.1","sha":"d44b296e5e280e1c6d420622b3d7698a3fd593e7","kind":"commit","published_at":"2023-05-13T22:12:19.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.1","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.1","dependencies_parsed_at":"2023-06-01T00:04:26.148Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.1/manifests"},{"name":"v1.1.1","sha":"bb2335c216a315dd729d1aa97b5e38f8c3f4ab0a","kind":"commit","published_at":"2023-04-10T13:07:43.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.1.1","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.1.1","dependencies_parsed_at":"2023-06-01T00:04:23.019Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"bd8e402df764ea063e62b02f8b3540ec8519ff2a","kind":"commit","published_at":"2022-11-06T11:08:57.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.1.0","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.1.0","dependencies_parsed_at":"2023-06-01T00:04:23.177Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.1.0/manifests"},{"name":"v1.0.17","sha":"8e60e5d1180b53cd29d7c825ce55f8c91fe35163","kind":"commit","published_at":"2022-09-18T01:45:52.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.17","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.17","dependencies_parsed_at":"2023-05-31T13:32:19.268Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.17/manifests"},{"name":"v1.0.16","sha":"92fef1202069bc6a72cb4117f624fe6887bd9ed9","kind":"commit","published_at":"2022-02-13T04:58:14.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.16","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.16","dependencies_parsed_at":"2023-05-31T13:32:20.853Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.16/manifests"},{"name":"v1.0.15","sha":"069540a4a5d7cebc671630b79331fcd2f0456de8","kind":"commit","published_at":"2021-11-04T13:08:05.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.15","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.15","dependencies_parsed_at":"2023-05-31T13:32:22.319Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.15/manifests"},{"name":"v1.0.14","sha":"b938b55e9fa418b15d7c18daf10f2990867f2c1a","kind":"commit","published_at":"2021-08-28T05:07:11.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.14","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.14","dependencies_parsed_at":"2023-05-31T13:32:23.631Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.14/manifests"},{"name":"v1.0.13","sha":"392463e4b4a34d6fbcf095d11a4b43d585a71878","kind":"tag","published_at":"2021-07-03T04:20:20.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.13","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.13","dependencies_parsed_at":"2023-05-31T13:32:25.510Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.13/manifests"},{"name":"v1.0.12","sha":"7f034185eaf3692b818817f4dbf859da2924c8f8","kind":"tag","published_at":"2021-06-04T13:13:55.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.12","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.12","dependencies_parsed_at":"2023-05-31T13:32:26.667Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.12/manifests"},{"name":"v1.0.11","sha":"fb98be4d59a3cd4845e0c0acafafe8dc4ffd2777","kind":"commit","published_at":"2021-04-29T01:12:23.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.11","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.11","dependencies_parsed_at":"2023-05-31T13:32:28.152Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.11/manifests"},{"name":"v1.0.10","sha":"c0bf83efb7a5b7e6d51cd75a34600048baf8ac36","kind":"commit","published_at":"2021-04-07T13:05:04.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.10","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.10","dependencies_parsed_at":"2023-05-31T13:32:29.870Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.10/manifests"},{"name":"v1.0.9","sha":"7c33f973657ccaf1727c7b406f8c4adef95e943c","kind":"commit","published_at":"2021-03-13T02:26:56.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.9","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.9","dependencies_parsed_at":"2023-05-31T13:32:32.173Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.9/manifests"},{"name":"v1.0.8","sha":"fc1f26c52b1b489b02ad921570ff2b1a519558c9","kind":"commit","published_at":"2021-02-20T11:58:54.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.8","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.8","dependencies_parsed_at":"2023-05-31T13:32:33.789Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.8/manifests"},{"name":"v1.0.7","sha":"7421e165dec137b8c0356f5dfa73b0337f2216b9","kind":"commit","published_at":"2021-02-01T13:49:20.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.7","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.7","dependencies_parsed_at":"2023-05-31T13:32:35.451Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"7fd3ad3ea6efcc051b97ad64e8c1ff4b8398dab6","kind":"commit","published_at":"2021-01-17T11:31:35.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.6","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.6","dependencies_parsed_at":"2023-05-31T13:32:41.334Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"2592819824a23fccf5f113867d0238774f6d5d82","kind":"commit","published_at":"2021-01-01T03:36:21.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.5","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.5","dependencies_parsed_at":"2023-05-31T13:32:45.728Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"8dcad340b868ebabe2c2734d9ae05bf5b945e6b0","kind":"commit","published_at":"2020-12-30T03:14:00.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.4","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.4","dependencies_parsed_at":"2023-05-31T13:32:47.763Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"dc51c8c642b6161a3a38e4a18fd2f06a65c67478","kind":"commit","published_at":"2020-12-27T08:28:09.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.3","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.3","dependencies_parsed_at":"2023-05-31T13:32:49.983Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"c7329b55a91a7520a90c54acbb22f1c9a4f4cc64","kind":"commit","published_at":"2020-12-20T05:32:18.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.2","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T13:32:51.342Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"7e23c5534dd83a99b745fd2fbf7c687a6a0bc411","kind":"commit","published_at":"2020-12-14T23:16:36.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.1","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T13:32:52.986Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"112e5260e498ce2b3e6bbb2b13cd2d8f372ad8ec","kind":"commit","published_at":"2020-11-30T00:01:48.000Z","download_url":"https://codeload.github.com/fabasoad/setup-lolcode-action/tar.gz/v1.0.0","html_url":"https://github.com/fabasoad/setup-lolcode-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T13:32:54.376Z","dependency_job_id":null,"purl":"pkg:github/fabasoad/setup-lolcode-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-02-11T14:05:46.012Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":8,"rankings":{"downloads":null,"dependent_repos_count":13.119949294881952,"dependent_packages_count":0.0,"stargazers_count":48.29028680082396,"forks_count":35.113294248138175,"docker_downloads_count":null,"average":24.13088258596102},"purl":"pkg:githubactions/fabasoad/setup-lolcode-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/fabasoad/setup-lolcode-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/fabasoad/setup-lolcode-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/fabasoad/setup-lolcode-action/dependencies","status":null,"funding_links":["https://www.bitcoinqrcodemaker.com/?style=bitcoin\u0026address=145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH\u0026prefix=on","https://paypal.me/fabasoad","https://github.com/sponsors/fabasoad","https://ko-fi.com/fabasoad","https://liberapay.com/fabasoad"],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-13T18:00:07.837Z","issues_count":0,"pull_requests_count":118,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":194982.2372881356,"issues_closed_count":0,"pull_requests_closed_count":118,"pull_request_authors_count":5,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.211864406779661,"merged_pull_requests_count":83,"bot_issues_count":0,"bot_pull_requests_count":83,"past_year_issues_count":0,"past_year_pull_requests_count":8,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":81596.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":8,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":2,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-lolcode-action/issues","maintainers":[{"login":"fabasoad","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fabasoad"}],"active_maintainers":[{"login":"fabasoad","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fabasoad"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fabasoad%2Fsetup-lolcode-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fabasoad%2Fsetup-lolcode-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fabasoad%2Fsetup-lolcode-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fabasoad%2Fsetup-lolcode-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/fabasoad%2Fsetup-lolcode-action/codemeta","maintainers":[]}