Skip to content

Commit a89b0aa

Browse files
authored
VED-000: Group Dependabot PRs (#1397)
* Bump cryptography from 46.0.6 to 46.0.7 in /lambdas/mns_publisher (#1395)
1 parent 29a5086 commit a89b0aa

18 files changed

Lines changed: 502 additions & 502 deletions

File tree

.github/workflows/deploy-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
142142

143143
- name: Connect to AWS
144-
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7
144+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37
145145
with:
146146
aws-region: eu-west-2
147147
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -183,7 +183,7 @@ jobs:
183183
- name: Checkout
184184
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
185185

186-
- uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7
186+
- uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37
187187
with:
188188
aws-region: eu-west-2
189189
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops

.github/workflows/deploy-lambda-artifact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
fetch-depth: 0
124124

125125
- name: Connect to AWS
126-
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7
126+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37
127127
with:
128128
aws-region: eu-west-2
129129
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -193,7 +193,7 @@ jobs:
193193
- name: Login to Amazon ECR
194194
id: login-ecr
195195
if: ${{ steps.decide.outputs.deployment_mode == 'build' }}
196-
uses: aws-actions/amazon-ecr-login@183a1442edf41672e66566b7fc560e297a290896
196+
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78
197197

198198
- name: Build, publish and emit digest manifest
199199
id: build

.github/workflows/pr-teardown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Connect to AWS
29-
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7
29+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37
3030
with:
3131
aws-region: eu-west-2
3232
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
fi
258258
259259
- name: SonarCloud Scan
260-
uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9
260+
uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4
261261
env:
262262
GITHUB_TOKEN: ${{ github.token }} # Needed to get PR information, if any
263263
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/run-e2e-automation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151

152152
- name: Connect to AWS
153153
if: ${{ env.TF_OUTPUTS_REQUIRED == 'true' }}
154-
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7
154+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37
155155
with:
156156
aws-region: eu-west-2
157157
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops

infrastructure/mesh/.terraform.lock.hcl

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/mesh/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ provider "aws" {
2525

2626

2727
module "mesh" {
28-
source = "git::https://github.com/nhsdigital/terraform-aws-mesh-client.git//module?ref=v2.1.6"
28+
source = "git::https://github.com/nhsdigital/terraform-aws-mesh-client.git//module?ref=v2.1.8"
2929

3030
name_prefix = "imms-${var.aws_environment}"
3131
account_id = var.imms_account_id

0 commit comments

Comments
 (0)