Skip to content

Commit 7b8b128

Browse files
Test commit f7b2b96
1 parent 001cbc0 commit 7b8b128

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test-workflow.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Print current build ID
2222
run: |
23-
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:162c7f44-c036-4ee8-a571-69523e2e72f5
23+
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:0f68cc2f-69b6-40c5-a3c4-6594393ee33e
2424
2525
- name: Configure AWS credentials
2626
uses: aws-actions/configure-aws-credentials@v4
@@ -30,7 +30,7 @@ jobs:
3030
aws-region: us-west-2
3131

3232
- name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to false
33-
uses: aws-actions/amazon-ecs-deploy-task-definition@d32c66a232260d9bb046751620411e28cc119733
33+
uses: aws-actions/amazon-ecs-deploy-task-definition@f7b2b96b7fe1b20b452641919c0559bcc19ab8f9
3434
with:
3535
task-definition: task-definition-run-task.json
3636
cluster: github-actions-deploy-task-def-integ-test
@@ -42,7 +42,7 @@ jobs:
4242
wait-for-task-stopped: false
4343

4444
- name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to true
45-
uses: aws-actions/amazon-ecs-deploy-task-definition@d32c66a232260d9bb046751620411e28cc119733
45+
uses: aws-actions/amazon-ecs-deploy-task-definition@f7b2b96b7fe1b20b452641919c0559bcc19ab8f9
4646
with:
4747
task-definition: task-definition-run-task.json
4848
cluster: github-actions-deploy-task-def-integ-test
@@ -55,7 +55,7 @@ jobs:
5555
enable-ecs-managed-tags: true
5656

5757
- name: Deploy Amazon ECS task definition with ECS Service
58-
uses: aws-actions/amazon-ecs-deploy-task-definition@d32c66a232260d9bb046751620411e28cc119733
58+
uses: aws-actions/amazon-ecs-deploy-task-definition@f7b2b96b7fe1b20b452641919c0559bcc19ab8f9
5959
with:
6060
task-definition: task-definition.json
6161
service: github-actions-deploy-task-def-integ-test
@@ -64,7 +64,7 @@ jobs:
6464
enable-ecs-managed-tags: true
6565

6666
- name: Deploy Amazon ECS task definition with ECS Service VolumeConfiguration
67-
uses: aws-actions/amazon-ecs-deploy-task-definition@d32c66a232260d9bb046751620411e28cc119733
67+
uses: aws-actions/amazon-ecs-deploy-task-definition@f7b2b96b7fe1b20b452641919c0559bcc19ab8f9
6868
with:
6969
task-definition: task-definition-volume-configuration.json
7070
service: github-actions-deploy-task-def-integ-test
@@ -75,7 +75,7 @@ jobs:
7575
service-managed-ebs-volume: '{"filesystemType":"xfs","roleArn":"arn:aws:iam::${{secrets.AWS_ACCOUNT_ID}}:role/GitHubActionsVolumeConfigurationsEBSRole","encrypted":false,"sizeInGiB":30}'
7676

7777
- name: Deploy Amazon ECS task definition with one-off task and VolumeConfiguration
78-
uses: aws-actions/amazon-ecs-deploy-task-definition@d32c66a232260d9bb046751620411e28cc119733
78+
uses: aws-actions/amazon-ecs-deploy-task-definition@f7b2b96b7fe1b20b452641919c0559bcc19ab8f9
7979
with:
8080
task-definition: task-definition-run-task-volume-configuration.json
8181
cluster: github-actions-deploy-task-def-integ-test

0 commit comments

Comments
 (0)