Skip to content

Commit

Permalink
chore(deps): update all non-major github action dependencies (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 2118e87 commit 7059aec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_requests_lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

services:
dynamodb-local:
image: "amazon/dynamodb-local@sha256:d7ebddeb60fa418bcda218a6c6a402a58441b2a20d54c9cb1d85fd5194341753"
image: "amazon/dynamodb-local@sha256:c884c806c3de4b9aa05dea0b3827137bd16e70bb5b72f14ad132cbe27a786d26"
ports:
- 8000:8000

Expand All @@ -36,7 +36,7 @@ jobs:
- name: Restart local-kms
# Restart local-kms after volumes have been checked out
# https://github.com/orgs/community/discussions/42127
uses: docker://docker@sha256:bda6cf6ae93dd0e40089a03e8215fbb9f4ddf0e344b7c577a484ebdaa34adceb
uses: docker://docker@sha256:fa2054c5a83f1eacc2700f2fe8c5a3b7f8e2a3fcbfb5e24be0436d3a98f7d140
with:
args: docker restart "${{ job.services.local-kms.id }}"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_requests_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}

- name: Plan aws/acm
uses: cds-snc/terraform-plan@4719878d72d1b0078e0bce2e7571e854e79903b8 # v3.2.2
uses: cds-snc/terraform-plan@25afd759b2ada46a94b011fab7a81963c4f3a61a # v3.3.0
with:
comment-delete: true
comment-title: Plan for aws/acm
Expand All @@ -52,7 +52,7 @@ jobs:
terragrunt: true

- name: Plan aws/ecr
uses: cds-snc/terraform-plan@4719878d72d1b0078e0bce2e7571e854e79903b8 # v3.2.2
uses: cds-snc/terraform-plan@25afd759b2ada46a94b011fab7a81963c4f3a61a # v3.3.0
with:
comment-delete: true
comment-title: Plan for aws/ecr
Expand All @@ -61,7 +61,7 @@ jobs:
terragrunt: true

- name: Plan aws/lambda
uses: cds-snc/terraform-plan@4719878d72d1b0078e0bce2e7571e854e79903b8 # v3.2.2
uses: cds-snc/terraform-plan@25afd759b2ada46a94b011fab7a81963c4f3a61a # v3.3.0
with:
comment-delete: true
comment-title: Plan for aws/lambda
Expand Down

0 comments on commit 7059aec

Please sign in to comment.