Skip to content

Commit 2861522

Browse files
authored
Merge branch 'master' into ved-242-search-query-handle-larger-1mb
2 parents d3a2316 + f8a0f1f commit 2861522

13 files changed

Lines changed: 211 additions & 195 deletions

File tree

.github/workflows/account-terraform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
113113
- name: Connect to AWS
114114
if: ${{ steps.diff.outputs.account_infra_changed == 'true' }}
115-
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7
115+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37
116116
with:
117117
aws-region: eu-west-2
118118
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -144,7 +144,7 @@ jobs:
144144

145145
- name: Save Account Terraform Plan
146146
if: ${{ steps.diff.outputs.account_infra_changed == 'true' }}
147-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
147+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
148148
with:
149149
name: ${{ env.ACCOUNT_TERRAFORM_ARTIFACT_NAME }}
150150
path: infrastructure/account/tfplan
@@ -186,7 +186,7 @@ jobs:
186186
ref: ${{ needs.account-terraform-plan.outputs.plan_sha }}
187187

188188
- name: Connect to AWS
189-
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7
189+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37
190190
with:
191191
aws-region: eu-west-2
192192
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops

.github/workflows/deploy-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
run: make plan-ci
243243

244244
- name: Save Terraform Plan
245-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
245+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
246246
with:
247247
name: ${{ env.ENVIRONMENT }}-${{ env.SUB_ENVIRONMENT }}-tfplan
248248
path: infrastructure/instance/tfplan

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ jobs:
438438
echo "manifest_file=${manifest_file}" >> "$GITHUB_OUTPUT"
439439
440440
- name: Upload deployment manifest
441-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
441+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
442442
with:
443443
name: deploy-manifest-${{ inputs.lambda_name }}-${{ inputs.environment }}-${{ inputs.sub_environment }}-${{ github.run_attempt }}
444444
path: ${{ steps.manifest.outputs.manifest_file }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
run: poetry run pytest "$TEST_PATH" -m "$TEST_FILTER" --junitxml=output/test-results.xml --alluredir=output/allure-results
247247

248248
- name: Upload e2e automation test artifact
249-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
249+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
250250
if: always()
251251
with:
252252
name: ${{ env.ENVIRONMENT }}-${{ env.SUB_ENVIRONMENT }}-${{ env.APIGEE_ENVIRONMENT }}-e2e-test-output
@@ -306,7 +306,7 @@ jobs:
306306

307307
- name: Add link to Allure report
308308
if: github.event_name == 'workflow_dispatch'
309-
uses: actions/github-script@v8
309+
uses: actions/github-script@v9
310310
with:
311311
script: |
312312
const url = `https://${context.repo.owner}.github.io/${context.repo.repo}/${context.runNumber}/`;

infrastructure/account/.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/instance/.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/.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.

0 commit comments

Comments
 (0)