{"id":5806278,"name":"aws-actions/amazon-ecs-deploy-task-definition","ecosystem":"actions","description":"Registers an Amazon ECS task definition, and deploys it to an ECS service","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition","keywords_array":[],"namespace":"aws-actions","versions_count":50,"first_release_published_at":"2019-11-08T05:37:02.000Z","latest_release_published_at":"2026-07-01T14:11:07.000Z","latest_release_number":"v2.6.3","last_synced_at":"2026-09-13T01:41:46.777Z","created_at":"2023-01-04T15:59:28.804Z","updated_at":"2026-09-13T01:41:46.778Z","registry_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition","install_command":null,"documentation_url":null,"metadata":{"name":"Amazon ECS \"Deploy Task Definition\" Action for GitHub Actions","description":"Registers an Amazon ECS task definition, and deploys it to an ECS service","branding":{"icon":"cloud","color":"orange"},"inputs":{"task-definition":{"description":"The path to the ECS task definition file to register.","required":true},"desired-count":{"description":"The number of instantiations of the task to place and keep running in your service.","required":false},"service":{"description":"The name of the ECS service to deploy to. If no service is given, the action will not deploy the task, but only register the task definition.","required":false},"cluster":{"description":"The name of the ECS service's cluster.  Will default to the 'default' cluster.","required":false},"wait-for-service-stability":{"description":"Whether to wait for the ECS service to reach stable state after deploying the new task definition. Valid value is \"true\". Will default to not waiting.","required":false},"wait-for-minutes":{"description":"How long to wait for the ECS service to reach stable state, in minutes (default: 30 minutes, max: 6 hours). For CodeDeploy deployments, any wait time configured in the CodeDeploy deployment group will be added to this value.","required":false},"wait-max-delay-seconds":{"description":"Maximum delay in seconds between polling attempts when waiting for service stability or task completion. If not set, the AWS SDK applies exponential backoff up to the waiter default maximum delay, which is 600 seconds (10 minutes) for the ECS waiters and 120 seconds for CodeDeploy deployments. Set to 15 for consistent 15-second polling intervals.","required":false},"codedeploy-appspec":{"description":"The path to the AWS CodeDeploy AppSpec file, if the ECS service uses the CODE_DEPLOY deployment controller. Will default to 'appspec.yaml'.","required":false},"codedeploy-application":{"description":"The name of the AWS CodeDeploy application, if the ECS service uses the CODE_DEPLOY deployment controller. Will default to 'AppECS-{cluster}-{service}'.","required":false},"codedeploy-deployment-group":{"description":"The name of the AWS CodeDeploy deployment group, if the ECS service uses the CODE_DEPLOY deployment controller. Will default to 'DgpECS-{cluster}-{service}'.","required":false},"codedeploy-deployment-description":{"description":"A description of the deployment, if the ECS service uses the CODE_DEPLOY deployment controller. NOTE: This will be truncated to 512 characters if necessary.","required":false},"codedeploy-deployment-config":{"description":"The name of the AWS CodeDeploy deployment configuration, if the ECS service uses the CODE_DEPLOY deployment controller. If not specified, the value configured in the deployment group or `CodeDeployDefault.OneAtATime` is used as the default.","required":false},"force-new-deployment":{"description":"Whether to force a new deployment of the service. Valid value is \"true\". Will default to not force a new deployment.","required":false},"service-managed-ebs-volume-name":{"description":"The name of the volume, to be manage in the ECS service. This value must match the volume name from the Volume object in the task definition, that was configuredAtLaunch.","required":false},"service-managed-ebs-volume":{"description":"A JSON object defining the configuration settings for the EBS Service volume that was ConfiguredAtLaunch. You can configure size, volumeType, IOPS, throughput, snapshot and encryption in ServiceManagedEBSVolumeConfiguration. Currently, the only supported volume type is an Amazon EBS volume.","required":false},"run-task":{"description":"A boolean indicating whether to run a stand-alone task in a ECS cluster. Task will run before the service is updated if both are provided. Default value is false .","required":false},"run-task-container-overrides":{"description":"A JSON array of container override objects which should applied when running a task outside of a service. Warning: Do not expose this field to untrusted inputs. More details: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerOverride.html","required":false},"run-task-security-groups":{"description":"A comma-separated list of security group IDs to assign to a task when run outside of a service. Will default to none.","required":false},"run-task-subnets":{"description":"A comma-separated list of subnet IDs to assign to a task when run outside of a service. Will default to none.","required":false},"run-task-assign-public-IP":{"description":"Whether the task's elastic network interface receives a public IP address. The default value is DISABLED but will only be applied if run-task-subnets or run-task-security-groups are also set.","required":false},"run-task-capacity-provider-strategy":{"description":"A JSON array of capacity provider strategy items which should applied when running a task outside of a service. Will default to none.","required":false},"run-task-launch-type":{"description":"ECS launch type for tasks run outside of a service. Valid values are 'FARGATE' or 'EC2'. Will default to 'FARGATE'. Will only be applied if run-task-capacity-provider-strategy is not set.","required":false},"run-task-started-by":{"description":"A name to use for the startedBy tag when running a task outside of a service. Will default to 'GitHub-Actions'.","required":false},"run-task-tags":{"description":"A JSON array of tags.","required":false},"run-task-managed-ebs-volume-name":{"description":"The name of the volume. This value must match the volume name from the Volume object in the task definition, that was configuredAtLaunch.","required":false},"run-task-managed-ebs-volume":{"description":"A JSON object defining the configuration settings for the Amazon EBS task volume that was configuredAtLaunch. These settings are used to create each Amazon EBS volume, with one volume created for each task in the service. The Amazon EBS volumes are visible in your account in the Amazon EC2 console once they are created.","required":false},"wait-for-task-stopped":{"description":"Whether to wait for the task to stop when running it outside of a service. Will default to not wait.","required":false},"enable-ecs-managed-tags":{"description":"Determines whether to turn on Amazon ECS managed tags 'aws:ecs:serviceName' and 'aws:ecs:clusterName' for the tasks in the service.","required":false},"propagate-tags":{"description":"Determines to propagate the tags from the 'SERVICE' to the task.","required":false},"keep-null-value-keys":{"description":"A comma-separated list of keys whose empty values (empty string, array, or object) should be preserved in the task definition. By default, empty values are removed."},"max-retries":{"description":"The maximum number of retry attempts for AWS API calls. Defaults to 3.","required":false}},"outputs":{"task-definition-arn":{"description":"The ARN of the registered ECS task definition."},"codedeploy-deployment-id":{"description":"The deployment ID of the CodeDeploy deployment (if the ECS service uses the CODE_DEPLOY deployment controller)."},"run-task-arn":{"description":"The ARN(s) of the task(s) that were started by the run-task option. Output is in an array JSON format."}},"runs":{"using":"node24","main":"dist/index.js"},"default_branch":"master","path":null},"repo_metadata":{"id":36143211,"uuid":"220386210","full_name":"aws-actions/amazon-ecs-deploy-task-definition","owner":"aws-actions","description":"Registers an Amazon ECS task definition and deploys it to an ECS service.","archived":false,"fork":false,"pushed_at":"2026-09-03T01:17:11.000Z","size":41433,"stargazers_count":756,"open_issues_count":63,"forks_count":268,"subscribers_count":14,"default_branch":"master","last_synced_at":"2026-09-03T11:09:24.792Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/aws-actions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2019-11-08T04:23:48.000Z","updated_at":"2026-08-31T07:47:08.000Z","dependencies_parsed_at":"2026-08-14T02:30:05.528Z","dependency_job_id":null,"html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition","commit_stats":{"total_commits":656,"total_committers":174,"mean_commits":"3.7701149425287355","dds":0.4862804878048781,"last_synced_commit":"e4d9480f40a7bf6f9ea402eaa7f5b0763d522a2a"},"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aws-actions","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/sbom","scorecard":{"id":219242,"data":{"date":"2025-08-11","repo":{"name":"github.com/aws-actions/amazon-ecs-deploy-task-definition","commit":"4b08990e8909cf36bc2ca95f994312f090c41865"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.7,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"15 commit(s) and 0 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":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":4,"reason":"Found 3/7 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/package.yml:13","Warn: no topLevel permission defined: .github/workflows/check.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/notifications.yml:1","Warn: no topLevel permission defined: .github/workflows/package.yml:1"],"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":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/aws-actions/amazon-ecs-deploy-task-definition/check.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/aws-actions/amazon-ecs-deploy-task-definition/check.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/aws-actions/amazon-ecs-deploy-task-definition/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/aws-actions/amazon-ecs-deploy-task-definition/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/aws-actions/amazon-ecs-deploy-task-definition/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/aws-actions/amazon-ecs-deploy-task-definition/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/notifications.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/aws-actions/amazon-ecs-deploy-task-definition/notifications.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/notifications.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/aws-actions/amazon-ecs-deploy-task-definition/notifications.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/notifications.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/aws-actions/amazon-ecs-deploy-task-definition/notifications.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/notifications.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/aws-actions/amazon-ecs-deploy-task-definition/notifications.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/package.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/aws-actions/amazon-ecs-deploy-task-definition/package.yml/master?enable=pin","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   2 out of   2 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":"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/aws-actions/.github/SECURITY.md:1","Info: Found linked content: github.com/aws-actions/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/aws-actions/.github/SECURITY.md:1","Info: Found text in security policy: github.com/aws-actions/.github/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":"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":"SAST","score":9,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 23 commits out of 26 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7"],"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-17T02:10:40.703Z","repository_id":36143211,"created_at":"2025-08-17T02:10:40.703Z","updated_at":"2025-08-17T02:10:40.703Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37147680,"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-08T02:00:05.531Z","response_time":108,"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":"aws-actions","name":"AWS for GitHub Actions","uuid":"57468012","kind":"organization","description":"","email":null,"website":"https://amazon.com/aws","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/57468012?v=4","repositories_count":21,"last_synced_at":"2024-05-29T11:47:58.650Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/aws-actions","funding_links":[],"total_stars":4999,"followers":809,"following":0,"created_at":"2022-11-13T22:07:48.135Z","updated_at":"2024-05-29T11:48:01.449Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aws-actions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aws-actions/repositories"},"tags":[{"name":"v2","sha":"c465972ecbd160473f22e683363b422a5412a3de","kind":"commit","published_at":"2026-07-01T14:11:07.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2","dependencies_parsed_at":"2026-08-18T04:58:36.791Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2/manifests"},{"name":"v2.6.3","sha":"c465972ecbd160473f22e683363b422a5412a3de","kind":"tag","published_at":"2026-07-01T14:11:07.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.6.3","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.6.3","dependencies_parsed_at":"2026-08-08T05:14:53.961Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"a310a830f5c14e583e35d84e4e1ec7dd177c3c9c","kind":"tag","published_at":"2026-04-30T15:10:30.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.6.2","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.6.2","dependencies_parsed_at":"2026-08-08T05:14:54.181Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"fc8fc60f3a60ffd500fcb13b209c59d221ac8c8c","kind":"tag","published_at":"2026-03-25T16:43:08.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.6.1","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.6.1","dependencies_parsed_at":"2026-08-08T05:14:54.143Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"cbf54ec46642b86ff78c2f5793da6746954cf8ff","kind":"tag","published_at":"2026-01-16T16:26:19.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.6.0","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.6.0","dependencies_parsed_at":"2026-08-08T05:14:54.560Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.6.0/manifests"},{"name":"v2.5.1","sha":"c6e19c08506099e50400581201a3a767fd8e3ff4","kind":"tag","published_at":"2025-12-18T16:05:37.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.5.1","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.5.1","dependencies_parsed_at":"2026-08-08T05:14:54.225Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"7b5ba17dae98c8fd463ddf2cef977d3be43322c5","kind":"tag","published_at":"2025-11-24T19:36:42.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.5.0","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.5.0","dependencies_parsed_at":"2026-08-08T05:14:54.512Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"1beffbdddb3eb5f83c7a746c3e9bafeccdccbbaa","kind":"tag","published_at":"2025-09-09T14:10:03.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.4.0","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.4.0","dependencies_parsed_at":"2025-09-13T04:58:38.459Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.4.0/manifests"},{"name":"v2.3.4","sha":"4b08990e8909cf36bc2ca95f994312f090c41865","kind":"tag","published_at":"2025-07-24T20:19:04.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.3.4","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.3.4","dependencies_parsed_at":"2025-07-29T09:22:20.631Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"f7b2b96b7fe1b20b452641919c0559bcc19ab8f9","kind":"tag","published_at":"2025-06-16T17:18:24.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.3.3","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.3.3","dependencies_parsed_at":"2025-06-19T04:51:50.138Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"538b32884c2bf327057c6805f0315e5ee92102cc","kind":"tag","published_at":"2025-04-14T20:38:03.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.3.2","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.3.2","dependencies_parsed_at":"2025-04-17T04:25:02.116Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"176bcc0288c49ee545288583859af21ee17f4b2c","kind":"tag","published_at":"2025-03-17T13:29:34.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.3.1","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.3.1","dependencies_parsed_at":"2025-03-26T04:12:24.200Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"8230edfe842008418c5275908cae75e51d3befb2","kind":"tag","published_at":"2025-01-30T20:44:40.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.3.0","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.3.0","dependencies_parsed_at":"2026-08-08T05:14:54.669Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"0e82244a9c6dac43d70151a94c67ebc4bab18fc5","kind":"tag","published_at":"2024-12-06T15:13:50.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.2.0","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.2.0","dependencies_parsed_at":"2024-12-08T04:14:39.465Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"135af6c0ea24f888dcaad892bce3b31cc9e5da64","kind":"tag","published_at":"2024-10-24T13:34:53.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.1.2","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.1.2","dependencies_parsed_at":"2024-10-26T12:26:47.628Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"06703f1be1bf4df74075222214d21baae72cf3a1","kind":"tag","published_at":"2024-10-03T15:48:57.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.1.1","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.1.1","dependencies_parsed_at":"2024-10-05T04:23:19.492Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"4482193dd766379c66473482bbc77299b053ec94","kind":"tag","published_at":"2024-09-05T13:45:52.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.1.0","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.1.0","dependencies_parsed_at":"2024-09-07T04:26:56.745Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"0a9a8fb7b39516cf53cc01d453b05c67c6fc7a2c","kind":"tag","published_at":"2024-08-06T16:28:22.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v2.0.0","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.0.0","dependencies_parsed_at":"2024-08-11T05:36:24.450Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v2.0.0/manifests"},{"name":"v1.6.0","sha":"8229049d0e7c34be9ba40d443608d2d6cde7510f","kind":"tag","published_at":"2024-07-18T13:17:23.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.6.0","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.6.0","dependencies_parsed_at":"2024-07-24T08:43:11.469Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"69e7aed9b8acdd75a6c585ac669c33831ab1b9a3","kind":"tag","published_at":"2024-05-07T18:35:33.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.5.0","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.5.0","dependencies_parsed_at":"2024-05-09T04:36:21.188Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.5.0/manifests"},{"name":"v1","sha":"69e7aed9b8acdd75a6c585ac669c33831ab1b9a3","kind":"commit","published_at":"2024-05-07T18:35:33.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1","dependencies_parsed_at":"2026-08-18T04:58:36.754Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1/manifests"},{"name":"v1.4.11","sha":"df9643053eda01f169e64a0e60233aacca83799a","kind":"tag","published_at":"2023-01-04T22:56:50.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.4.11","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.4.11","dependencies_parsed_at":"2023-06-01T00:21:28.617Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.4.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.11/manifests"},{"name":"v1.4.10","sha":"3cc43061dd30ad47511af35bca46e2c1435b9035","kind":"tag","published_at":"2022-09-30T23:18:34.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.4.10","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.4.10","dependencies_parsed_at":"2023-05-31T21:38:06.502Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.4.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.10/manifests"},{"name":"v1.4.9","sha":"9c18d81893224634ac107b91720119c91c1d600e","kind":"tag","published_at":"2022-01-18T18:35:41.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.4.9","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.4.9","dependencies_parsed_at":"2023-05-31T13:50:40.098Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.4.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.9/manifests"},{"name":"v1.4.8","sha":"f2dce4be1c431cf5db770aec3991661fd9c62a19","kind":"tag","published_at":"2021-11-23T17:19:30.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.4.8","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.4.8","dependencies_parsed_at":"2023-05-31T13:50:41.494Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.4.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.8/manifests"},{"name":"v1.4.7","sha":"be5e7e808de82dcbdf37f44c28308a1466873319","kind":"tag","published_at":"2021-07-13T05:58:22.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.4.7","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.4.7","dependencies_parsed_at":"2023-05-31T13:50:42.157Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"de0132cf8cdedb79975c6d42b77eb7ea193cf28e","kind":"tag","published_at":"2021-06-02T22:29:54.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.4.6","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.4.6","dependencies_parsed_at":"2023-05-31T13:50:42.856Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"4cb8db3254226f06190bcad0863d872152b519b2","kind":"tag","published_at":"2021-05-10T17:38:23.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.4.5","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.4.5","dependencies_parsed_at":"2023-05-31T13:50:43.665Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"f25cba814d2a2e7110ffd972010247dfd6f191dd","kind":"tag","published_at":"2021-02-23T05:36:52.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.4.4","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.4.4","dependencies_parsed_at":"2023-05-31T13:50:45.442Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"bbf2fc104f81dcb743bfec0ddb891e067385c9ef","kind":"tag","published_at":"2021-02-08T18:18:02.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.4.3","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.4.3","dependencies_parsed_at":"2023-05-31T13:50:46.098Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"c74a8ca2cd0dd04d25f469715e23cb6c2fe0f01a","kind":"tag","published_at":"2021-01-26T22:19:21.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.4.2","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.4.2","dependencies_parsed_at":"2023-05-31T13:50:46.833Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"7f6cb7a665571bfc9f935c963af508b8e1638f87","kind":"tag","published_at":"2020-12-22T01:25:47.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.4.1","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.4.1","dependencies_parsed_at":"2023-05-31T13:50:47.555Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"8e4a85864793223330afb890d0ac11f6cfb54c60","kind":"tag","published_at":"2020-10-29T22:33:12.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.4.0","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.4.0","dependencies_parsed_at":"2023-05-31T13:50:48.559Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.4.0/manifests"},{"name":"v1.3.10","sha":"a48f1975a121d2bde23afa949ea78f5e70ea7824","kind":"tag","published_at":"2020-09-29T06:45:41.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.3.10","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.3.10","dependencies_parsed_at":"2023-05-31T13:50:49.255Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.10/manifests"},{"name":"v1.3.9","sha":"5aff2914841d5d933f22329e38e07e0b111fd67f","kind":"tag","published_at":"2020-08-25T17:46:56.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.3.9","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.3.9","dependencies_parsed_at":"2023-05-31T13:50:49.968Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.9/manifests"},{"name":"v1.3.8","sha":"d573b1ed501fd105cda80c299d253ff405858f8b","kind":"tag","published_at":"2020-08-11T07:17:28.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.3.8","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.3.8","dependencies_parsed_at":"2023-05-31T13:50:50.683Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.8/manifests"},{"name":"v1.3.7","sha":"7b6e1e34a12328008263678b1a3ad6fb8903250c","kind":"tag","published_at":"2020-07-17T14:13:09.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.3.7","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.3.7","dependencies_parsed_at":"2023-05-31T13:50:51.316Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"305115bde42e8ef53852f407f3a16d256709592e","kind":"tag","published_at":"2020-07-14T19:42:00.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.3.6","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.3.6","dependencies_parsed_at":"2023-05-31T13:50:51.984Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.6/manifests"},{"name":"v1.3.5","sha":"7218b9c4a02d0482834ead0388d3cdd982888461","kind":"tag","published_at":"2020-06-30T16:26:18.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.3.5","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.3.5","dependencies_parsed_at":"2023-05-31T13:50:52.699Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"ef9229a1b938c7f5ed029d8ac082142a78950a23","kind":"tag","published_at":"2020-06-09T17:18:59.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.3.4","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.3.4","dependencies_parsed_at":"2023-05-31T13:50:53.432Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.4/manifests"},{"name":"v1.3.3","sha":"cc347812d94a184a1e8490c2d72aafef56814645","kind":"tag","published_at":"2020-05-27T15:59:51.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.3.3","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.3.3","dependencies_parsed_at":"2023-05-31T13:50:54.195Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"476d34303b901a75849747f814804d45389d3734","kind":"tag","published_at":"2020-05-18T22:26:58.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.3.2","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.3.2","dependencies_parsed_at":"2023-05-31T13:50:54.914Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"f583bf450779d7d29c0ec8e8f04b62b64f311b5f","kind":"tag","published_at":"2020-05-08T08:26:41.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.3.1","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.3.1","dependencies_parsed_at":"2023-05-31T13:50:55.720Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1a47c49850efd9709db6cdf7d49a66873a4d58b7","kind":"tag","published_at":"2020-04-22T18:11:08.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.3.0","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.3.0","dependencies_parsed_at":"2023-05-31T13:50:56.526Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"f6dc9622c3d6ecb3aa7ac9051d39a5777cca7780","kind":"tag","published_at":"2020-04-02T17:16:48.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.2.0","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-31T13:50:57.215Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"19c8b759ba78acb2d85579652ce422091bbbb761","kind":"tag","published_at":"2020-03-05T18:40:47.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.1.0","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T13:50:57.893Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.1.0/manifests"},{"name":"v1.0.3","sha":"6f86f5b5d2af525141e11e3dcee72f341366d89a","kind":"tag","published_at":"2020-02-06T21:12:10.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.0.3","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.0.3","dependencies_parsed_at":"2023-05-31T13:50:58.631Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"67d87e9a7010b111999a172c09ba2c57fd27bb26","kind":"tag","published_at":"2020-02-06T04:53:52.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.0.2","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T13:51:00.885Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"1ee131fe91059af81bb006f3271ffc8bac38b0d3","kind":"commit","published_at":"2019-11-25T14:47:36.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.0.1","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T13:51:01.723Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"7d5e30861597682ae35c75abc95ed610089a5683","kind":"commit","published_at":"2019-11-08T05:37:02.000Z","download_url":"https://codeload.github.com/aws-actions/amazon-ecs-deploy-task-definition/tar.gz/v1.0.0","html_url":"https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T13:51:02.173Z","dependency_job_id":null,"purl":"pkg:github/aws-actions/amazon-ecs-deploy-task-definition@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-09-12T19:09:20.769Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2537,"rankings":{"downloads":null,"dependent_repos_count":0.45000792267469497,"dependent_packages_count":0.0,"stargazers_count":0.46268420218665823,"forks_count":0.250356520361274,"docker_downloads_count":2.997940104579306,"average":0.8321977499603866},"purl":"pkg:githubactions/aws-actions/amazon-ecs-deploy-task-definition","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/aws-actions/amazon-ecs-deploy-task-definition","docker_dependents_count":1,"docker_downloads_count":145,"usage_url":"https://repos.ecosyste.ms/usage/actions/aws-actions/amazon-ecs-deploy-task-definition","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/aws-actions/amazon-ecs-deploy-task-definition/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-11T10:27:49.569Z","issues_count":88,"pull_requests_count":533,"avg_time_to_close_issue":23817012.780487806,"avg_time_to_close_pull_request":2322911.8205128205,"issues_closed_count":41,"pull_requests_closed_count":468,"pull_request_authors_count":51,"issue_authors_count":84,"avg_comments_per_issue":3.6931818181818183,"avg_comments_per_pull_request":1.0168855534709194,"merged_pull_requests_count":346,"bot_issues_count":3,"bot_pull_requests_count":386,"past_year_issues_count":8,"past_year_pull_requests_count":45,"past_year_avg_time_to_close_issue":7671449.5,"past_year_avg_time_to_close_pull_request":3441589.0,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":27,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":7,"past_year_avg_comments_per_issue":0.625,"past_year_avg_comments_per_pull_request":1.4444444444444444,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":36,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-actions%2Famazon-ecs-deploy-task-definition/issues","maintainers":[{"login":"ecs-github-actions-cicd-bot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ecs-github-actions-cicd-bot"},{"login":"TextualMold9830","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TextualMold9830"}],"active_maintainers":[{"login":"ecs-github-actions-cicd-bot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ecs-github-actions-cicd-bot"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/aws-actions%2Famazon-ecs-deploy-task-definition/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/aws-actions%2Famazon-ecs-deploy-task-definition/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/aws-actions%2Famazon-ecs-deploy-task-definition/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/aws-actions%2Famazon-ecs-deploy-task-definition/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/aws-actions%2Famazon-ecs-deploy-task-definition/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/aws-actions%2Famazon-ecs-deploy-task-definition/codemeta","maintainers":[]}