Skip to content

Bump aws-actions/aws-cloudformation-github-deploy from 72bea2c93ca6be253b71b5966ecde13f9e8af2d4 to a4dc90cda3c9eb7c34b2b5eda5594d06384d80a6 #1632

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: int
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
PAT: ${{ secrets.PAT }}

- name: Deploy to AWS CloudFormation
uses: aws-actions/aws-cloudformation-github-deploy@72bea2c93ca6be253b71b5966ecde13f9e8af2d4
uses: aws-actions/aws-cloudformation-github-deploy@a4dc90cda3c9eb7c34b2b5eda5594d06384d80a6
with:
name: secure-workflow-api-ecr
template: cloudformation/ecr.yml
Expand All @@ -59,7 +59,7 @@ jobs:
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG

- name: Deploy to AWS CloudFormation
uses: aws-actions/aws-cloudformation-github-deploy@72bea2c93ca6be253b71b5966ecde13f9e8af2d4
uses: aws-actions/aws-cloudformation-github-deploy@a4dc90cda3c9eb7c34b2b5eda5594d06384d80a6
with:
name: secure-workflow-api
template: cloudformation/resources.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
aws-region: us-west-2

- name: Deploy to AWS CloudFormation
uses: aws-actions/aws-cloudformation-github-deploy@72bea2c93ca6be253b71b5966ecde13f9e8af2d4
uses: aws-actions/aws-cloudformation-github-deploy@a4dc90cda3c9eb7c34b2b5eda5594d06384d80a6
with:
name: secure-workflow-api-ecr
template: cloudformation/ecr.yml
Expand All @@ -78,7 +78,7 @@ jobs:
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG

- name: Deploy to AWS CloudFormation
uses: aws-actions/aws-cloudformation-github-deploy@72bea2c93ca6be253b71b5966ecde13f9e8af2d4
uses: aws-actions/aws-cloudformation-github-deploy@a4dc90cda3c9eb7c34b2b5eda5594d06384d80a6
with:
name: secure-workflow-api
template: cloudformation/resources.yml
Expand Down