{"id":5802427,"name":"dessant/lock-threads","ecosystem":"actions","description":"Lock closed issues, pull requests and discussions after a period of inactivity","homepage":"https://github.com/marketplace/actions/lock-threads","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/dessant/lock-threads","keywords_array":["github-actions","issues","lock","pull-requests"],"namespace":"dessant","versions_count":38,"first_release_published_at":"2017-12-11T23:16:11.000Z","latest_release_published_at":"2026-05-23T05:37:25.000Z","latest_release_number":"v6.0.2","last_synced_at":"2026-06-29T03:30:34.288Z","created_at":"2023-01-04T13:46:08.732Z","updated_at":"2026-06-29T03:30:34.288Z","registry_url":"https://github.com/dessant/lock-threads","install_command":null,"documentation_url":null,"metadata":{"name":"Lock Threads","description":"Lock closed issues, pull requests and discussions after a period of inactivity","author":"Armin Sebastian","inputs":{"github-token":{"description":"GitHub access token","default":"${{ github.token }}"},"issue-inactive-days":{"description":"Number of days of inactivity before a closed issue is locked","default":"365"},"exclude-issue-created-before":{"description":"Do not lock issues created before a given date, value must follow ISO 8601","default":""},"exclude-issue-created-after":{"description":"Do not lock issues created after a given date, value must follow ISO 8601","default":""},"exclude-issue-created-between":{"description":"Do not lock issues created in a given time interval, value must follow ISO 8601","default":""},"exclude-issue-closed-before":{"description":"Do not lock issues closed before a given date, value must follow ISO 8601","default":""},"exclude-issue-closed-after":{"description":"Do not lock issues closed after a given date, value must follow ISO 8601","default":""},"exclude-issue-closed-between":{"description":"Do not lock issues closed in a given time interval, value must follow ISO 8601","default":""},"include-any-issue-labels":{"description":"Only lock issues with any of these labels, value must be a comma separated list of labels","default":""},"include-all-issue-labels":{"description":"Only lock issues with all these labels, value must be a comma separated list of labels","default":""},"exclude-any-issue-labels":{"description":"Do not lock issues with any of these labels, value must be a comma separated list of labels","default":""},"add-issue-labels":{"description":"Labels to add before locking an issue, value must be a comma separated list of labels","default":""},"remove-issue-labels":{"description":"Labels to remove before locking an issue, value must be a comma separated list of labels","default":""},"issue-comment":{"description":"Comment to post before locking an issue","default":""},"issue-lock-reason":{"description":"Reason for locking an issue, value must be one of `resolved`, `off-topic`, `too heated` or `spam`","default":"resolved"},"pr-inactive-days":{"description":"Number of days of inactivity before a closed pull request is locked","default":"365"},"exclude-pr-created-before":{"description":"Do not lock pull requests created before a given date, value must follow ISO 8601","default":""},"exclude-pr-created-after":{"description":"Do not lock pull requests created after a given date, value must follow ISO 8601","default":""},"exclude-pr-created-between":{"description":"Do not lock pull requests created in a given time interval, value must follow ISO 8601","default":""},"exclude-pr-closed-before":{"description":"Do not lock pull requests closed before a given date, value must follow ISO 8601","default":""},"exclude-pr-closed-after":{"description":"Do not lock pull requests closed after a given date, value must follow ISO 8601","default":""},"exclude-pr-closed-between":{"description":"Do not lock pull requests closed in a given time interval, value must follow ISO 8601","default":""},"include-any-pr-labels":{"description":"Only lock pull requests with any of these labels, value must be a comma separated list of labels","default":""},"include-all-pr-labels":{"description":"Only lock pull requests with all these labels, value must be a comma separated list of labels","default":""},"exclude-any-pr-labels":{"description":"Do not lock pull requests with any of these labels, value must be a comma separated list of labels","default":""},"add-pr-labels":{"description":"Labels to add before locking a pull request, value must be a comma separated list of labels","default":""},"remove-pr-labels":{"description":"Labels to remove before locking a pull request, value must be a comma separated list of labels","default":""},"pr-comment":{"description":"Comment to post before locking a pull request","default":""},"pr-lock-reason":{"description":"Reason for locking a pull request, value must be one of `resolved`, `off-topic`, `too heated` or `spam`","default":"resolved"},"discussion-inactive-days":{"description":"Number of days of inactivity before a closed discussion is locked","default":"365"},"exclude-discussion-created-before":{"description":"Do not lock discussions created before a given date, value must follow ISO 8601","default":""},"exclude-discussion-created-after":{"description":"Do not lock discussions created after a given date, value must follow ISO 8601","default":""},"exclude-discussion-created-between":{"description":"Do not lock discussions created in a given time interval, value must follow ISO 8601","default":""},"exclude-discussion-closed-before":{"description":"Do not lock discussions closed before a given date, value must follow ISO 8601","default":""},"exclude-discussion-closed-after":{"description":"Do not lock discussions closed after a given date, value must follow ISO 8601","default":""},"exclude-discussion-closed-between":{"description":"Do not lock discussions closed in a given time interval, value must follow ISO 8601","default":""},"include-any-discussion-labels":{"description":"Only lock issues with any of these labels, value must be a comma separated list of labels","default":""},"include-all-discussion-labels":{"description":"Only lock discussions with all these labels, value must be a comma separated list of labels","default":""},"exclude-any-discussion-labels":{"description":"Do not lock discussions with any of these labels, value must be a comma separated list of labels","default":""},"add-discussion-labels":{"description":"Labels to add before locking a discussion, value must be a comma separated list of labels","default":""},"remove-discussion-labels":{"description":"Labels to remove before locking a discussion, value must be a comma separated list of labels","default":""},"discussion-comment":{"description":"Comment to post before locking a discussion","default":""},"process-only":{"description":"Only lock issues, pull requests or discussions, value must be a comma separated list, list items must be one of `issues`, `prs` or `discussions`","default":""},"log-output":{"description":"Log output parameters, value must be either `true` or `false`","default":false}},"outputs":{"issues":{"description":"Issues that have been locked, value is a JSON string"},"prs":{"description":"Pull requests that have been locked, value is a JSON string"},"discussions":{"description":"Discussions that have been locked, value is a JSON string"}},"runs":{"using":"node24","main":"dist/index.js"},"branding":{"icon":"lock","color":"gray-dark"},"default_branch":"main","path":null},"repo_metadata":{"id":27437795,"uuid":"113918130","full_name":"dessant/lock-threads","owner":"dessant","description":"GitHub Action that locks closed issues, pull requests and discussions after a period of inactivity","archived":false,"fork":false,"pushed_at":"2024-02-15T22:43:57.000Z","size":1878,"stargazers_count":321,"open_issues_count":7,"forks_count":38,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-07-14T23:36:09.238Z","etag":null,"topics":["github-actions","issues","lock","pull-requests"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/lock-threads","language":"JavaScript","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/dessant.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"dessant","patreon":"dessant","custom":["https://armin.dev/go/paypal","https://armin.dev/go/bitcoin"]}},"created_at":"2017-12-11T23:05:09.000Z","updated_at":"2025-07-05T08:26:18.000Z","dependencies_parsed_at":"2023-11-12T04:26:22.734Z","dependency_job_id":"a7ab411f-ab19-4c14-a3a5-ad6d895e4851","html_url":"https://github.com/dessant/lock-threads","commit_stats":{"total_commits":114,"total_committers":4,"mean_commits":28.5,"dds":"0.42105263157894735","last_synced_commit":"c1b35aecc5cdb1a34539d14196df55838bb2f836"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/dessant/lock-threads","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dessant","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/sbom","scorecard":{"id":336280,"data":{"date":"2025-08-11","repo":{"name":"github.com/dessant/lock-threads","commit":"1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.3,"checks":[{"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/30 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":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:13","Warn: no topLevel permission defined: .github/workflows/release.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: third-party GitHubAction not pinned by hash: .github/workflows/lock-threads.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/dessant/lock-threads/lock-threads.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/dessant/lock-threads/release.yml/main?enable=pin","Info:   0 out of   2 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":"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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for 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":"Vulnerabilities","score":0,"reason":"15 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-78xj-cgh5-2h22","Warn: Project is vulnerable to: GHSA-2p57-rm9w-gvfp","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36","Warn: Project is vulnerable to: GHSA-3787-6prv-h9w3","Warn: Project is vulnerable to: GHSA-9qxr-qj54-h672","Warn: Project is vulnerable to: GHSA-m4v8-wqvr-p9f7","Warn: Project is vulnerable to: GHSA-c76h-2ccp-4975","Warn: Project is vulnerable to: GHSA-cxrh-j4jr-qwg3"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:48:44.211Z","repository_id":27437795,"created_at":"2025-08-18T04:48:44.212Z","updated_at":"2025-08-18T04:48:44.212Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281949934,"owners_count":26588685,"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-31T02:00:07.401Z","response_time":57,"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":"dessant","name":"Armin Sebastian","uuid":"7513068","kind":"user","description":"","email":"hi@armin.dev","website":"https://armin.dev","location":"EU","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7513068?u=b329919ea59d7f97fcc0f1ebc0c6ae721a5bb712\u0026v=4","repositories_count":34,"last_synced_at":"2025-10-23T04:55:48.130Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/dessant","funding_links":["https://github.com/sponsors/dessant"],"total_stars":14338,"followers":967,"following":0,"created_at":"2022-11-11T11:46:18.916Z","updated_at":"2025-10-23T04:55:48.130Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dessant","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dessant/repositories"},"tags":[{"name":"v5.0.1","sha":"1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771","kind":"tag","published_at":"2023-11-22T08:19:41.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v5.0.1","html_url":"https://github.com/dessant/lock-threads/releases/tag/v5.0.1","dependencies_parsed_at":"2023-11-24T04:09:09.545Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v5.0.1/manifests"},{"name":"v5","sha":"d42e5f49803f3c4e14ffee0378e31481265dda22","kind":"commit","published_at":"2023-11-14T05:14:39.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v5","html_url":"https://github.com/dessant/lock-threads/releases/tag/v5","dependencies_parsed_at":"2023-11-16T04:39:21.636Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v5/manifests"},{"name":"v5.0.0","sha":"d42e5f49803f3c4e14ffee0378e31481265dda22","kind":"tag","published_at":"2023-11-14T05:14:39.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v5.0.0","html_url":"https://github.com/dessant/lock-threads/releases/tag/v5.0.0","dependencies_parsed_at":"2023-11-16T04:39:21.359Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v5.0.0/manifests"},{"name":"v4.0.1","sha":"be8aa5be94131386884a6da4189effda9b14aa21","kind":"tag","published_at":"2023-06-12T17:46:43.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v4.0.1","html_url":"https://github.com/dessant/lock-threads/releases/tag/v4.0.1","dependencies_parsed_at":"2023-06-14T00:13:35.475Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v4.0.1/manifests"},{"name":"v4","sha":"c1b35aecc5cdb1a34539d14196df55838bb2f836","kind":"commit","published_at":"2022-12-04T00:24:12.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v4","html_url":"https://github.com/dessant/lock-threads/releases/tag/v4","dependencies_parsed_at":"2023-06-01T00:09:43.464Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v4/manifests"},{"name":"v4.0.0","sha":"c1b35aecc5cdb1a34539d14196df55838bb2f836","kind":"tag","published_at":"2022-12-04T00:24:12.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v4.0.0","html_url":"https://github.com/dessant/lock-threads/releases/tag/v4.0.0","dependencies_parsed_at":"2023-06-01T00:09:43.757Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v4.0.0/manifests"},{"name":"v3","sha":"e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6","kind":"commit","published_at":"2021-09-27T19:59:48.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v3","html_url":"https://github.com/dessant/lock-threads/releases/tag/v3","dependencies_parsed_at":"2023-05-30T17:57:30.360Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v3/manifests"},{"name":"v3.0.0","sha":"e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6","kind":"tag","published_at":"2021-09-27T19:59:48.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v3.0.0","html_url":"https://github.com/dessant/lock-threads/releases/tag/v3.0.0","dependencies_parsed_at":"2023-05-30T17:57:29.784Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v3.0.0/manifests"},{"name":"v2.1.2","sha":"f1a42f0f44eb83361d617a014663e1a76cf282d2","kind":"tag","published_at":"2021-08-17T08:32:33.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v2.1.2","html_url":"https://github.com/dessant/lock-threads/releases/tag/v2.1.2","dependencies_parsed_at":"2023-05-30T17:57:31.013Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2.1.2/manifests"},{"name":"v2","sha":"f1a42f0f44eb83361d617a014663e1a76cf282d2","kind":"commit","published_at":"2021-08-17T08:32:33.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v2","html_url":"https://github.com/dessant/lock-threads/releases/tag/v2","dependencies_parsed_at":"2023-05-30T17:57:31.575Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2/manifests"},{"name":"v2.1.1","sha":"1621939cecf8586399a6b60d2a7af9469232b5b6","kind":"tag","published_at":"2021-07-09T18:58:36.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v2.1.1","html_url":"https://github.com/dessant/lock-threads/releases/tag/v2.1.1","dependencies_parsed_at":"2023-05-30T17:57:32.085Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"ee062b15e5a40b0ed9d79f7c99998a11ee201b0c","kind":"tag","published_at":"2021-07-09T17:24:11.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v2.1.0","html_url":"https://github.com/dessant/lock-threads/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-30T17:57:32.555Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"486f7380c15596f92b724e4260e4981c68d6bde6","kind":"tag","published_at":"2021-01-01T10:19:00.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v2.0.3","html_url":"https://github.com/dessant/lock-threads/releases/tag/v2.0.3","dependencies_parsed_at":"2023-05-30T17:57:33.201Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"11b4d83a3bcee26bfb7a3bb6d6ac048eba4d3ffb","kind":"tag","published_at":"2021-01-01T10:06:22.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v2.0.2","html_url":"https://github.com/dessant/lock-threads/releases/tag/v2.0.2","dependencies_parsed_at":"2023-05-30T17:57:33.817Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"63786a6c74ee3cfc4584f36de4360305c55e5126","kind":"tag","published_at":"2020-07-07T20:47:17.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v2.0.1","html_url":"https://github.com/dessant/lock-threads/releases/tag/v2.0.1","dependencies_parsed_at":"2023-05-30T17:57:34.416Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"ef39464948db632b900370c7cf1cbd383788482e","kind":"tag","published_at":"2020-02-17T06:58:21.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v2.0.0","html_url":"https://github.com/dessant/lock-threads/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-30T17:57:34.978Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v2.0.0/manifests"},{"name":"v1.0.1","sha":"4f8b60f58f948260f95ce5f622816354ff9a81ea","kind":"tag","published_at":"2019-10-25T17:18:01.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v1.0.1","html_url":"https://github.com/dessant/lock-threads/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-30T17:57:35.510Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"ac3192764fc4028ad28337b131f46455ae7c2473","kind":"tag","published_at":"2019-06-09T19:18:39.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v1.0.0","html_url":"https://github.com/dessant/lock-threads/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-30T17:57:35.983Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v1.0.0/manifests"},{"name":"v0.8.3","sha":"0a248c11d22e07730697efc4cfe0161c5fbbb9a3","kind":"tag","published_at":"2019-01-20T08:30:19.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.8.3","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.8.3","dependencies_parsed_at":"2023-05-30T17:57:36.384Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.8.3/manifests"},{"name":"v0.8.2","sha":"2a369dd169dbad8df83eff444b7a5728523a91a8","kind":"tag","published_at":"2019-01-19T11:45:53.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.8.2","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.8.2","dependencies_parsed_at":"2023-05-30T17:57:36.816Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.8.2/manifests"},{"name":"v0.8.1","sha":"00e6b14ad3511d03619de183213476180ff3ef72","kind":"tag","published_at":"2019-01-18T12:02:00.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.8.1","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.8.1","dependencies_parsed_at":"2023-05-30T17:57:37.210Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"3817dc6a82acdcac5f84df5a6efe071183fd9816","kind":"tag","published_at":"2018-11-08T08:13:20.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.8.0","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.8.0","dependencies_parsed_at":"2023-05-30T17:57:37.668Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.8.0/manifests"},{"name":"v0.7.1","sha":"541840823f9fdd771c0d4ec60ad1fed4692419bc","kind":"tag","published_at":"2018-10-03T03:09:45.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.7.1","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.7.1","dependencies_parsed_at":"2023-05-30T17:57:38.169Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"1b83ec10258c4b66481b28ee136413b1cd595fc1","kind":"tag","published_at":"2018-07-23T18:15:23.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.7.0","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.7.0","dependencies_parsed_at":"2023-05-30T17:57:38.592Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.7.0/manifests"},{"name":"v0.6.2","sha":"ff901dc56fb4a68cff6a62f4ca9ccf9c7e1b8aab","kind":"tag","published_at":"2018-06-27T08:55:02.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.6.2","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.6.2","dependencies_parsed_at":"2023-05-30T17:57:38.968Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"5071a99c7fefbd1ba8db21c6b489f84dc431db8f","kind":"tag","published_at":"2018-06-24T16:20:44.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.6.1","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.6.1","dependencies_parsed_at":"2023-05-30T17:57:39.410Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"78527baa87a3daf87c931ba03529de4e2be7bc27","kind":"tag","published_at":"2018-06-24T15:43:37.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.6.0","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.6.0","dependencies_parsed_at":"2023-05-30T17:57:39.824Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.6.0/manifests"},{"name":"v0.5.2","sha":"bbc29a1c86eb29b450c194af1933502212c0fce5","kind":"tag","published_at":"2018-05-30T01:22:16.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.5.2","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.5.2","dependencies_parsed_at":"2023-05-30T17:57:40.243Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9630c7e1fdd607fd2a3419cb68b86bf6dcf00f38","kind":"tag","published_at":"2018-05-30T01:09:52.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.5.1","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.5.1","dependencies_parsed_at":"2023-05-30T17:57:40.640Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"4e047dab4a1347081f470021851fc35bbe7c1f9c","kind":"tag","published_at":"2018-05-06T06:05:13.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.5.0","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.5.0","dependencies_parsed_at":"2023-05-30T17:57:41.020Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"7a737c713bcf106239853780323e124e7755acd7","kind":"tag","published_at":"2018-05-01T14:27:03.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.4.0","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.4.0","dependencies_parsed_at":"2023-05-30T17:57:41.417Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"022711d53d01fa3e7a76c4955bef450681da6dd8","kind":"tag","published_at":"2018-05-01T03:50:03.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.3.0","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.3.0","dependencies_parsed_at":"2023-05-30T17:57:41.848Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"e17b9dd98e95f611aaa2fae635fc086e5c9a06fe","kind":"tag","published_at":"2018-03-29T11:19:42.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.2.0","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.2.0","dependencies_parsed_at":"2023-05-30T17:57:42.366Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"27f7499dd8e457e1148076d279cdaac4ae0970ff","kind":"tag","published_at":"2017-12-11T23:16:11.000Z","download_url":"https://codeload.github.com/dessant/lock-threads/tar.gz/v0.1.0","html_url":"https://github.com/dessant/lock-threads/releases/tag/v0.1.0","dependencies_parsed_at":"2023-05-30T17:57:42.839Z","dependency_job_id":null,"purl":"pkg:github/dessant/lock-threads@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-10-31T07:44:20.048Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":8153,"rankings":{"downloads":null,"dependent_repos_count":0.17429884328949455,"dependent_packages_count":0.0,"stargazers_count":0.8302963080335922,"forks_count":1.613056567897322,"docker_downloads_count":null,"average":0.6544129298051022},"purl":"pkg:githubactions/dessant/lock-threads","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/dessant/lock-threads","docker_dependents_count":6,"docker_downloads_count":1199703659,"usage_url":"https://repos.ecosyste.ms/usage/actions/dessant/lock-threads","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/dessant/lock-threads/dependencies","status":null,"funding_links":["https://github.com/sponsors/dessant","https://patreon.com/dessant","https://armin.dev/go/paypal","https://armin.dev/go/bitcoin"],"critical":true,"issue_metadata":{"last_synced_at":"2025-10-31T07:25:38.238Z","issues_count":35,"pull_requests_count":17,"avg_time_to_close_issue":5969567.0,"avg_time_to_close_pull_request":2926466.8181818184,"issues_closed_count":30,"pull_requests_closed_count":11,"pull_request_authors_count":13,"issue_authors_count":31,"avg_comments_per_issue":3.5428571428571427,"avg_comments_per_pull_request":2.7058823529411766,"merged_pull_requests_count":3,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":4,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":15039299.0,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":2.5,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/dessant%2Flock-threads/issues","maintainers":[{"login":"dessant","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dessant"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dessant%2Flock-threads/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dessant%2Flock-threads/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dessant%2Flock-threads/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dessant%2Flock-threads/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dessant%2Flock-threads/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dessant%2Flock-threads/codemeta","maintainers":[]}