{"id":5802693,"name":"DenverCoder1/doxygen-github-pages-action","ecosystem":"actions","description":"Make docs with Doxygen then deploy the generated HTML to GitHub pages","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/DenverCoder1/doxygen-github-pages-action","keywords_array":["actions","actionshackathon21","deployment-automation","doxygen","github-workflows","hacktoberfest"],"namespace":"DenverCoder1","versions_count":6,"first_release_published_at":"2021-12-06T04:38:08.000Z","latest_release_published_at":"2024-08-08T13:27:31.000Z","latest_release_number":"v2.0.0","last_synced_at":"2026-04-20T23:32:10.029Z","created_at":"2023-01-04T14:01:16.690Z","updated_at":"2026-04-20T23:32:10.029Z","registry_url":"https://github.com/DenverCoder1/doxygen-github-pages-action","install_command":null,"documentation_url":null,"metadata":{"name":"Doxygen GitHub Pages Deploy Action","author":"Jonah Lawrence","description":"Make docs with Doxygen then deploy the generated HTML to GitHub pages","branding":{"icon":"upload-cloud","color":"purple"},"inputs":{"github_token":{"description":"A GitHub token for pushing to the repo. Example: https://git.io/passing-token","required":true},"branch":{"description":"Branch name for pushing GitHub pages files","required":true,"default":"gh-pages"},"folder":{"description":"Folder where Doxygen will generate the HTML build files","required":true,"default":"docs/html"},"config_file":{"description":"Path of the Doxygen configuration file","required":true,"default":"Doxyfile"},"target_folder":{"description":"Directory on the deployment branch for pushing the build files","required":false},"doxygen_version":{"description":"Version of Doxygen to install","required":false,"default":"1.9.6"}},"runs":{"using":"composite","steps":[{"name":"Checkout repository","uses":"actions/checkout@v4","with":{"submodules":"true"}},{"name":"Install dependencies","run":"sudo apt-get update \u0026\u0026 sudo apt-get install -y wget graphviz","shell":"bash"},{"name":"Install Doxygen v${{ inputs.doxygen_version }}","run":"transformed_version=$(echo \"${{ inputs.doxygen_version }}\" | tr '.' '_')\nwget https://github.com/doxygen/doxygen/releases/download/Release_${transformed_version}/doxygen-${{ inputs.doxygen_version }}.linux.bin.tar.gz\ntar -xzf doxygen-${{ inputs.doxygen_version }}.linux.bin.tar.gz\nsudo mv doxygen-${{ inputs.doxygen_version }}/bin/doxygen /usr/local/bin/doxygen\n","shell":"bash"},{"name":"Generate Doxygen Documentation","run":"doxygen ${{ inputs.config_file }}","shell":"bash"},{"name":"Create .nojekyll (ensures pages with underscores work on gh pages)","run":"touch ${{ inputs.folder }}/.nojekyll","shell":"bash"},{"name":"Deploy to GitHub Pages","uses":"JamesIves/github-pages-deploy-action@v4","with":{"token":"${{ inputs.github_token }}","branch":"${{ inputs.branch }}","folder":"${{ inputs.folder }}","target-folder":"${{ inputs.target_folder }}"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":40579333,"uuid":"435346487","full_name":"DenverCoder1/doxygen-github-pages-action","owner":"DenverCoder1","description":"GitHub Action for deploying Doxygen documentation to a GitHub pages branch","archived":false,"fork":false,"pushed_at":"2024-09-26T18:42:35.000Z","size":24,"stargazers_count":97,"open_issues_count":2,"forks_count":18,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T19:02:56.587Z","etag":null,"topics":["actions","actionshackathon21","deployment-automation","doxygen","github-workflows","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":null,"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/DenverCoder1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2021-12-06T03:19:32.000Z","updated_at":"2025-09-13T05:58:11.000Z","dependencies_parsed_at":"2024-08-08T15:45:05.878Z","dependency_job_id":"f8e1798f-9a0d-4dd4-990b-cc2e1120c11d","html_url":"https://github.com/DenverCoder1/doxygen-github-pages-action","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":0.06666666666666665,"last_synced_commit":"a1ff6f448643817bf4c71be547b8ee3e3ca11d22"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/DenverCoder1/doxygen-github-pages-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DenverCoder1","download_url":"https://codeload.github.com/DenverCoder1/doxygen-github-pages-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/sbom","scorecard":{"id":39365,"data":{"date":"2025-08-11","repo":{"name":"github.com/DenverCoder1/doxygen-github-pages-action","commit":"a5ce84b4f3636592e0c101064b66136851c1605b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.2,"checks":[{"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":"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":"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":-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":"Code-Review","score":1,"reason":"Found 4/21 approved changesets -- score normalized to 1","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":"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":"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 26 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-14T21:06:49.880Z","repository_id":40579333,"created_at":"2025-08-14T21:06:49.880Z","updated_at":"2025-08-14T21:06:49.880Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278358867,"owners_count":25974027,"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-04T02:00:05.491Z","response_time":63,"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":"DenverCoder1","name":"Jonah Lawrence","uuid":"20955511","kind":"user","description":"📺 youtube.com/DevProTips  \r\n💻 Full Stack Dev \r\n📚 Always learning! \r\n🎨 10+ years of Web Dev \u0026 Design \r\n🌟 GitHub Star","email":"","website":"https://freshidea.com/jonah","location":null,"twitter":"DenverCoder1","company":"Fresh Idea Inc.","icon_url":"https://avatars.githubusercontent.com/u/20955511?u=5bbdbfe0199b05d6ca913fb799236c8beedcd192\u0026v=4","repositories_count":65,"last_synced_at":"2025-09-29T01:45:29.214Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/DenverCoder1","funding_links":["https://github.com/sponsors/DenverCoder1"],"total_stars":11428,"followers":4336,"following":54,"created_at":"2022-11-14T05:36:07.304Z","updated_at":"2025-09-29T01:45:29.214Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DenverCoder1","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DenverCoder1/repositories"},"tags":[{"name":"v2.0.0","sha":"a30f9538f8ef1305aeceb563018f452c7a62d200","kind":"commit","published_at":"2024-08-08T13:27:31.000Z","download_url":"https://codeload.github.com/DenverCoder1/doxygen-github-pages-action/tar.gz/v2.0.0","html_url":"https://github.com/DenverCoder1/doxygen-github-pages-action/releases/tag/v2.0.0","dependencies_parsed_at":"2024-08-11T04:31:35.292Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/doxygen-github-pages-action@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"60e8d33d954eafb4d54710db8130fb0ad8f7d157","kind":"commit","published_at":"2024-03-12T06:20:53.000Z","download_url":"https://codeload.github.com/DenverCoder1/doxygen-github-pages-action/tar.gz/v1.3.1","html_url":"https://github.com/DenverCoder1/doxygen-github-pages-action/releases/tag/v1.3.1","dependencies_parsed_at":"2024-07-16T05:43:26.809Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/doxygen-github-pages-action@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"521102be7df8a79798a51480c8ce4f5c9fc3a927","kind":"commit","published_at":"2023-04-17T08:24:41.000Z","download_url":"https://codeload.github.com/DenverCoder1/doxygen-github-pages-action/tar.gz/v1.3.0","html_url":"https://github.com/DenverCoder1/doxygen-github-pages-action/releases/tag/v1.3.0","dependencies_parsed_at":"2023-06-02T00:36:31.092Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/doxygen-github-pages-action@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"a1ff6f448643817bf4c71be547b8ee3e3ca11d22","kind":"commit","published_at":"2022-11-22T17:22:56.000Z","download_url":"https://codeload.github.com/DenverCoder1/doxygen-github-pages-action/tar.gz/v1.2.0","html_url":"https://github.com/DenverCoder1/doxygen-github-pages-action/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-31T20:21:50.588Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/doxygen-github-pages-action@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"f1a31f55f226a53e48f414a3aa45ede1d2fdf969","kind":"commit","published_at":"2022-05-01T04:06:30.000Z","download_url":"https://codeload.github.com/DenverCoder1/doxygen-github-pages-action/tar.gz/v1.1.0","html_url":"https://github.com/DenverCoder1/doxygen-github-pages-action/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T14:08:30.694Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/doxygen-github-pages-action@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/tags/v1.1.0/manifests"},{"name":"v1","sha":"2f7ae79c70781ae943fecdfb9a020afd4d48e0d4","kind":"tag","published_at":"2021-12-06T04:38:08.000Z","download_url":"https://codeload.github.com/DenverCoder1/doxygen-github-pages-action/tar.gz/v1","html_url":"https://github.com/DenverCoder1/doxygen-github-pages-action/releases/tag/v1","dependencies_parsed_at":"2023-05-31T14:08:30.931Z","dependency_job_id":null,"purl":"pkg:github/DenverCoder1/doxygen-github-pages-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/tags/v1/manifests"}]},"repo_metadata_updated_at":"2025-10-04T19:12:22.160Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":137,"rankings":{"downloads":null,"dependent_repos_count":4.008873395658375,"dependent_packages_count":0.0,"stargazers_count":4.436697829187134,"forks_count":7.418792584376485,"docker_downloads_count":2.566946601172556,"average":3.6862620820789096},"purl":"pkg:githubactions/DenverCoder1/doxygen-github-pages-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/DenverCoder1/doxygen-github-pages-action","docker_dependents_count":1,"docker_downloads_count":353,"usage_url":"https://repos.ecosyste.ms/usage/actions/DenverCoder1/doxygen-github-pages-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/DenverCoder1/doxygen-github-pages-action/dependencies","status":null,"funding_links":["https://github.com/sponsors/DenverCoder1"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-27T23:29:20.725Z","issues_count":15,"pull_requests_count":18,"avg_time_to_close_issue":2271021.3846153845,"avg_time_to_close_pull_request":103879.22222222222,"issues_closed_count":13,"pull_requests_closed_count":18,"pull_request_authors_count":6,"issue_authors_count":12,"avg_comments_per_issue":2.2,"avg_comments_per_pull_request":1.3888888888888888,"merged_pull_requests_count":17,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":3,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":630196.0,"past_year_avg_time_to_close_pull_request":158317.5,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":0.6666666666666666,"past_year_avg_comments_per_pull_request":5.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoder1%2Fdoxygen-github-pages-action/issues","maintainers":[{"login":"DenverCoder1","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/DenverCoder1"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DenverCoder1%2Fdoxygen-github-pages-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DenverCoder1%2Fdoxygen-github-pages-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DenverCoder1%2Fdoxygen-github-pages-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DenverCoder1%2Fdoxygen-github-pages-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DenverCoder1%2Fdoxygen-github-pages-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/DenverCoder1%2Fdoxygen-github-pages-action/codemeta","maintainers":[]}