Skip to content

Commit

Permalink
chore(deps): update all non-major github action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 917a3da commit e02096c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Dependency review
uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
2 changes: 1 addition & 1 deletion .github/workflows/docker-vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Login to Staging Amazon ECR
id: login-ecr-staging
uses: aws-actions/amazon-ecr-login@b430a9ae4b069c6327bd09bbcf041b67644ea84f
uses: aws-actions/amazon-ecr-login@292c88581676a2a6d95f1312c0517f24577eca53

- name: Docker vulnerability scan
uses: cds-snc/security-tools/.github/actions/docker-scan@34794baf2af592913bb5b51d8df4f8d0acc49b6f # v3.2.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
- name: Update ECS task image
id: task-def
uses: aws-actions/amazon-ecs-render-task-definition@cf6bad72997cc8abcbc836ea5534f2e1e3719ec6 # v1.6.0
uses: aws-actions/amazon-ecs-render-task-definition@469db592f4341616e992bf7f231e19b3ab9b4efa # v1.6.1
with:
task-definition: task-definition.json
container-name: ${{ env.SERVICE_NAME }}
image: "${{ env.REGISTRY }}:${{ github.event.workflow_run.head_branch }}"

- name: Create the new ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@135af6c0ea24f888dcaad892bce3b31cc9e5da64 # v2.1.2
uses: aws-actions/amazon-ecs-deploy-task-definition@0e82244a9c6dac43d70151a94c67ebc4bab18fc5 # v2.2.0
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
cluster: ${{ env.CLUSTER_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@b430a9ae4b069c6327bd09bbcf041b67644ea84f
uses: aws-actions/amazon-ecr-login@292c88581676a2a6d95f1312c0517f24577eca53

- name: Tag images
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
- name: Update ECS task image
id: task-def
uses: aws-actions/amazon-ecs-render-task-definition@cf6bad72997cc8abcbc836ea5534f2e1e3719ec6 # v1.6.0
uses: aws-actions/amazon-ecs-render-task-definition@469db592f4341616e992bf7f231e19b3ab9b4efa # v1.6.1
with:
task-definition: task-definition.json
container-name: ${{ env.SERVICE_NAME }}
image: "${{ env.REGISTRY }}:${{ github.sha }}"

- name: Create the new ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@135af6c0ea24f888dcaad892bce3b31cc9e5da64 # v2.1.2
uses: aws-actions/amazon-ecs-deploy-task-definition@0e82244a9c6dac43d70151a94c67ebc4bab18fc5 # v2.2.0
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
cluster: ${{ env.CLUSTER_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Login to Staging Amazon ECR
id: login-ecr-staging
uses: aws-actions/amazon-ecr-login@b430a9ae4b069c6327bd09bbcf041b67644ea84f
uses: aws-actions/amazon-ecr-login@292c88581676a2a6d95f1312c0517f24577eca53

- name: Tag Images for Staging
env:
Expand Down

0 comments on commit e02096c

Please sign in to comment.