chore(cloud-runner): migrate/replace deps aws-sdk v2 to v3

This commit is contained in:
Matheus Costa 2025-04-02 19:38:42 -03:00
parent 9d6bdcbdc5
commit 914032f6fb
No known key found for this signature in database
GPG Key ID: 3574E997C5D4563B
4 changed files with 6 additions and 1 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

BIN
dist/licenses.txt generated vendored

Binary file not shown.

View File

@ -32,6 +32,11 @@
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@aws-sdk/client-cloudformation": "^3.777.0",
"@aws-sdk/client-cloudwatch-logs": "^3.777.0",
"@aws-sdk/client-ecs": "^3.778.0",
"@aws-sdk/client-kinesis": "^3.777.0",
"@aws-sdk/client-s3": "^3.779.0",
"@kubernetes/client-node": "^0.16.3",
"@octokit/core": "^5.1.0",
"async-wait-until": "^2.0.12",
@ -79,4 +84,4 @@
"node": "20.5.1",
"yarn": "1.22.19"
}
}
}