{"id":5792064,"name":"sbdchd/squawk-action","ecosystem":"actions","description":"Lint Postgres migrations with Squawk","homepage":"https://github.com/sbdchd/squawk","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/sbdchd/squawk-action","keywords_array":["github-actions","postgres"],"namespace":"sbdchd","versions_count":7,"first_release_published_at":"2022-07-26T22:30:40.000Z","latest_release_published_at":"2025-04-09T12:42:26.000Z","latest_release_number":"v2.0.1","last_synced_at":"2026-05-22T09:31:37.104Z","created_at":"2023-01-03T21:49:55.041Z","updated_at":"2026-05-22T09:31:37.104Z","registry_url":"https://github.com/sbdchd/squawk-action","install_command":null,"documentation_url":null,"metadata":{"name":"Squawk action","description":"Lint Postgres migrations with Squawk","author":"sbdchd","branding":{"icon":"check-square","color":"blue"},"inputs":{"access_token":{"description":"Your GitHub Access Token (default: {{ github.token }})","default":"${{ github.token }}","required":true,"type":"string"},"assume-in-transaction":{"description":"Assume in transaction","required":false,"default":"false","type":"boolean"},"exclude":{"description":"Rules to exclude, as a comma-separated string","required":false,"type":"string"},"files":{"description":"Space separated list of file paths to check. Cannot contain glob patterns.","required":false,"default":"","type":"string"},"fail-on-violations":{"description":"Fail on violations","required":false,"default":"false","type":"boolean"},"pattern":{"description":"Glob pattern of files to match. (./migrations/*)","required":false,"default":"","type":"string"},"pg-version":{"description":"PostgreSQL version","required":false,"type":"string"},"verbose":{"description":"Verbose output","required":false,"default":"true","type":"boolean"},"version":{"description":"Squawk NPM version to install (default: latest)","default":"latest","required":true,"type":"string"}},"runs":{"using":"composite","steps":[{"uses":"actions/setup-node@v4","with":{"node-version":20}},{"run":"npm install -g squawk-cli@${{inputs.version}}","shell":"bash"},{"shell":"bash","run":"ASSUME_IN_TRANSACTION=\"${{ inputs.assume-in-transaction }}\"\nEXCLUDE=\"${{ inputs.exclude }}\"\nFAIL_ON_VIOLATIONS=\"${{ inputs.fail-on-violations }}\"\nFILES=\"${{ inputs.files }}\"\nPATTERN=\"${{ inputs.pattern }}\"\nPG_VERSION=\"${{ inputs.pg-version }}\"\nVERBOSE=\"${{ inputs.verbose }}\"\n\nCOMMAND=\"squawk\"\n\nif \"$ASSUME_IN_TRANSACTION\"; then\n  COMMAND=\"$COMMAND --assume-in-transaction\"\nfi\n\nif [ -n \"$EXCLUDE\" ]; then\n  COMMAND=\"$COMMAND --exclude=$EXCLUDE\"\nfi\n\nif [ -n \"$PG_VERSION\" ]; then\n  COMMAND=\"$COMMAND --pg-version=$PG_VERSION\"\nfi\n\nif \"$VERBOSE\"; then\n  COMMAND=\"$COMMAND --verbose\"\nfi\n\n# We can only leave a comment when we run on pull_request.\nif [[ \"${{ github.event_name }}\" == \"pull_request\" ]]; then\n  COMMAND=\"$COMMAND upload-to-github\"\n  if \"$FAIL_ON_VIOLATIONS\"; then\n    COMMAND=\"$COMMAND --fail-on-violations\"\n  fi\nfi\n\nif [ -n \"$FILES\" ]; then\n  COMMAND=\"$COMMAND $FILES\"\nfi\n\nif [ -n \"$PATTERN\" ]; then\n  expandedFiles=$(find . \\( -path \"./$PATTERN\" -or -path \"$PATTERN\" \\) -type f | xargs echo)\n  COMMAND=\"$COMMAND $expandedFiles\"\nfi\n\nexport SQUAWK_GITHUB_TOKEN=${{inputs.access_token}}\nexport SQUAWK_GITHUB_REPO_OWNER=$(jq --raw-output .repository.owner.login \"$GITHUB_EVENT_PATH\")\nexport SQUAWK_GITHUB_REPO_NAME=$(jq --raw-output .repository.name \"$GITHUB_EVENT_PATH\")\nexport SQUAWK_GITHUB_PR_NUMBER=$(jq --raw-output .pull_request.number \"$GITHUB_EVENT_PATH\")\n\necho \"Running: $COMMAND\"\nsh -c \"$COMMAND\"\n"}]},"default_branch":"main","path":null},"repo_metadata":{"id":65161662,"uuid":"518175053","full_name":"sbdchd/squawk-action","owner":"sbdchd","description":"Github Action for Linting Postgres Migrations with Squawk","archived":false,"fork":false,"pushed_at":"2025-08-15T01:04:39.000Z","size":218,"stargazers_count":13,"open_issues_count":2,"forks_count":14,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-15T03:14:44.534Z","etag":null,"topics":["github-actions","postgres"],"latest_commit_sha":null,"homepage":"https://github.com/sbdchd/squawk","language":"PLpgSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sbdchd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2022-07-26T18:29:23.000Z","updated_at":"2025-08-15T01:04:43.000Z","dependencies_parsed_at":"2023-01-04T12:38:57.593Z","dependency_job_id":"fc4dde7d-6083-408a-a2a7-2eada9503e52","html_url":"https://github.com/sbdchd/squawk-action","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"78ef9ddf21ac8a3cdbd3c8e581426067419ded91"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/sbdchd/squawk-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbdchd","download_url":"https://codeload.github.com/sbdchd/squawk-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/sbom","scorecard":{"id":68541,"data":{"date":"2025-08-04","repo":{"name":"github.com/sbdchd/squawk-action","commit":"0f1e5ac0209a840cf109b7d5e36b7c9465c286c0"},"scorecard":{"version":"v5.2.1-28-gc1d103a9","commit":"c1d103a9bb9f635ec7260bf9aa0699466fa4be0e"},"score":3.7,"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#packaging"}},{"name":"Code-Review","score":6,"reason":"Found 13/20 approved changesets -- score normalized to 6","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":"Maintained","score":0,"reason":"1 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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/lint-migrations.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":"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/lint-migrations.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/sbdchd/squawk-action/lint-migrations.yml/main?enable=pin","Info:   0 out of   1 GitHub-owned 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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#cii-best-practices"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#vulnerabilities"}},{"name":"License","score":0,"reason":"license file not detected","details":["Warn: project does not have a license file"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#license"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#security-policy"}},{"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":"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":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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 17 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"}}]},"last_synced_at":"2025-08-15T03:14:52.407Z","repository_id":65161662,"created_at":"2025-08-15T03:14:52.407Z","updated_at":"2025-08-15T03:14:52.407Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276896567,"owners_count":25724049,"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-25T02:00:09.612Z","response_time":80,"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":"sbdchd","name":"Steve Dignam","uuid":"7340772","kind":"user","description":"","email":"","website":"https://steve.dignam.xyz","location":"Boston, MA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7340772?u=8ea5609745e1414589d53260c4b69e5c2db5d9aa\u0026v=4","repositories_count":85,"last_synced_at":"2025-03-12T23:02:03.579Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/sbdchd","funding_links":[],"total_stars":3268,"followers":81,"following":4,"created_at":"2022-11-04T21:47:39.081Z","updated_at":"2025-03-12T23:02:03.579Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbdchd","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbdchd/repositories"},"tags":[{"name":"v2.0.1","sha":"68d739e098ab69cf46c64fdbf6175bb29d195a16","kind":"commit","published_at":"2025-04-09T12:42:26.000Z","download_url":"https://codeload.github.com/sbdchd/squawk-action/tar.gz/v2.0.1","html_url":"https://github.com/sbdchd/squawk-action/releases/tag/v2.0.1","dependencies_parsed_at":"2025-04-12T05:59:13.440Z","dependency_job_id":null,"purl":"pkg:github/sbdchd/squawk-action@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/tags/v2.0.1/manifests"},{"name":"v2","sha":"88de415330adcae2214818f02e55c1817a717432","kind":"commit","published_at":"2024-09-21T14:53:01.000Z","download_url":"https://codeload.github.com/sbdchd/squawk-action/tar.gz/v2","html_url":"https://github.com/sbdchd/squawk-action/releases/tag/v2","dependencies_parsed_at":"2024-09-25T04:35:22.348Z","dependency_job_id":null,"purl":"pkg:github/sbdchd/squawk-action@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/tags/v2/manifests"},{"name":"v2.0.0","sha":"88de415330adcae2214818f02e55c1817a717432","kind":"commit","published_at":"2024-09-21T14:53:01.000Z","download_url":"https://codeload.github.com/sbdchd/squawk-action/tar.gz/v2.0.0","html_url":"https://github.com/sbdchd/squawk-action/releases/tag/v2.0.0","dependencies_parsed_at":"2024-09-25T04:35:22.349Z","dependency_job_id":null,"purl":"pkg:github/sbdchd/squawk-action@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/tags/v2.0.0/manifests"},{"name":"v1.0.2","sha":"71f5b5999c05d89aab9a96107d693073113015d8","kind":"commit","published_at":"2023-12-05T20:35:59.000Z","download_url":"https://codeload.github.com/sbdchd/squawk-action/tar.gz/v1.0.2","html_url":"https://github.com/sbdchd/squawk-action/releases/tag/v1.0.2","dependencies_parsed_at":"2023-12-07T05:13:29.262Z","dependency_job_id":null,"purl":"pkg:github/sbdchd/squawk-action@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"8c188854a3198889315d2b99caf1f3f5d541c797","kind":"commit","published_at":"2023-09-25T13:01:02.000Z","download_url":"https://codeload.github.com/sbdchd/squawk-action/tar.gz/v1.0.1","html_url":"https://github.com/sbdchd/squawk-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-09-28T05:10:46.304Z","dependency_job_id":null,"purl":"pkg:github/sbdchd/squawk-action@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/tags/v1.0.1/manifests"},{"name":"v1","sha":"f9c3f0b0970a875ac7b51a93d31006b58b4c24bd","kind":"commit","published_at":"2022-07-26T22:30:40.000Z","download_url":"https://codeload.github.com/sbdchd/squawk-action/tar.gz/v1","html_url":"https://github.com/sbdchd/squawk-action/releases/tag/v1","dependencies_parsed_at":"2023-06-01T12:23:51.572Z","dependency_job_id":null,"purl":"pkg:github/sbdchd/squawk-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/tags/v1/manifests"},{"name":"v1.0.0","sha":"f9c3f0b0970a875ac7b51a93d31006b58b4c24bd","kind":"commit","published_at":"2022-07-26T22:30:40.000Z","download_url":"https://codeload.github.com/sbdchd/squawk-action/tar.gz/v1.0.0","html_url":"https://github.com/sbdchd/squawk-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-01T12:23:47.768Z","dependency_job_id":null,"purl":"pkg:github/sbdchd/squawk-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-09-26T04:44:30.272Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.766281096498176,"dependent_packages_count":0.0,"stargazers_count":34.6537791158295,"forks_count":16.130565678973223,"docker_downloads_count":null,"average":18.887656472825224},"purl":"pkg:githubactions/sbdchd/squawk-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/sbdchd/squawk-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/sbdchd/squawk-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/sbdchd/squawk-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-05T18:07:13.102Z","issues_count":10,"pull_requests_count":33,"avg_time_to_close_issue":2607323.0,"avg_time_to_close_pull_request":32692.571428571428,"issues_closed_count":8,"pull_requests_closed_count":28,"pull_request_authors_count":11,"issue_authors_count":9,"avg_comments_per_issue":0.4,"avg_comments_per_pull_request":0.36363636363636365,"merged_pull_requests_count":24,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":4,"past_year_pull_requests_count":19,"past_year_avg_time_to_close_issue":363879.3333333333,"past_year_avg_time_to_close_pull_request":29083.466666666667,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":15,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":0.25,"past_year_avg_comments_per_pull_request":0.3684210526315789,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":14,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdchd%2Fsquawk-action/issues","maintainers":[{"login":"chdsbd","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chdsbd"}],"active_maintainers":[{"login":"chdsbd","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/chdsbd"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sbdchd%2Fsquawk-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sbdchd%2Fsquawk-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sbdchd%2Fsquawk-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sbdchd%2Fsquawk-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sbdchd%2Fsquawk-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sbdchd%2Fsquawk-action/codemeta","maintainers":[]}