Skip to content

Commit 9348b07

Browse files
chore(deps): bump minimatch and aws-cdk-lib in /tests/integration-tests/ecs-credentials (#752)
1 parent 5c6d8c2 commit 9348b07

File tree

3 files changed

+21
-43
lines changed

3 files changed

+21
-43
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
permissions:
1010
id-token: write
11+
contents: read
1112

1213
jobs:
1314
e2e-tests:
@@ -35,4 +36,4 @@ jobs:
3536
aws-region: us-west-2
3637
- name: Run Service Check Batch
3738
run: |
38-
.github/scripts/run-codebuild-batch-job.sh gh-aws-sdk-kotlin-svc-check-batch ${{ github.event.pull_request.head.sha }}
39+
.github/scripts/run-codebuild-batch-job.sh gh-aws-sdk-kotlin-svc-check-batch ${{ github.event.pull_request.head.sha }}

tests/integration-tests/ecs-credentials/package-lock.json

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

tests/integration-tests/ecs-credentials/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "~3.9.7"
2121
},
2222
"dependencies": {
23-
"aws-cdk-lib": "2.2.0",
23+
"aws-cdk-lib": "2.50.0",
2424
"constructs": "^10.0.0",
2525
"source-map-support": "^0.5.16"
2626
}

0 commit comments

Comments
 (0)