diff --git a/dist/index.js b/dist/index.js index b3416a25..78311ac9 100644 --- a/dist/index.js +++ b/dist/index.js @@ -32835,7 +32835,7 @@ function _resolvePath(name, tmpDir, cb) { cb(null, path.join(parentDir, path.basename(pathToResolve))); }); } else { - fs.realpath(path, cb); + fs.realpath(pathToResolve, cb); } }); } diff --git a/package-lock.json b/package-lock.json index 9e7e6bcb..46ab2930 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@aws-sdk/client-ecs": "^3.883.0", - "tmp": "^0.2.4" + "tmp": "^0.2.5" }, "devDependencies": { "@vercel/ncc": "^0.38.3", @@ -5586,9 +5586,9 @@ } }, "node_modules/tmp": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.4.tgz", - "integrity": "sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", + "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", "license": "MIT", "engines": { "node": ">=14.14" diff --git a/package.json b/package.json index 5f2b424c..aaba0908 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@aws-sdk/client-ecs": "^3.883.0", - "tmp": "^0.2.4" + "tmp": "^0.2.5" }, "devDependencies": { "@vercel/ncc": "^0.38.3",