Skip to content

Commit

Permalink
chore(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2022
1 parent ac21a41 commit 4ede836
Show file tree
Hide file tree
Showing 13 changed files with 97 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diff-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: Delete previous comments
uses: actions/github-script@deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2 # tag=v4
uses: actions/github-script@deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2 # tag=v4.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -29,7 +29,7 @@ jobs:
}
- name: Add version diff comment
uses: actions/github-script@deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2 # tag=v4
uses: actions/github-script@deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2 # tag=v4.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2.5.0

- uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721
id: changes
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/s3-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2.5.0
with:
fetch-depth: 0 # retrieve all history

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # tag=v1
uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # tag=v1.7.0
with:
aws-access-key-id: ${{ secrets.AWS_S3_BACKUP_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_S3_BACKUP_SECRET_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2.5.0

- name: Checkov security scan
uses: bridgecrewio/checkov-action@f621ecfe2d83b0e2028c7e93f082812eb56d3743 # latest as of Sept 9, 2021
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/terraform-version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2.5.0

- name: Get latest versions
id: latest
Expand All @@ -36,7 +36,7 @@ jobs:
echo "::set-output name=terragrunt::${TERRAGRUNT_USED}"
- name: Delete previous comments
uses: actions/github-script@deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2 # tag=v4
uses: actions/github-script@deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2 # tag=v4.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Add version comment
if: steps.latest.outputs.terraform != steps.used.outputs.terraform || steps.latest.outputs.terragrunt != steps.used.outputs.terragrunt
uses: actions/github-script@deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2 # tag=v4
uses: actions/github-script@deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2 # tag=v4.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt-apply-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
PREVIOUS_VERSION: ${{ needs.version-manifest.outputs.previous }}
steps:
- name: Checkout
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2.5.0

- name: Setup Terraform
uses: hashicorp/setup-terraform@3d8debd658c92063839bc97da5c2427100420dec # v1.3.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt-apply-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2.5.0

- name: Setup Terraform
uses: hashicorp/setup-terraform@3d8debd658c92063839bc97da5c2427100420dec # v1.3.2
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/terragrunt-plan-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
PREVIOUS_VERSION: ${{ needs.version-manifest.outputs.previous }}
steps:
- name: Checkout
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2.5.0

- name: Setup Terraform
uses: hashicorp/setup-terraform@3d8debd658c92063839bc97da5c2427100420dec # v1.3.2
Expand All @@ -71,7 +71,7 @@ jobs:
&& rm "conftest_${{ env.CONFTEST_VERSION }}_Linux_x86_64.tar.gz" checksums.txt
# No dependencies
- name: Terragrunt plan ecr
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/production/ecr"
comment-delete: "true"
Expand All @@ -80,7 +80,7 @@ jobs:
terragrunt: "true"

- name: Terragrunt plan hosted_zone
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/production/hosted_zone"
comment-delete: "true"
Expand All @@ -89,7 +89,7 @@ jobs:
terragrunt: "true"

- name: Terragrunt plan kms
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/production/kms"
comment-delete: "true"
Expand All @@ -98,7 +98,7 @@ jobs:
terragrunt: "true"

- name: Terragrunt plan sqs
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/production/sqs"
comment-delete: "true"
Expand All @@ -107,7 +107,7 @@ jobs:
terragrunt: "true"

- name: Terragrunt plan sns
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/production/sns"
comment-delete: "true"
Expand All @@ -117,7 +117,7 @@ jobs:

# Depends on kms
- name: Terragrunt plan network
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/production/network"
comment-delete: "true"
Expand All @@ -126,7 +126,7 @@ jobs:
terragrunt: "true"

- name: Terragrunt plan dynamodb
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/production/dynamodb"
comment-delete: "true"
Expand All @@ -136,7 +136,7 @@ jobs:

# Depends on network
- name: Terragrunt plan load_balancer
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/production/load_balancer"
comment-delete: "true"
Expand All @@ -145,7 +145,7 @@ jobs:
terragrunt: "true"

- name: Terragrunt plan redis
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/production/redis"
comment-delete: "true"
Expand All @@ -154,7 +154,7 @@ jobs:
terragrunt: "true"

- name: Terragrunt plan rds
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/production/rds"
comment-delete: "true"
Expand All @@ -167,7 +167,7 @@ jobs:
run: ./aws/app/lambda/deps.sh install

- name: Terragrunt plan app
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/production/app"
comment-delete: "true"
Expand All @@ -179,7 +179,7 @@ jobs:
run: ./aws/app/lambda/deps.sh delete

- name: Terragrunt plan alarms
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/production/alarms"
comment-delete: "true"
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/terragrunt-plan-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2.5.0

- name: Setup Terraform
uses: hashicorp/setup-terraform@3d8debd658c92063839bc97da5c2427100420dec # v1.3.2
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
# No dependencies
- name: Terragrunt plan ecr
if: ${{ steps.filter.outputs.ecr == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/staging/ecr"
comment-delete: "true"
Expand All @@ -123,7 +123,7 @@ jobs:

- name: Terragrunt plan hosted_zone
if: ${{ steps.filter.outputs.hosted_zone == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/staging/hosted_zone"
comment-delete: "true"
Expand All @@ -133,7 +133,7 @@ jobs:

- name: Terragrunt plan kms
if: ${{ steps.filter.outputs.kms == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/staging/kms"
comment-delete: "true"
Expand All @@ -143,7 +143,7 @@ jobs:

- name: Terragrunt plan sqs
if: ${{ steps.filter.outputs.sqs == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/staging/sqs"
comment-delete: "true"
Expand All @@ -153,7 +153,7 @@ jobs:

- name: Terragrunt plan sns
if: ${{ steps.filter.outputs.sns == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/staging/sns"
comment-delete: "true"
Expand All @@ -163,7 +163,7 @@ jobs:

- name: Terragrunt plan cognito
if: ${{ steps.filter.outputs.cognito == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/staging/cognito"
comment-delete: "true"
Expand All @@ -174,7 +174,7 @@ jobs:
# Depends on kms
- name: Terragrunt plan network
if: ${{ steps.filter.outputs.network == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/staging/network"
comment-delete: "true"
Expand All @@ -184,7 +184,7 @@ jobs:

- name: Terragrunt plan dynamodb
if: ${{ steps.filter.outputs.dynamodb == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/staging/dynamodb"
comment-delete: "true"
Expand All @@ -195,7 +195,7 @@ jobs:
# Depends on network
- name: Terragrunt plan load_balancer
if: ${{ steps.filter.outputs.load_balancer == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/staging/load_balancer"
comment-delete: "true"
Expand All @@ -205,7 +205,7 @@ jobs:

- name: Terragrunt plan redis
if: ${{ steps.filter.outputs.redis == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/staging/redis"
comment-delete: "true"
Expand All @@ -215,7 +215,7 @@ jobs:

- name: Terragrunt plan rds
if: ${{ steps.filter.outputs.rds == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/staging/rds"
comment-delete: "true"
Expand All @@ -230,7 +230,7 @@ jobs:

- name: Terragrunt plan app
if: ${{ steps.filter.outputs.app == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/staging/app"
comment-delete: "true"
Expand All @@ -244,7 +244,7 @@ jobs:

- name: Terragrunt plan alarms
if: ${{ steps.filter.outputs.alarms == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/staging/alarms"
comment-delete: "true"
Expand All @@ -260,7 +260,7 @@ jobs:
- name: Terragrunt plan load_testing
if: ${{ steps.filter.outputs.load_testing == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@9167b029401f6360db0a2bc4b379b88532e78a77 # tag=v2
uses: cds-snc/terraform-plan@8be66db9c815352044405fd33120b91918bf1f2e # tag=v2.3.1
with:
directory: "env/staging/load_testing"
comment-delete: "true"
Expand Down
2 changes: 1 addition & 1 deletion aws/app/lambda/reliability/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@aws-sdk/client-rds-data": "^3.105.0",
"@aws-sdk/client-s3": "^3.33.0",
"@aws-sdk/client-sqs": "^3.7.0",
"axios": "^0.21.1",
"axios": "^0.27.0",
"json2md": "^1.10.0",
"notifications-node-client": "^5.1.0",
"pg": "^8.7.3"
Expand Down
Loading

0 comments on commit 4ede836

Please sign in to comment.