{"id":7747790,"name":"DesigniteTools/DJAction","ecosystem":"actions","description":"Analyzes the newly commited code, detects comprehensive set of code smells, and archives the results.","homepage":"https://www.designite-tools.com/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/DesigniteTools/DJAction","keywords_array":["code-quality","code-smells","github-actions","metrics","metrics-visualization"],"namespace":"DesigniteTools","versions_count":26,"first_release_published_at":"2021-10-27T00:46:54.000Z","latest_release_published_at":"2025-12-25T12:17:06.000Z","latest_release_number":"v2.4.1","last_synced_at":"2026-03-11T05:31:11.767Z","created_at":"2023-05-17T11:32:06.278Z","updated_at":"2026-03-11T05:31:11.767Z","registry_url":"https://github.com/DesigniteTools/DJAction","install_command":null,"documentation_url":null,"metadata":{"name":"DesigniteJava Action","description":"Analyzes the newly commited code, detects comprehensive set of code smells, and archives the results.","branding":{"color":"orange","icon":"arrow-up-right"},"inputs":{"PAT":{"description":"Personal access token","default":"No PAT provided"},"D_KEY":{"description":"Designite license key - optional","default":"No key"},"API_KEY":{"description":"DCode API key for authentication","required":false},"PROJECT_ID":{"description":"DCode project ID","required":false}},"runs":{"using":"composite","steps":[{"name":"set up JDK 22","uses":"actions/setup-java@v4","with":{"java-version":"22","distribution":"adopt"}},{"name":"Download DesigniteJava","run":"wget \"https://www.designite-tools.com/assets/DesigniteJava.jar\"","shell":"sh"},{"name":"Analyze project with DesigniteJava and archive the results","run":"if [[ \"${{inputs.D_KEY}}\" == \"No key\" ]]; then\njava -jar DesigniteJava.jar -ci -repo $GITHUB_REPOSITORY -pat ${{ inputs.PAT }} -o \"designite-output\" -g\nfi\nif [[ \"${{inputs.D_KEY}}\" != \"No key\" ]]; then\njava -jar DesigniteJava.jar -ci -repo $GITHUB_REPOSITORY -pat ${{ inputs.PAT }} -k inputs.D_KEY -o \"designite-output\" -g\nfi\n","shell":"bash"},{"name":"Archive Designite results","uses":"actions/upload-artifact@v4","with":{"name":"designite-output-${{ github.sha }}","path":"designite-output"}},{"name":"Store analysis results on DCode platform, if configured. Also, check whether the code passes the configured quality gate","shell":"bash","run":"if [ -n \"${{ inputs.API_KEY }}\" ]; then\n  echo \"DCode API key is configured. Uploading the analysis results on DCode...\"\n  # Build -F arguments with numbered keys file1, file2, ...\n  form_args=()\n  counter=1\n  for file in designite-output/*; do\n    if [ -f \"$file\" ]; then\n      form_args+=(-F \"file${counter}=@${file}\")\n      counter=$((counter + 1))\n    fi\n  done\n  if [ ${#form_args[@]} -eq 0 ]; then\n    echo \"No files found in folder designite-output.\"\n    exit 1\n  fi\n  # Build curl command (array to handle spaces safely)\n  curl_cmd=(\"curl\" \"-f\" \"-s\" \"-o\" \"/tmp/curl_output\" \"-w\" \"%{http_code}\" \"-X\" \"POST\" \"-H\" \"X-API-Key: ${{ inputs.API_KEY }}\" \"-H\" \"X-Commit-ID: ${{ github.sha }}\" \"-H\" \"X-Tool: designiteJava\" \"${form_args[@]}\" \"https://dcodehub.com/api/projects/${{ inputs.PROJECT_ID }}/upload/\")\n  safe_cmd=(\"${curl_cmd[@]}\")\n  echo \"Executing: ${safe_cmd[*]}\"\n  http_status=$(\"${curl_cmd[@]}\")\n  echo \"HTTP status code: $http_status\"\n\n  echo \"API response:\"\n  cat /tmp/curl_output\n  echo\n\n  # Check if quality gate is active\n  is_active=$(jq -r '.quality_gate.is_active // false' /tmp/curl_output)\n\n  if [[ \"$is_active\" != \"true\" ]]; then\n    echo \"::notice::Quality Gate is not active\" \n    exit 0\n  fi\n\n  # Extract fields\n  result=$(jq -r '.quality_gate.result // \"PASSED\"' /tmp/curl_output)\n  profile=$(jq -r '.quality_gate.profile_name // \"Unknown\"' /tmp/curl_output)\n  echo \"$result\"\n\n  if [[ \"$result\" != \"PASSED\" ]]; then\n    echo \"::error::Quality gate failed. Profile=$profile\"\n    exit 1\n  fi\n  echo \"::notice::Quality gate passed. Profile=$profile\"\nelse\n  echo \"DCode API key not set. Skipping uploading analysis results to DCode.\"\nfi"}]},"default_branch":"main","path":null},"repo_metadata":{"id":65157601,"uuid":"421619293","full_name":"DesigniteTools/DJAction","owner":"DesigniteTools","description":"Include this action for continuous code quality monitoring.","archived":false,"fork":false,"pushed_at":"2025-08-23T13:52:32.000Z","size":535,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-27T06:35:19.607Z","etag":null,"topics":["code-quality","code-smells","github-actions","metrics","metrics-visualization"],"latest_commit_sha":null,"homepage":"https://www.designite-tools.com/","language":null,"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/DesigniteTools.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-10-26T23:57:34.000Z","updated_at":"2025-08-27T12:28:58.000Z","dependencies_parsed_at":"2025-02-18T01:26:54.793Z","dependency_job_id":"b3973cce-2e55-40f8-ad86-e4fefba0f16e","html_url":"https://github.com/DesigniteTools/DJAction","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/DesigniteTools/DJAction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DesigniteTools","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/sbom","scorecard":{"id":39572,"data":{"date":"2025-08-11","repo":{"name":"github.com/DesigniteTools/DJAction","commit":"bb1d157af32fc9a3a5271f722f9179060e206f6e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.6,"checks":[{"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":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"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":"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":"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":"Dangerous-Workflow","score":-1,"reason":"no workflows found","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":"Pinned-Dependencies","score":-1,"reason":"no dependencies found","details":null,"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":"Code-Review","score":0,"reason":"Found 0/27 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":"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":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"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":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":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"}}]},"last_synced_at":"2025-08-14T21:09:23.286Z","repository_id":65157601,"created_at":"2025-08-14T21:09:23.286Z","updated_at":"2025-08-14T21:09:23.286Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277261227,"owners_count":25788578,"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-27T02:00:08.978Z","response_time":73,"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":"DesigniteTools","name":"Designite","uuid":"93229252","kind":"organization","description":"Designite is a software design quality assessment tool.","email":"contact@designite-tools.com","website":"https://www.designite-tools.com/","location":null,"twitter":"DesigniteTools","company":null,"icon_url":"https://avatars.githubusercontent.com/u/93229252?v=4","repositories_count":2,"last_synced_at":"2023-08-07T02:13:03.323Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/DesigniteTools","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2023-02-22T23:04:00.051Z","updated_at":"2023-08-07T02:13:03.337Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DesigniteTools","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DesigniteTools/repositories"},"tags":[{"name":"v2.2.0","sha":"a9acbee4fa37cb18ad20a38162685b0a78a2c2fb","kind":"commit","published_at":"2025-08-23T13:49:06.000Z","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/v2.2.0","html_url":"https://github.com/DesigniteTools/DJAction/releases/tag/v2.2.0","dependencies_parsed_at":"2025-08-26T05:14:11.403Z","dependency_job_id":null,"purl":"pkg:github/DesigniteTools/DJAction@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"1fb32ec110caad132b86490331a1205e75697c6b","kind":"commit","published_at":"2025-08-15T01:31:07.000Z","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/v2.1.0","html_url":"https://github.com/DesigniteTools/DJAction/releases/tag/v2.1.0","dependencies_parsed_at":"2025-08-26T05:14:11.364Z","dependency_job_id":null,"purl":"pkg:github/DesigniteTools/DJAction@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"bb1d157af32fc9a3a5271f722f9179060e206f6e","kind":"commit","published_at":"2025-02-23T21:08:47.000Z","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/v2.0.0","html_url":"https://github.com/DesigniteTools/DJAction/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":"a6f04ac6-1874-4a94-9e88-f71f3916808a","purl":"pkg:github/DesigniteTools/DJAction@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v2.0.0/manifests"},{"name":"v2.0","sha":"b52255133c5742a104cfad177775edb22bd4c92c","kind":"commit","published_at":"2024-05-12T21:35:41.000Z","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/v2.0","html_url":"https://github.com/DesigniteTools/DJAction/releases/tag/v2.0","dependencies_parsed_at":"2024-05-14T04:12:08.118Z","dependency_job_id":null,"purl":"pkg:github/DesigniteTools/DJAction@v2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v2.0/manifests"},{"name":"v1.0.1","sha":"5de0ca090d14125c6057ba4ec74563c1020ca372","kind":"commit","published_at":"2021-12-19T17:44:16.000Z","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/v1.0.1","html_url":"https://github.com/DesigniteTools/DJAction/releases/tag/v1.0.1","dependencies_parsed_at":"2023-06-01T11:52:47.799Z","dependency_job_id":null,"purl":"pkg:github/DesigniteTools/DJAction@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"5fbde647c96d40af025b1183a07740fa52633cfc","kind":"commit","published_at":"2021-10-30T15:42:45.000Z","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/v1.0.0","html_url":"https://github.com/DesigniteTools/DJAction/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-01T11:52:49.570Z","dependency_job_id":null,"purl":"pkg:github/DesigniteTools/DJAction@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.0.0/manifests"},{"name":"v1.81","sha":"5fbde647c96d40af025b1183a07740fa52633cfc","kind":"commit","published_at":"2021-10-30T15:42:45.000Z","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/v1.81","html_url":"https://github.com/DesigniteTools/DJAction/releases/tag/v1.81","dependencies_parsed_at":"2023-06-01T11:52:47.949Z","dependency_job_id":null,"purl":"pkg:github/DesigniteTools/DJAction@v1.81","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.81","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.81/manifests"},{"name":"v1.8","sha":"cfe6ae08eea8bc4857f30a0203edccd2482bc967","kind":"commit","published_at":"2021-10-30T15:40:23.000Z","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/v1.8","html_url":"https://github.com/DesigniteTools/DJAction/releases/tag/v1.8","dependencies_parsed_at":"2023-06-01T11:52:48.142Z","dependency_job_id":null,"purl":"pkg:github/DesigniteTools/DJAction@v1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.8/manifests"},{"name":"v1.7","sha":"ed0edfe48c2c434f81a1809b5bf7fea51891620b","kind":"commit","published_at":"2021-10-30T15:34:11.000Z","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/v1.7","html_url":"https://github.com/DesigniteTools/DJAction/releases/tag/v1.7","dependencies_parsed_at":"2023-06-01T11:52:48.335Z","dependency_job_id":null,"purl":"pkg:github/DesigniteTools/DJAction@v1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.7/manifests"},{"name":"v1.6","sha":"603ac14bab9a1880c5b4d1ab44f9aed840fb5268","kind":"commit","published_at":"2021-10-30T15:17:05.000Z","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/v1.6","html_url":"https://github.com/DesigniteTools/DJAction/releases/tag/v1.6","dependencies_parsed_at":"2023-06-01T11:52:48.614Z","dependency_job_id":null,"purl":"pkg:github/DesigniteTools/DJAction@v1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.6/manifests"},{"name":"v1.5","sha":"1743538419cc90a8c67667c41cdbf9513996fb7f","kind":"commit","published_at":"2021-10-30T15:13:42.000Z","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/v1.5","html_url":"https://github.com/DesigniteTools/DJAction/releases/tag/v1.5","dependencies_parsed_at":"2023-06-01T11:52:48.792Z","dependency_job_id":null,"purl":"pkg:github/DesigniteTools/DJAction@v1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.5/manifests"},{"name":"v1.3","sha":"9f5b15ad59c7d01d736df3b3711e34d09dbc5b6d","kind":"commit","published_at":"2021-10-30T15:07:08.000Z","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/v1.3","html_url":"https://github.com/DesigniteTools/DJAction/releases/tag/v1.3","dependencies_parsed_at":"2023-06-01T11:52:48.960Z","dependency_job_id":null,"purl":"pkg:github/DesigniteTools/DJAction@v1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.3/manifests"},{"name":"v1.2","sha":"5f7dfa5f5a0f396d07a01b5f59f883f1d33d94f6","kind":"commit","published_at":"2021-10-30T14:31:15.000Z","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/v1.2","html_url":"https://github.com/DesigniteTools/DJAction/releases/tag/v1.2","dependencies_parsed_at":"2023-06-01T11:52:49.157Z","dependency_job_id":null,"purl":"pkg:github/DesigniteTools/DJAction@v1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.2/manifests"},{"name":"v1.1","sha":"e35d29cca108476be3087db1b0c481ba8851920c","kind":"commit","published_at":"2021-10-30T14:05:03.000Z","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/v1.1","html_url":"https://github.com/DesigniteTools/DJAction/releases/tag/v1.1","dependencies_parsed_at":"2023-06-01T11:52:49.375Z","dependency_job_id":null,"purl":"pkg:github/DesigniteTools/DJAction@v1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.1/manifests"},{"name":"v1.0","sha":"aad38112411485b6ef0999d3425baca87d968724","kind":"commit","published_at":"2021-10-27T00:46:54.000Z","download_url":"https://codeload.github.com/DesigniteTools/DJAction/tar.gz/v1.0","html_url":"https://github.com/DesigniteTools/DJAction/releases/tag/v1.0","dependencies_parsed_at":"2023-06-01T11:52:49.785Z","dependency_job_id":null,"purl":"pkg:github/DesigniteTools/DJAction@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesigniteTools%2FDJAction/tags/v1.0/manifests"}]},"repo_metadata_updated_at":"2026-02-11T14:52:07.485Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":40.26221692491061,"dependent_packages_count":0.0,"stargazers_count":23.93325387365912,"forks_count":35.22640316731543,"docker_downloads_count":null,"average":24.855468491471292},"purl":"pkg:githubactions/DesigniteTools/DJAction","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/DesigniteTools/DJAction","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/DesigniteTools/DJAction","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/DesigniteTools/DJAction/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DesigniteTools%2FDJAction/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DesigniteTools%2FDJAction/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DesigniteTools%2FDJAction/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DesigniteTools%2FDJAction/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DesigniteTools%2FDJAction/codemeta","maintainers":[]}