{"id":5799803,"name":"JamesIves/github-pages-deploy-action","ecosystem":"actions","description":"This action will handle the deployment process of your project to GitHub Pages.","homepage":"https://github.com/marketplace/actions/deploy-to-github-pages","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/JamesIves/github-pages-deploy-action","keywords_array":["action","actions","cicd","continuous-delivery","continuous-deployment","continuous-integration","deploy","deployer","deployment","gh-pages","ghpages","github-action","github-actions","github-enterprise","github-pages","hacktoberfest","static","workflow","workflow-configuration","workflow-runs"],"namespace":"JamesIves","versions_count":114,"first_release_published_at":"2019-03-03T17:02:39.000Z","latest_release_published_at":"2026-08-08T15:43:20.000Z","latest_release_number":"v4.9.0","last_synced_at":"2026-09-26T10:11:16.746Z","created_at":"2023-01-04T11:35:56.030Z","updated_at":"2026-09-26T10:11:16.746Z","registry_url":"https://github.com/JamesIves/github-pages-deploy-action","install_command":null,"documentation_url":null,"metadata":{"name":"Deploy to GitHub Pages","description":"This action will handle the deployment process of your project to GitHub Pages.","author":"James Ives \u003ciam@jamesiv.es\u003e","runs":{"using":"node24","main":"lib/main.js"},"branding":{"icon":"git-commit","color":"orange"},"inputs":{"ssh-key":{"description":"This option allows you to define a private SSH key to be used in conjunction with a repository deployment key to deploy using SSH. The private key should be stored in the `secrets / with` menu **as a secret**. The public should be stored in the repositories deployment keys menu and be given write access.\nAlternatively you can set this field to `true` to enable SSH endpoints for deployment without configuring the ssh client. This can be useful if you've already setup the SSH client using another package or action in a previous step.\n","required":false},"token":{"description":"This option defaults to the repository scoped GitHub Token.  However if you need more permissions for things such as deploying to another repository, you can add a Personal Access Token (PAT) here.  This should be stored in the `secrets / with` menu **as a secret**.\nWe recommend using a service account with the least permissions necessary and when generating a new PAT that you select the least permission scopes required.\n[Learn more about creating and using encrypted secrets here.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n","required":false,"default":"${{ github.token }}"},"branch":{"description":"This is the branch you wish to deploy to, for example gh-pages or docs.","required":false,"default":"gh-pages"},"folder":{"description":"The folder in your repository that you want to deploy. If your build script compiles into a directory named build you would put it here. Folder paths cannot have a leading / or ./. If you wish to deploy the root directory you can place a . here.","required":true},"target-folder":{"description":"If you would like to push the contents of the deployment folder into a specific directory on the deployment branch you can specify it here.","required":false},"commit-message":{"description":"If you need to customize the commit message for an integration you can do so.","required":false},"clean":{"description":"If your project generates hashed files on build you can use this option to automatically delete them from the target folder on the deployment branch with each deploy. This option is on by default and can be toggled off by setting it to false.","required":false,"default":true},"clean-exclude":{"description":"If you need to use clean but you would like to preserve certain files or folders you can use this option. This should contain each pattern as a single line in a multiline string.","required":false},"include-github-folder":{"description":"A .github folder in your deployment source is excluded by default to avoid circular deployment issues. Set this to true if you actually want to deploy a .github folder from your build output. This does not affect .git or .ssh, which are always excluded.","required":false,"default":false},"dry-run":{"description":"Do not actually push back, but use `--dry-run` on `git push` invocations instead.","required":false},"force":{"description":"Whether to force-push and overwrite any existing deployment. Setting this to false will attempt to rebase simultaneous deployments. This option is on by default and can be toggled off by setting it to false.","required":false,"default":true},"git-config-name":{"description":"Allows you to customize the name that is attached to the GitHub config which is used when pushing the deployment commits. If this is not included it will use the name in the GitHub context, followed by the name of the action.","required":false},"git-config-email":{"description":"Allows you to customize the email that is attached to the GitHub config which is used when pushing the deployment commits. If this is not included it will use the email in the GitHub context, followed by a generic noreply GitHub email.","required":false},"repository-name":{"description":"Allows you to specify a different repository path so long as you have permissions to push to it. This should be formatted like so: JamesIves/github-pages-deploy-action","required":false},"tag":{"description":"Add a tag to the commit, this can be used like so: 'v0.1'. Only works when 'dry-run' is not used.","required":false},"single-commit":{"description":"This option can be used if you'd prefer to have a single commit on the deployment branch instead of maintaining the full history.","required":false},"lfs":{"description":"Enables Git Large File Storage (LFS) support. When enabled, the action will initialize LFS in the deployment branch, allowing files tracked by LFS (via .gitattributes) to be pushed as LFS objects instead of regular Git objects. Git LFS must be available on the runner, and the deploy will fail if it is not.","required":false},"silent":{"description":"Silences the action output preventing it from displaying git messages.","required":false},"attempt-limit":{"description":"How many rebase attempts to make before suspending the job. This option defaults to `3` and may be useful to increase when there are multiple deployments in a single branch.","required":false,"default":3}},"outputs":{"deployment-status":{"description":"The status of the deployment that indicates if the run failed or passed. Possible outputs include: success|failed|skipped"}},"default_branch":"dev","path":null},"repo_metadata":{"id":37625173,"uuid":"173468816","full_name":"JamesIves/github-pages-deploy-action","owner":"JamesIves","description":"🚀 Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.","archived":false,"fork":false,"pushed_at":"2026-09-17T21:50:51.000Z","size":99032,"stargazers_count":4606,"open_issues_count":2,"forks_count":439,"subscribers_count":15,"default_branch":"dev","last_synced_at":"2026-09-19T17:43:42.345Z","etag":null,"topics":["action","actions","cicd","continuous-delivery","continuous-deployment","continuous-integration","deploy","deployer","deployment","gh-pages","ghpages","github-action","github-actions","github-enterprise","github-pages","hacktoberfest","static","workflow","workflow-configuration","workflow-runs"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/deploy-to-github-pages","language":"TypeScript","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/JamesIves.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["JamesIves"]}},"created_at":"2019-03-02T16:04:49.000Z","updated_at":"2026-09-17T21:47:50.000Z","dependencies_parsed_at":"2023-12-18T17:12:19.959Z","dependency_job_id":"170e42d1-7037-4e49-a16a-ba80bf614969","html_url":"https://github.com/JamesIves/github-pages-deploy-action","commit_stats":{"total_commits":1387,"total_committers":39,"mean_commits":35.56410256410256,"dds":0.4671953857245854,"last_synced_commit":"42468f8ad8f6ca9c1f286ec06b105a8c828b9c76"},"previous_names":[],"tags_count":115,"template":false,"template_full_name":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamesIves","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/sbom","scorecard":{"id":70379,"data":{"date":"2025-08-11","repo":{"name":"github.com/JamesIves/github-pages-deploy-action","commit":"5faf170fee96090bac488007f5181f76944ed188"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.2,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/4 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"11 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy.yml:1","Warn: no topLevel permission defined: .github/workflows/integration.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/label.yml:9","Warn: no topLevel permission defined: .github/workflows/production.yml:1","Warn: no topLevel permission defined: .github/workflows/sponsors.yml:1","Warn: no topLevel permission defined: .github/workflows/version.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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/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/build.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/build.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/build.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/build.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/build.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/build.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/build.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/build.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/build.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/build.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/deploy.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/deploy.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:305: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:311: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:108: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:124: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:134: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:175: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:179: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:184: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:204: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:243: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:248: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:259: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:271: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:327: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:339: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:349: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:358: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:145: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:150: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:165: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:223: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:228: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:283: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/integration.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/label.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/label.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/label.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/label.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/production.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/production.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/production.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/production.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/sponsors.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/sponsors.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/sponsors.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/sponsors.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/sponsors.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/sponsors.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/sponsors.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/sponsors.yml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/version.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/version.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/version.yml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/JamesIves/github-pages-deploy-action/version.yml/dev?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/build.yml:26","Warn: npmCommand not pinned by hash: .github/workflows/build.yml:52","Warn: npmCommand not pinned by hash: .github/workflows/production.yml:25","Warn: npmCommand not pinned by hash: .github/workflows/version.yml:44","Info:   0 out of  29 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  31 third-party GitHubAction dependencies pinned","Info:   0 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"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":"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":"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":-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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/version.yml:21"],"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":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: all commits (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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-15T03:43:28.258Z","repository_id":37625173,"created_at":"2025-08-15T03:43:28.258Z","updated_at":"2025-08-15T03:43:28.258Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37498186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-19T02:00:07.094Z","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":"JamesIves","name":"Jives","uuid":"10888441","kind":"user","description":"Lover of all things front-end, design and automation. Lead Software Engineer for Shared Tech and Design Systems at @Blizzard. ","email":"","website":"https://jamesiv.es","location":null,"twitter":null,"company":"@Blizzard","icon_url":"https://avatars.githubusercontent.com/u/10888441?u=4713805daba1c9e5bb4ebcf09eb591d28f7de554\u0026v=4","repositories_count":23,"last_synced_at":"2026-09-22T13:15:24.878Z","metadata":{"has_sponsors_listing":true,"funding":null},"html_url":"https://github.com/JamesIves","funding_links":["https://github.com/sponsors/JamesIves"],"total_stars":4365,"followers":333,"following":22,"created_at":"2022-11-13T04:39:49.595Z","updated_at":"2026-09-22T13:15:24.948Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamesIves","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamesIves/repositories"},"tags":[{"name":"v4.9.0","sha":"fa24774553152dd7873cd16ebd8d959b010c5445","kind":"commit","published_at":"2026-08-08T15:43:20.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.9.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.9.0","dependencies_parsed_at":"2026-08-24T10:55:18.746Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.9.0/manifests"},{"name":"v4","sha":"fa24774553152dd7873cd16ebd8d959b010c5445","kind":"commit","published_at":"2026-08-08T15:43:20.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4","dependencies_parsed_at":"2026-08-24T10:55:18.465Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4/manifests"},{"name":"v4.8.0","sha":"d92aa235d04922e8f08b40ce78cc5442fcfbfa2f","kind":"commit","published_at":"2026-01-09T19:27:02.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.8.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.8.0","dependencies_parsed_at":"2026-08-08T09:38:06.831Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.8.0/manifests"},{"name":"v4.7.6","sha":"9d877eea73427180ae43cf98e8914934fe157a1a","kind":"commit","published_at":"2025-12-09T19:39:48.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.7.6","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.7.6","dependencies_parsed_at":"2026-08-08T09:38:06.614Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.6/manifests"},{"name":"v4.7.5","sha":"4ef313c6a410f0883308623d45510e4a11625465","kind":"commit","published_at":"2025-12-09T16:47:59.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.7.5","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.7.5","dependencies_parsed_at":"2026-08-08T09:38:06.379Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.5/manifests"},{"name":"v4.7.4","sha":"4a3abc783e1a24aeb44c16e869ad83caf6b4cc23","kind":"commit","published_at":"2025-11-04T15:24:35.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.7.4","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.7.4","dependencies_parsed_at":"2026-08-08T09:38:06.674Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.4/manifests"},{"name":"v4.7.3","sha":"6c2d9db40f9296374acc17b90404b6e8864128c8","kind":"commit","published_at":"2025-02-19T13:03:26.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.7.3","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.7.3","dependencies_parsed_at":"2025-04-12T05:08:21.220Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.3/manifests"},{"name":"v4.7.2","sha":"15de0f09300eea763baee31dff6c6184995c5f6a","kind":"commit","published_at":"2024-12-03T17:00:52.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.7.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.7.2","dependencies_parsed_at":"2024-12-04T04:17:24.560Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.2/manifests"},{"name":"v4.7.1","sha":"dc18a3c6b46d56484cb63f291becd7ed4f0269b9","kind":"commit","published_at":"2024-11-28T14:19:41.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.7.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.7.1","dependencies_parsed_at":"2024-11-30T04:33:07.845Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.1/manifests"},{"name":"v4.7.0","sha":"36ee275936a1c16fb4dedae090a06396849f07c0","kind":"commit","published_at":"2024-11-28T13:08:54.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.7.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.7.0","dependencies_parsed_at":"2024-11-30T04:33:07.851Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.0/manifests"},{"name":"v4.7.0","sha":"36ee275936a1c16fb4dedae090a06396849f07c0","kind":"commit","published_at":"2024-11-28T13:08:54.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.7.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.7.0","dependencies_parsed_at":"2024-11-30T04:33:07.864Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.7.0/manifests"},{"name":"v4.6.9","sha":"62fec3add6773ec5dbbf18d2ee4260911aa35cf4","kind":"commit","published_at":"2024-11-09T20:00:57.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.6.9","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.9","dependencies_parsed_at":"2024-11-11T04:05:32.697Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.9/manifests"},{"name":"v4.6.8","sha":"881db5376404c5c8d621010bcbec0310b58d5e29","kind":"commit","published_at":"2024-09-29T15:59:06.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.6.8","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.8","dependencies_parsed_at":"2024-10-02T04:09:22.046Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.8/manifests"},{"name":"v4.6.7","sha":"56d4ca7e6076705962b4c38cb6cffdd18b6abe38","kind":"commit","published_at":"2024-09-27T17:09:43.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.6.7","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.7","dependencies_parsed_at":"2024-09-30T04:12:08.468Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.7/manifests"},{"name":"v4.6.6","sha":"a96ffa23204731ec64e3e1316072197d98bfbaea","kind":"commit","published_at":"2024-09-27T17:07:36.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.6.6","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.6","dependencies_parsed_at":"2024-09-29T04:15:00.831Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.6/manifests"},{"name":"v4.6.5","sha":"4bcb0dacb6b13c279e55b2a8cd3ddd6271611a09","kind":"commit","published_at":"2024-09-27T15:13:16.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.6.5","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.5","dependencies_parsed_at":"2024-09-29T04:15:00.833Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.5/manifests"},{"name":"v4.6.4","sha":"920cbb300dcd3f0568dbc42700c61e2fd9e6139c","kind":"commit","published_at":"2024-09-02T15:50:16.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.6.4","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.4","dependencies_parsed_at":"2024-09-04T04:19:37.448Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.4/manifests"},{"name":"v4.6.3","sha":"94f3c658273cf92fb48ef99e5fbc02bd2dc642b2","kind":"commit","published_at":"2024-07-05T15:30:55.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.6.3","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.3","dependencies_parsed_at":"2024-07-10T05:42:09.159Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.3/manifests"},{"name":"v4.6.2","sha":"630bbafa09007eb924155779d51fcd65fe354f18","kind":"commit","published_at":"2024-07-05T15:20:16.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.6.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.2","dependencies_parsed_at":"2024-07-10T05:42:09.496Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.2/manifests"},{"name":"v4.6.1","sha":"5c6e9e9f3672ce8fd37b9856193d2a537941e66c","kind":"commit","published_at":"2024-05-18T11:09:33.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.6.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.1","dependencies_parsed_at":"2024-05-20T07:13:54.430Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.1/manifests"},{"name":"v4.6.0","sha":"ec9c88baef04b842ca6f0a132fd61c762aa6c1b0","kind":"commit","published_at":"2024-04-17T13:26:52.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.6.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.0","dependencies_parsed_at":"2024-04-19T07:40:47.677Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.6.0/manifests"},{"name":"v4.5.0","sha":"65b5dfd4f5bcd3a7403bbc2959c144256167464e","kind":"commit","published_at":"2023-11-28T03:06:03.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.5.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.5.0","dependencies_parsed_at":"2023-11-29T04:08:46.020Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.5.0/manifests"},{"name":"v4.4.3","sha":"a1ea191d508feb8485aceba848389d49f80ca2dc","kind":"commit","published_at":"2023-07-12T01:42:33.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.4.3","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.4.3","dependencies_parsed_at":"2023-07-20T13:59:13.188Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.4.3/manifests"},{"name":"v4.4.2","sha":"22a6ee251d6f13c6ab1ecb200d974f1a6feb1b8d","kind":"commit","published_at":"2023-05-26T12:26:43.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.4.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.4.2","dependencies_parsed_at":"2023-07-20T13:59:14.416Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.4.2/manifests"},{"name":"v4.4.1","sha":"ba1486788b0490a235422264426c45848eac35c6","kind":"commit","published_at":"2022-10-13T03:29:18.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.4.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.4.1","dependencies_parsed_at":"2023-07-20T13:59:13.843Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.4.1/manifests"},{"name":"v4.4.0","sha":"13046b614c663b56cba4dda3f30b9736a748b80d","kind":"commit","published_at":"2022-07-20T15:04:25.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.4.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.4.0","dependencies_parsed_at":"2023-07-20T13:59:22.031Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.4.0/manifests"},{"name":"v4.3.4","sha":"e6d003d0839927f5a4b998bfd92ed8e448fde37a","kind":"commit","published_at":"2022-06-26T13:02:18.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.3.4","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.3.4","dependencies_parsed_at":"2023-07-20T13:59:15.093Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.3.4/manifests"},{"name":"v4.3.3","sha":"8817a56e5bfec6e2b08345c81f4d422db53a2cdc","kind":"commit","published_at":"2022-04-26T02:06:31.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.3.3","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.3.3","dependencies_parsed_at":"2023-07-20T13:59:13.328Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.3.3/manifests"},{"name":"v4.3.2","sha":"55974d46d95c57ce803a56e3645ddb7517f7c62f","kind":"commit","published_at":"2022-04-23T20:38:52.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.3.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.3.2","dependencies_parsed_at":"2023-07-20T13:59:18.206Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.3.2/manifests"},{"name":"v4.3.1","sha":"0648fc06a2f01e3c01671fa33f6c9fd6a87f35b0","kind":"commit","published_at":"2022-04-23T19:57:08.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.3.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.3.1","dependencies_parsed_at":"2023-07-20T13:59:14.501Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.3.1/manifests"},{"name":"v4.3.0","sha":"360c8e75d0ee81732d0a5675c71e51b569df2ee8","kind":"commit","published_at":"2022-04-04T13:36:40.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.3.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.3.0","dependencies_parsed_at":"2023-07-20T13:59:17.198Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.3.0/manifests"},{"name":"v4.2.5","sha":"830e6a4f7c81743c52f3fed0ac67428feff9620a","kind":"commit","published_at":"2022-02-16T13:45:17.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.2.5","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.2.5","dependencies_parsed_at":"2023-07-20T13:59:15.149Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.2.5/manifests"},{"name":"v4.2.4","sha":"263638904148da7a66c507a99fd5ac976774a447","kind":"commit","published_at":"2022-02-16T12:44:29.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.2.4","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.2.4","dependencies_parsed_at":"2023-07-20T13:59:13.897Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.2.4/manifests"},{"name":"v4.2.3","sha":"b36f842fa378d7cbf6695fcac86ecdcef3af8af3","kind":"commit","published_at":"2022-01-31T13:13:24.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.2.3","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.2.3","dependencies_parsed_at":"2023-07-20T13:59:14.590Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.2.3/manifests"},{"name":"v4.2.2","sha":"2731bec0dbf2bbf03977acbe88f9977eb7c2fbb7","kind":"commit","published_at":"2022-01-10T13:34:20.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/v4.2.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.2.2","dependencies_parsed_at":"2023-07-20T13:59:14.525Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/v4.2.2/manifests"},{"name":"4.2.1","sha":"e6dfa28cd963211bf562e57bc3922659e893fec4","kind":"commit","published_at":"2022-01-09T16:10:35.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.2.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.2.1","dependencies_parsed_at":"2023-07-20T13:59:14.723Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.2.1/manifests"},{"name":"4.2.0","sha":"89911566f979b4e138ac82c96c9b2aa7ea97759b","kind":"commit","published_at":"2022-01-06T15:14:12.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.2.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.2.0","dependencies_parsed_at":"2023-07-20T13:59:13.389Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.2.0/manifests"},{"name":"4.1.9","sha":"0c5919427604aa66080c1926d2c05c2c516fcf6c","kind":"commit","published_at":"2022-01-05T17:04:23.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.1.9","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.1.9","dependencies_parsed_at":"2023-07-20T13:59:14.662Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.9/manifests"},{"name":"4.1.8","sha":"da91e735be5cabb471a4b8afe367d10606da4683","kind":"commit","published_at":"2021-12-18T15:41:11.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.1.8","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.1.8","dependencies_parsed_at":"2023-07-20T13:59:13.838Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.8/manifests"},{"name":"4.1.7","sha":"6ce741f5d4e01e15f9ea5ec96df1a43f522c330f","kind":"commit","published_at":"2021-11-26T12:57:51.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.1.7","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.1.7","dependencies_parsed_at":"2023-07-20T13:59:12.916Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.7/manifests"},{"name":"4.1.6","sha":"60b5e92fe9331f02fa1cdad4d19ddf875be0361c","kind":"commit","published_at":"2021-11-18T13:31:16.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.1.6","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.1.6","dependencies_parsed_at":"2023-07-20T13:59:14.163Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.6/manifests"},{"name":"4.1.5","sha":"0f24da7de3e7e135102609a4c9633b025be8411b","kind":"commit","published_at":"2021-08-26T14:04:42.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.1.5","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.1.5","dependencies_parsed_at":"2023-07-20T13:59:13.808Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.5/manifests"},{"name":"4.1.4","sha":"5dc1d5a192aeb5ab5b7d5a77b7d36aea4a7f5c92","kind":"commit","published_at":"2021-06-04T14:19:14.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.1.4","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.1.4","dependencies_parsed_at":"2023-07-20T13:59:14.827Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.4/manifests"},{"name":"4.1.3","sha":"93065a8b71cd5d57c379528f7a43a2e38d908af0","kind":"commit","published_at":"2021-05-11T23:19:29.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.1.3","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.1.3","dependencies_parsed_at":"2023-07-20T13:59:14.505Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.3/manifests"},{"name":"4.1.2","sha":"fc8c70cff50fde90064206d16371f7b0fb936d7d","kind":"commit","published_at":"2021-05-10T14:08:09.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.1.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.1.2","dependencies_parsed_at":"2023-07-20T13:59:12.927Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.2/manifests"},{"name":"4.1.1","sha":"164583b9e44b4fc5910e78feb607ea7c98d3c7b9","kind":"commit","published_at":"2021-04-04T16:57:16.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.1.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.1.1","dependencies_parsed_at":"2023-07-20T13:59:13.579Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.1/manifests"},{"name":"4.1.0","sha":"3dbacc7e69578703f91f077118b3475862cb09b8","kind":"commit","published_at":"2021-03-04T14:14:41.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.1.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.1.0","dependencies_parsed_at":"2023-07-20T13:59:14.802Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.1.0/manifests"},{"name":"4.0.0","sha":"049a95c516cd5723d8cfde79dc7a79fcdcbd6c97","kind":"commit","published_at":"2021-02-08T05:33:49.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.0.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.0.0","dependencies_parsed_at":"2023-07-20T13:59:17.973Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.0.0/manifests"},{"name":"4.0.0-beta-03","sha":"8ac84037380befdc7a9975c99c72082ef32443d1","kind":"commit","published_at":"2021-01-21T14:15:50.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.0.0-beta-03","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.0.0-beta-03","dependencies_parsed_at":"2023-07-20T13:59:15.090Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.0.0-beta-03","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.0.0-beta-03","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.0.0-beta-03/manifests"},{"name":"4.0.0-beta-02","sha":"ae11479cd42d8009bc8966e2d0695db1052140e5","kind":"commit","published_at":"2020-12-14T17:34:26.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.0.0-beta-02","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.0.0-beta-02","dependencies_parsed_at":"2023-07-20T13:59:13.051Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.0.0-beta-02","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.0.0-beta-02","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.0.0-beta-02/manifests"},{"name":"4.0.0-beta-01","sha":"248ce5f6c07ec65664eb79f5bab5f3daefce48da","kind":"commit","published_at":"2020-12-07T15:16:25.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/4.0.0-beta-01","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/4.0.0-beta-01","dependencies_parsed_at":"2023-07-20T13:59:12.956Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@4.0.0-beta-01","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.0.0-beta-01","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/4.0.0-beta-01/manifests"},{"name":"3.7.0","sha":"132898c54c57c7cc6b80eb3a89968de8fc283505","kind":"commit","published_at":"2020-10-17T19:22:15.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.7.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.7.0","dependencies_parsed_at":"2023-07-20T13:59:13.758Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.7.0/manifests"},{"name":"3.7.1","sha":"132898c54c57c7cc6b80eb3a89968de8fc283505","kind":"commit","published_at":"2020-10-17T19:22:15.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.7.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.7.1","dependencies_parsed_at":"2023-07-20T13:59:14.425Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.7.1/manifests"},{"name":"3.6.2","sha":"e80c869f0057899fc2cd28819b5bbe9de890524a","kind":"commit","published_at":"2020-09-27T18:55:37.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.6.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.6.2","dependencies_parsed_at":"2023-07-20T13:59:14.713Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.6.2/manifests"},{"name":"3.6.1","sha":"a3c1ca2efabea1134d51bc167444fab4fab78b64","kind":"commit","published_at":"2020-09-12T22:49:10.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.6.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.6.1","dependencies_parsed_at":"2023-07-20T13:59:14.306Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.6.1/manifests"},{"name":"3.6.0","sha":"01d0dd9282879560cae1f39046fd8b63fc4d5568","kind":"commit","published_at":"2020-09-12T22:19:45.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.6.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.6.0","dependencies_parsed_at":"2023-07-20T13:59:13.540Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.6.0/manifests"},{"name":"3.5.9","sha":"54066045208a389f6e16e9030494962f8afb4dfc","kind":"commit","published_at":"2020-07-27T14:47:45.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.5.9","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.5.9","dependencies_parsed_at":"2023-07-20T13:59:18.638Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.9/manifests"},{"name":"3.5.8","sha":"d914bdd4bcf605c627bbec4016e848d86973a519","kind":"commit","published_at":"2020-07-13T17:09:22.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.5.8","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.5.8","dependencies_parsed_at":"2023-07-20T13:59:13.530Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.8/manifests"},{"name":"3.5.7","sha":"bd32ceddad7abe5bbc91a72005f269ce082d349b","kind":"commit","published_at":"2020-07-04T20:14:44.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.5.7","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.5.7","dependencies_parsed_at":"2023-07-20T13:59:13.468Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.7/manifests"},{"name":"3.5.6","sha":"dd9ddf64a90769b875fdcbd3f03dc0408da184e2","kind":"commit","published_at":"2020-06-26T18:17:54.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.5.6","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.5.6","dependencies_parsed_at":"2023-07-20T13:59:13.808Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.6/manifests"},{"name":"3.5.5","sha":"dcb66bba22323385a52c92f8dc78995672ffa040","kind":"commit","published_at":"2020-06-06T18:15:12.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.5.5","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.5.5","dependencies_parsed_at":"2023-07-20T13:59:13.489Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.5/manifests"},{"name":"3.5.4","sha":"4651ede3f8b136751c67a48ff6a022cf6109132a","kind":"commit","published_at":"2020-06-06T15:04:38.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.5.4","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.5.4","dependencies_parsed_at":"2023-07-20T13:59:13.103Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.4/manifests"},{"name":"3.5.3","sha":"51f4ac3d8eee61c56287220b5413c627eea5c6f4","kind":"commit","published_at":"2020-05-24T16:56:27.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.5.3","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.5.3","dependencies_parsed_at":"2023-07-20T13:59:13.743Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.3/manifests"},{"name":"3.5.2","sha":"d2f2f7fe9bfe61c7bb852f3a378a64be30dee251","kind":"commit","published_at":"2020-05-16T22:16:45.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.5.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.5.2","dependencies_parsed_at":"2023-07-20T13:59:13.444Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.2/manifests"},{"name":"3.5.1","sha":"5af4d9fc859f14abc6437f9aef1a958c16870ca6","kind":"commit","published_at":"2020-05-14T21:33:08.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.5.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.5.1","dependencies_parsed_at":"2023-07-20T13:59:15.057Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.1/manifests"},{"name":"3.5.0","sha":"1ada96b8f7b5c8bbd6d10232b59c82208fc567a7","kind":"commit","published_at":"2020-05-14T21:24:32.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.5.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.5.0","dependencies_parsed_at":"2023-07-20T13:59:14.520Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.5.0/manifests"},{"name":"3.4.9","sha":"8fcf8339cec3a53361d09864b686ac94ecd71f86","kind":"commit","published_at":"2020-04-30T12:40:07.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.4.9","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.4.9","dependencies_parsed_at":"2023-07-20T13:59:14.360Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.4.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.9/manifests"},{"name":"3.4.8","sha":"f8bad71bf44bc9e98b4f1a7cc52ff005129068f6","kind":"commit","published_at":"2020-04-11T17:59:32.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.4.8","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.4.8","dependencies_parsed_at":"2023-07-20T13:59:14.625Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.4.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.8/manifests"},{"name":"3.4.7","sha":"0f7ac9d558dbd2900db043d529408047932bff7a","kind":"commit","published_at":"2020-04-09T15:05:35.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.4.7","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.4.7","dependencies_parsed_at":"2023-07-20T13:59:14.226Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.7/manifests"},{"name":"3.4.6","sha":"e919186835a633588149e23f22c84746284e5c93","kind":"commit","published_at":"2020-03-31T14:41:47.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.4.6","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.4.6","dependencies_parsed_at":"2023-07-20T13:59:12.976Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.6/manifests"},{"name":"3.4.4","sha":"e0c8d9fde8e65fc4d4eab4d26ac077c336d4cbf3","kind":"commit","published_at":"2020-03-31T14:22:22.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.4.4","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.4.4","dependencies_parsed_at":"2023-07-20T13:59:16.395Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.4/manifests"},{"name":"3.4.3","sha":"48815494c2fa68c48f106ffd05ec677ab6280eff","kind":"commit","published_at":"2020-03-31T13:41:31.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.4.3","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.4.3","dependencies_parsed_at":"2023-07-20T13:59:17.050Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.3/manifests"},{"name":"3.4.5","sha":"48815494c2fa68c48f106ffd05ec677ab6280eff","kind":"commit","published_at":"2020-03-31T13:41:31.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.4.5","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.4.5","dependencies_parsed_at":"2023-07-20T13:59:17.051Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.5/manifests"},{"name":"3.4.2","sha":"7f268ed3ea7156bd51bd958484036f70b90f5f03","kind":"commit","published_at":"2020-03-21T21:13:25.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.4.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.4.2","dependencies_parsed_at":"2023-07-20T13:59:12.906Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.2/manifests"},{"name":"3.4.0","sha":"e0c5ab92a572c0a97d95564c9bd1d7c131623ff1","kind":"commit","published_at":"2020-03-07T03:45:40.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.4.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.4.0","dependencies_parsed_at":"2023-07-20T13:59:12.409Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.0/manifests"},{"name":"3.4.1","sha":"e0c5ab92a572c0a97d95564c9bd1d7c131623ff1","kind":"commit","published_at":"2020-03-07T03:45:40.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.4.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.4.1","dependencies_parsed_at":"2023-07-20T13:59:17.718Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.4.1/manifests"},{"name":"3.3.2","sha":"56556c943cb5e7de5f2cb4bcff939069f48cd71d","kind":"commit","published_at":"2020-03-02T14:38:52.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.3.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.3.2","dependencies_parsed_at":"2023-07-20T13:59:15.015Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.3.2/manifests"},{"name":"3.3.1","sha":"01df58e9e0c3b87b0bfcbc9f7898c8a0bab0e4c6","kind":"commit","published_at":"2020-03-02T13:48:09.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.3.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.3.1","dependencies_parsed_at":"2023-07-20T13:59:14.267Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.3.1/manifests"},{"name":"3.2.4","sha":"cf2d40959f5cca97df66c0df1951b5c589cf31b6","kind":"commit","published_at":"2020-02-22T14:33:19.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.2.4","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.2.4","dependencies_parsed_at":"2023-07-20T13:59:13.617Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.2.4/manifests"},{"name":"3.3.3","sha":"92e4cccd973cdca2e3978d31f57fe15296068b79","kind":"commit","published_at":"2020-02-22T14:24:57.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.3.3","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.3.3","dependencies_parsed_at":"2023-07-20T13:59:12.975Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.3.3/manifests"},{"name":"3.2.3","sha":"4d7e44cf372057a4509a5940a987d3e394cfa357","kind":"commit","published_at":"2020-02-22T14:16:57.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.2.3","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.2.3","dependencies_parsed_at":"2023-07-20T13:59:14.358Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.2.3/manifests"},{"name":"3.2.2","sha":"a44b89c1b402e47f16df7d2732508e71328eb3a9","kind":"commit","published_at":"2020-02-22T14:14:37.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.2.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.2.2","dependencies_parsed_at":"2023-07-20T13:59:14.318Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.2.2/manifests"},{"name":"3.2.1","sha":"98b9260bfcb8e2769b913c7356608a882cfc0492","kind":"commit","published_at":"2020-01-28T05:08:03.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.2.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.2.1","dependencies_parsed_at":"2023-07-20T13:59:12.399Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.2.1/manifests"},{"name":"3.2.0","sha":"204e85b9d1ab3441c4481ec140fde3826483daef","kind":"commit","published_at":"2020-01-19T21:33:10.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.2.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.2.0","dependencies_parsed_at":"2023-07-20T13:59:12.560Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.2.0/manifests"},{"name":"3.1.5","sha":"c7f288e7c2fae21466010666fda6b2a14758e06c","kind":"commit","published_at":"2020-01-14T20:17:26.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.1.5","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.1.5","dependencies_parsed_at":"2023-07-20T13:59:14.176Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.1.5/manifests"},{"name":"3.1.4","sha":"147848b4e02f1f42fde2b09bf3ed204bd911d060","kind":"commit","published_at":"2020-01-14T15:05:16.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.1.4","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.1.4","dependencies_parsed_at":"2023-07-20T13:59:12.695Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.1.4/manifests"},{"name":"3.1.3","sha":"f1a21fde77a4476c586864a02275423740d12905","kind":"commit","published_at":"2020-01-08T13:35:50.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.1.3","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.1.3","dependencies_parsed_at":"2023-07-20T13:59:12.753Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.1.3/manifests"},{"name":"3.1.2","sha":"0da2cb49868e0bdea7c3c50d4559e5b146a80a67","kind":"commit","published_at":"2020-01-07T16:05:34.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.1.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.1.2","dependencies_parsed_at":"2023-07-20T13:59:14.489Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.1.2/manifests"},{"name":"3.1.1","sha":"c74c1d27725233396da2519a029a21807356165c","kind":"commit","published_at":"2019-12-23T15:38:41.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.1.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.1.1","dependencies_parsed_at":"2023-07-20T13:59:15.079Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.1.1/manifests"},{"name":"3.1.0","sha":"6844140a3818793a721fb452c6cf385e6763302e","kind":"commit","published_at":"2019-12-21T20:00:11.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.1.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.1.0","dependencies_parsed_at":"2023-07-20T13:59:13.351Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.1.0/manifests"},{"name":"3.0.6","sha":"4abcf787821c1382bc5af90d04422724c032a380","kind":"commit","published_at":"2019-12-20T22:54:31.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.0.6","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.0.6","dependencies_parsed_at":"2023-07-20T13:59:12.705Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.0.6/manifests"},{"name":"3.0.5","sha":"752f4c959ab8bd8df0683addd1ae9cb09384c60d","kind":"commit","published_at":"2019-12-16T15:29:59.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.0.5","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.0.5","dependencies_parsed_at":"2023-07-20T13:59:13.907Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.0.5/manifests"},{"name":"3.0.4","sha":"c5ddbe3b9b960a1c6d14d13f2fdf68788c23a015","kind":"commit","published_at":"2019-11-27T14:41:20.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.0.4","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.0.4","dependencies_parsed_at":"2023-07-20T13:59:15.958Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.0.4/manifests"},{"name":"3.0.3","sha":"c89671ea1ea59ca133f2cfab7acc2381dd83071e","kind":"commit","published_at":"2019-11-25T16:00:05.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.0.3","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.0.3","dependencies_parsed_at":"2023-07-20T13:59:12.257Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.0.3/manifests"},{"name":"3.0.2","sha":"dfd201520d454a8d0f42785b2f48413b53fdfd88","kind":"commit","published_at":"2019-11-22T15:05:02.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.0.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.0.2","dependencies_parsed_at":"2023-07-20T13:59:14.834Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.0.2/manifests"},{"name":"3.0.1","sha":"50a386a91c9081e1ff6fcf628230b905cd329316","kind":"commit","published_at":"2019-11-20T13:36:07.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.0.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.0.1","dependencies_parsed_at":"2023-07-20T13:59:13.671Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.0.1/manifests"},{"name":"3.0.0","sha":"1ec969cf8ef3826f89f598122830b666bf7f0fad","kind":"commit","published_at":"2019-11-19T15:21:57.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/3.0.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.0.0","dependencies_parsed_at":"2023-07-20T13:59:13.560Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/3.0.0/manifests"},{"name":"2.0.3","sha":"dc639e508697641bdc139cfe53bd30842cf691d0","kind":"commit","published_at":"2019-09-26T21:37:24.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/2.0.3","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/2.0.3","dependencies_parsed_at":"2023-07-20T13:59:14.729Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/2.0.3/manifests"},{"name":"2.0.2","sha":"60732f6ba61cc0b91cb68e0f5c7459f42f900bcd","kind":"commit","published_at":"2019-09-22T12:31:11.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/2.0.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/2.0.2","dependencies_parsed_at":"2023-07-20T13:59:14.317Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/2.0.2/manifests"},{"name":"2.0.1","sha":"f7faf642c5c69c9c340ccd75ab2eeca32cb1eed7","kind":"commit","published_at":"2019-08-25T22:16:24.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/2.0.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/2.0.1","dependencies_parsed_at":"2023-07-20T13:59:12.424Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/2.0.1/manifests"},{"name":"2.0.0","sha":"f5a4689a003c5c6f2d1619398d7ea6750d57178f","kind":"commit","published_at":"2019-08-21T15:21:45.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/2.0.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/2.0.0","dependencies_parsed_at":"2023-07-20T13:59:12.063Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/2.0.0/manifests"},{"name":"1.1.3","sha":"561f84338b2fe39f743a851a65e42b137c3edb57","kind":"commit","published_at":"2019-07-18T16:09:49.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/1.1.3","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/1.1.3","dependencies_parsed_at":"2023-07-20T13:59:13.286Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"46b59760fc989b27abd6caea83203be6e757799e","kind":"commit","published_at":"2019-05-17T19:02:34.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/1.1.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/1.1.2","dependencies_parsed_at":"2023-07-20T13:59:13.393Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"7083c85b5f477b71d2a8cb16299e3c398703aeb9","kind":"commit","published_at":"2019-04-03T14:09:58.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/1.1.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/1.1.1","dependencies_parsed_at":"2023-07-20T13:59:12.149Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"75aed950dfa8c86674df4d6914d95cd50aef806c","kind":"commit","published_at":"2019-03-18T04:11:21.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/1.1.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/1.1.0","dependencies_parsed_at":"2023-07-20T13:59:12.345Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.1.0/manifests"},{"name":"1.0.9","sha":"75235ec6aa0a3d7c8c9af8468202b91099cd450f","kind":"commit","published_at":"2019-03-17T18:37:53.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/1.0.9","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/1.0.9","dependencies_parsed_at":"2023-07-20T13:59:13.941Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@1.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.9/manifests"},{"name":"1.0.8","sha":"b113d69cdb90125ff25fdd2faa7d42bc165a3cc2","kind":"commit","published_at":"2019-03-04T16:35:03.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/1.0.8","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/1.0.8","dependencies_parsed_at":"2023-07-20T13:59:14.338Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@1.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.8/manifests"},{"name":"1.0.7","sha":"7e7e6c8e3fcea917d8a06665936346a9f9ab3c6b","kind":"commit","published_at":"2019-03-04T13:07:21.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/1.0.7","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/1.0.7","dependencies_parsed_at":"2023-07-20T13:59:14.176Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.7/manifests"},{"name":"1.0.6","sha":"6a15f7a6eda82d80dbb8ce43201a0e605287bc95","kind":"commit","published_at":"2019-03-03T22:04:48.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/1.0.6","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/1.0.6","dependencies_parsed_at":"2023-07-20T13:59:15.855Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.6/manifests"},{"name":"1.0.5","sha":"58f65a7d13f60f5210b4223b31abb6061bac74eb","kind":"commit","published_at":"2019-03-03T21:19:14.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/1.0.5","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/1.0.5","dependencies_parsed_at":"2023-07-20T13:59:13.221Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.5/manifests"},{"name":"1.0.4","sha":"157d0a2ef260ee4005126e965b72279a3a26b7eb","kind":"commit","published_at":"2019-03-03T19:54:11.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/1.0.4","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/1.0.4","dependencies_parsed_at":"2023-07-20T13:59:14.541Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.4/manifests"},{"name":"1.0.3","sha":"3c179683fbe86d4ca68180c557a3f2ed83374847","kind":"commit","published_at":"2019-03-03T17:25:31.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/1.0.3","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/1.0.3","dependencies_parsed_at":"2023-07-20T13:59:14.611Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.3/manifests"},{"name":"1.0.2","sha":"e58ef6c7024eff6f7f4cab1a4ce838ea35865898","kind":"commit","published_at":"2019-03-03T17:14:19.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/1.0.2","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/1.0.2","dependencies_parsed_at":"2023-07-20T13:59:14.150Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.2/manifests"},{"name":"1.0.1","sha":"36b2b7a65aa5d06be9bf3e40b0fc7148e53bcf99","kind":"commit","published_at":"2019-03-03T17:10:55.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/1.0.1","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/1.0.1","dependencies_parsed_at":"2023-07-20T13:59:15.755Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"7d6bd779df84f73d0f88fbe15d28401421cd4263","kind":"commit","published_at":"2019-03-03T17:02:39.000Z","download_url":"https://codeload.github.com/JamesIves/github-pages-deploy-action/tar.gz/1.0.0","html_url":"https://github.com/JamesIves/github-pages-deploy-action/releases/tag/1.0.0","dependencies_parsed_at":"2023-07-20T13:59:15.976Z","dependency_job_id":null,"purl":"pkg:github/JamesIves/github-pages-deploy-action@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-09-23T00:19:25.826Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":54132,"rankings":{"downloads":null,"dependent_repos_count":0.041197908413880525,"dependent_packages_count":0.0,"stargazers_count":0.0316906987799081,"forks_count":0.14894628426556805,"docker_downloads_count":null,"average":0.05545872286483917},"purl":"pkg:githubactions/JamesIves/github-pages-deploy-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/JamesIves/github-pages-deploy-action","docker_dependents_count":5,"docker_downloads_count":49762127,"usage_url":"https://repos.ecosyste.ms/usage/actions/JamesIves/github-pages-deploy-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/JamesIves/github-pages-deploy-action/dependencies","status":null,"funding_links":["https://github.com/sponsors/JamesIves"],"critical":true,"issue_metadata":{"last_synced_at":"2026-09-22T20:48:27.315Z","issues_count":63,"pull_requests_count":839,"avg_time_to_close_issue":13953779.01754386,"avg_time_to_close_pull_request":941123.201058201,"issues_closed_count":57,"pull_requests_closed_count":756,"pull_request_authors_count":23,"issue_authors_count":56,"avg_comments_per_issue":3.9365079365079363,"avg_comments_per_pull_request":0.8176400476758046,"merged_pull_requests_count":239,"bot_issues_count":2,"bot_pull_requests_count":790,"past_year_issues_count":0,"past_year_pull_requests_count":50,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":3377427.5,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":26,"past_year_pull_request_authors_count":8,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.52,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":42,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesIves%2Fgithub-pages-deploy-action/issues","maintainers":[{"login":"JamesIves","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesIves"},{"login":"QSimovTech","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/QSimovTech"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/JamesIves%2Fgithub-pages-deploy-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/JamesIves%2Fgithub-pages-deploy-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/JamesIves%2Fgithub-pages-deploy-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/JamesIves%2Fgithub-pages-deploy-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/JamesIves%2Fgithub-pages-deploy-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/JamesIves%2Fgithub-pages-deploy-action/codemeta","maintainers":[]}