Skip to content

Commit 0043889

Browse files
committed
addressing ws vulnerability warning
1 parent 9e4488d commit 0043889

File tree

3 files changed

+55
-389
lines changed

3 files changed

+55
-389
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12636,7 +12636,7 @@ const main = async () => {
1263612636
try {
1263712637
setAWSCredentials();
1263812638
const params = getParams();
12639-
const lambda = new aws_sdk_clients_lambda__WEBPACK_IMPORTED_MODULE_1___default.a({ apiVersion });
12639+
const lambda = new aws_sdk_clients_lambda__WEBPACK_IMPORTED_MODULE_1___default.a({ apiVersion, region: Object(_actions_core__WEBPACK_IMPORTED_MODULE_2__.getInput)('REGION') });
1264012640
const response = await lambda.invoke(params).promise();
1264112641
Object(_actions_core__WEBPACK_IMPORTED_MODULE_2__.setOutput)('response', response);
1264212642
}

0 commit comments

Comments
 (0)