{"id":7748394,"name":"SvanBoxel/organization-workflows","ecosystem":"actions","description":"Action to register organization workflow","homepage":null,"licenses":"isc","normalized_licenses":["ISC"],"repository_url":"https://github.com/SvanBoxel/organization-workflows","keywords_array":[],"namespace":"SvanBoxel","versions_count":6,"first_release_published_at":"2021-01-12T09:27:33.000Z","latest_release_published_at":"2024-04-30T19:19:37.000Z","latest_release_number":"1.5.0","last_synced_at":"2026-05-14T03:03:07.169Z","created_at":"2023-05-17T12:15:12.320Z","updated_at":"2026-05-14T03:03:07.169Z","registry_url":"https://github.com/SvanBoxel/organization-workflows","install_command":null,"documentation_url":null,"metadata":{"name":"Organization workflow action","description":"Action to register organization workflow","branding":{"icon":"check-circle","color":"white"},"inputs":{"id":{"description":"ID of run (provided by GitHub app via `github.event.client_payload.id`)","required":true},"run_id":{"description":"ID of workflow run (provided via GitHub syntax `github.run_id`)","required":true},"name":{"description":"Name of check (Use `github.workflow` to use the name of the workflow)","required":true},"callback_url":{"description":"Callback url for register call (provided by GitHub app via `github.event.client_payload.callback_url`)","required":true},"sha":{"description":"Sha of original commit (provided by GitHub app via `github.event.client_payload.sha`)","required":true},"enforce":{"description":"Enforce [required status check](https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-required-status-checks)","required":false,"default":false},"enforce_admin":{"description":"Enforce [required status check](https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-required-status-checks) for admins","required":false,"default":false},"documentation":{"description":"Link to documentation of this check. This is shown with the status check on the original commit. (eg `.github/workflows/compliance-info.md`)","required":false}},"runs":{"using":"composite","steps":[{"run":"curl -G \\\n  \"${{ inputs.callback_url }}\" \\\n  -d id=${{ inputs.id }} \\\n  -d run_id=${{ inputs.run_id }} \\\n  -d sha=${{ inputs.sha }} \\\n  -d enforce=${{ inputs.enforce }} \\\n  -d enforce_admin=${{ inputs.enforce_admin }} \\\n  --data-urlencode \"name=${{ env.name || github.workflow }}\" \\\n  --data-urlencode \"documentation=${{ inputs.documentation }}\"\n","shell":"bash"}]},"default_branch":"main","path":null},"repo_metadata":{"id":37244601,"uuid":"322629833","full_name":"SvanBoxel/organization-workflows","owner":"SvanBoxel","description":"Need to centrally manage and run Actions workflows across multiple repositories? This app does it for you. ","archived":false,"fork":false,"pushed_at":"2024-04-30T19:21:35.000Z","size":478,"stargazers_count":135,"open_issues_count":10,"forks_count":32,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-07T03:39:20.727Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SvanBoxel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2020-12-18T15:17:00.000Z","updated_at":"2025-07-16T20:52:10.000Z","dependencies_parsed_at":"2024-04-30T20:32:11.737Z","dependency_job_id":"899a0a47-b2ef-46bb-b82e-95ad1393f116","html_url":"https://github.com/SvanBoxel/organization-workflows","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/SvanBoxel/organization-workflows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SvanBoxel","download_url":"https://codeload.github.com/SvanBoxel/organization-workflows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/sbom","scorecard":{"id":136047,"data":{"date":"2025-08-04","repo":{"name":"github.com/SvanBoxel/organization-workflows","commit":"24742e9187012b37c04f856f94b2cafa3e6e35b5"},"scorecard":{"version":"v5.2.1-28-gc1d103a9","commit":"c1d103a9bb9f635ec7260bf9aa0699466fa4be0e"},"score":4.3,"checks":[{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#binary-artifacts"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#maintained"}},{"name":"Code-Review","score":2,"reason":"Found 6/27 approved changesets -- score normalized to 2","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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/scan-tf-definition.yml:15","Info: jobLevel 'actions' permission set to 'read': .github/workflows/scan-tf-definition.yml:14","Warn: no topLevel permission defined: .github/workflows/build-and-deploy-staging.yml:1","Warn: no topLevel permission defined: .github/workflows/build-test.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/e2e-test.yml:1","Warn: no topLevel permission defined: .github/workflows/promote-environment.yml:1","Warn: no topLevel permission defined: .github/workflows/scan-tf-definition.yml:1","Warn: no topLevel permission defined: .github/workflows/stats.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#token-permissions"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#cii-best-practices"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#fuzzing"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#packaging"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: ISC License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#branch-protection"}},{"name":"Pinned-Dependencies","score":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-and-deploy-staging.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/build-and-deploy-staging.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-and-deploy-staging.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/build-and-deploy-staging.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-and-deploy-staging.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/build-and-deploy-staging.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-and-deploy-staging.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/build-and-deploy-staging.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-and-deploy-staging.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/build-and-deploy-staging.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-and-deploy-staging.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/build-and-deploy-staging.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-and-deploy-staging.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/build-and-deploy-staging.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-and-deploy-staging.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/build-and-deploy-staging.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-and-deploy-staging.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/build-and-deploy-staging.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-and-deploy-staging.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/build-and-deploy-staging.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/build-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/build-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/e2e-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/e2e-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote-environment.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/promote-environment.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote-environment.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/promote-environment.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote-environment.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/promote-environment.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote-environment.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/promote-environment.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote-environment.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/promote-environment.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/scan-tf-definition.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/scan-tf-definition.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/scan-tf-definition.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/scan-tf-definition.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/stats.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/stats.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/stats.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/SvanBoxel/organization-workflows/stats.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating node:18-slim to node:18-slim@sha256:f9ab18e354e6855ae56ef2b290dd225c1e51a564f87584b9bd21dd651838830e","Warn: npmCommand not pinned by hash: .devcontainer/postCreateCommand.sh:3","Info:   0 out of  19 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   9 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage dependencies pinned","Info:   3 out of   4 npmCommand 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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/SvanBoxel/.github/SECURITY.md:1","Info: Found linked content: github.com/SvanBoxel/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/SvanBoxel/.github/SECURITY.md:1","Info: Found text in security policy: github.com/SvanBoxel/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#security-policy"}},{"name":"SAST","score":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 14 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"37 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","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-pwfr-8pq7-x9qv","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-qwcr-r2fm-qrc7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x","Warn: Project is vulnerable to: GHSA-h452-7996-h45h","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-rv95-896h-c2vc","Warn: Project is vulnerable to: GHSA-qw6h-vgh9-j6wx","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-pfrx-2q88-qq97","Warn: Project is vulnerable to: GHSA-765h-qjxv-5f44","Warn: Project is vulnerable to: GHSA-f2jv-r9rf-7988","Warn: Project is vulnerable to: GHSA-7f5c-rpf4-86p8","Warn: Project is vulnerable to: GHSA-rc47-6667-2j5j","Warn: Project is vulnerable to: GHSA-8cf7-32gw-wr33","Warn: Project is vulnerable to: GHSA-hjrf-2m68-5959","Warn: Project is vulnerable to: GHSA-qwph-4952-7xr6","Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-m7xq-9374-9rvx","Warn: Project is vulnerable to: GHSA-vg7j-7cwx-8wgw","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-76c9-3jph-rj3q","Warn: Project is vulnerable to: GHSA-9wv6-86v2-598j","Warn: Project is vulnerable to: GHSA-rhx6-c78j-4q9w","Warn: Project is vulnerable to: GHSA-hrpp-h998-j3pp","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-m6fv-jmcg-4jfg","Warn: Project is vulnerable to: GHSA-cm22-4g7w-348p","Warn: Project is vulnerable to: GHSA-qgmg-gppg-76g5"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T06:33:47.991Z","repository_id":37244601,"created_at":"2025-08-16T06:33:47.991Z","updated_at":"2025-08-16T06:33:47.991Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273993046,"owners_count":25203793,"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-09-07T02:00:09.463Z","response_time":67,"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":"SvanBoxel","name":"Sebass van Boxel","uuid":"24505883","kind":"user","description":"Director Solutions Engineering, NEMEA @ That Sticker Company.","email":"","website":null,"location":"Amsterdam","twitter":null,"company":"@github ","icon_url":"https://avatars.githubusercontent.com/u/24505883?u=c1cf94b1aac2eda6cbbf937bc336b0772372b2b6\u0026v=4","repositories_count":20,"last_synced_at":"2023-03-02T05:05:19.738Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/SvanBoxel","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T22:57:06.263Z","updated_at":"2023-03-02T05:05:19.774Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SvanBoxel","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SvanBoxel/repositories"},"tags":[{"name":"1.5.0","sha":"24742e9187012b37c04f856f94b2cafa3e6e35b5","kind":"commit","published_at":"2024-04-30T19:19:37.000Z","download_url":"https://codeload.github.com/SvanBoxel/organization-workflows/tar.gz/1.5.0","html_url":"https://github.com/SvanBoxel/organization-workflows/releases/tag/1.5.0","dependencies_parsed_at":"2024-05-02T05:00:52.016Z","dependency_job_id":null,"purl":"pkg:github/SvanBoxel/organization-workflows@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/tags/1.5.0/manifests"},{"name":"1.4.0","sha":"7956913f14d09ec234421095cc66d3bd96664234","kind":"commit","published_at":"2022-06-30T08:01:52.000Z","download_url":"https://codeload.github.com/SvanBoxel/organization-workflows/tar.gz/1.4.0","html_url":"https://github.com/SvanBoxel/organization-workflows/releases/tag/1.4.0","dependencies_parsed_at":"2023-05-31T15:23:39.925Z","dependency_job_id":null,"purl":"pkg:github/SvanBoxel/organization-workflows@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/tags/1.4.0/manifests"},{"name":"1.3.0","sha":"e7487226f32465c80735e5d8b206875739d65ed7","kind":"commit","published_at":"2021-02-19T14:59:22.000Z","download_url":"https://codeload.github.com/SvanBoxel/organization-workflows/tar.gz/1.3.0","html_url":"https://github.com/SvanBoxel/organization-workflows/releases/tag/1.3.0","dependencies_parsed_at":"2023-05-31T15:23:41.443Z","dependency_job_id":null,"purl":"pkg:github/SvanBoxel/organization-workflows@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/tags/1.3.0/manifests"},{"name":"1.2.0","sha":"3af1cd7ca3e79344c85b96e37feb1deedb6e0ff9","kind":"commit","published_at":"2021-01-23T19:42:55.000Z","download_url":"https://codeload.github.com/SvanBoxel/organization-workflows/tar.gz/1.2.0","html_url":"https://github.com/SvanBoxel/organization-workflows/releases/tag/1.2.0","dependencies_parsed_at":"2023-05-31T15:23:42.838Z","dependency_job_id":null,"purl":"pkg:github/SvanBoxel/organization-workflows@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/tags/1.2.0/manifests"},{"name":"1.1","sha":"aca15d0bcf8e7ec81fa84100a196d060b617d1c6","kind":"commit","published_at":"2021-01-17T15:00:54.000Z","download_url":"https://codeload.github.com/SvanBoxel/organization-workflows/tar.gz/1.1","html_url":"https://github.com/SvanBoxel/organization-workflows/releases/tag/1.1","dependencies_parsed_at":"2023-05-31T15:23:44.247Z","dependency_job_id":null,"purl":"pkg:github/SvanBoxel/organization-workflows@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/tags/1.1/manifests"},{"name":"1.0.0","sha":"57e6d45dfe5eb8e909315d7e104290c0efdb112b","kind":"commit","published_at":"2021-01-12T09:27:33.000Z","download_url":"https://codeload.github.com/SvanBoxel/organization-workflows/tar.gz/1.0.0","html_url":"https://github.com/SvanBoxel/organization-workflows/releases/tag/1.0.0","dependencies_parsed_at":"2023-05-31T15:23:45.591Z","dependency_job_id":null,"purl":"pkg:github/SvanBoxel/organization-workflows@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvanBoxel%2Forganization-workflows/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-09-07T17:16:13.723Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":35.36394772719716,"dependent_packages_count":0.0,"stargazers_count":1.6793030061186487,"forks_count":2.2113594040968345,"docker_downloads_count":null,"average":9.81365253435316},"purl":"pkg:githubactions/SvanBoxel/organization-workflows","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/SvanBoxel/organization-workflows","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/SvanBoxel/organization-workflows","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/SvanBoxel/organization-workflows/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-05-08T23:46:31.692Z","issues_count":29,"pull_requests_count":24,"avg_time_to_close_issue":4808546.7894736845,"avg_time_to_close_pull_request":109851.0,"issues_closed_count":19,"pull_requests_closed_count":24,"pull_request_authors_count":9,"issue_authors_count":14,"avg_comments_per_issue":1.6551724137931034,"avg_comments_per_pull_request":0.9583333333333334,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"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/svanboxel%2Forganization-workflows/issues","maintainers":[{"login":"SvanBoxel","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SvanBoxel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SvanBoxel%2Forganization-workflows/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SvanBoxel%2Forganization-workflows/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SvanBoxel%2Forganization-workflows/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SvanBoxel%2Forganization-workflows/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SvanBoxel%2Forganization-workflows/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/SvanBoxel%2Forganization-workflows/codemeta","maintainers":[]}