diff --git a/Dockerfile b/Dockerfile index 569c1ec5..64134124 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . /app/ RUN npm install && npm run bootstrap && npm run build-all -FROM ghcr.nju.edu.cn/actions/actions-runner:2.334.0 +FROM ghcr.nju.edu.cn/actions/actions-runner:2.337.0 COPY --from=runner_builder /app/packages/k8s/dist/index.js /home/runner/k8s/index.js diff --git a/packages/docker/package-lock.json b/packages/docker/package-lock.json index e07593b4..99e446fe 100644 --- a/packages/docker/package-lock.json +++ b/packages/docker/package-lock.json @@ -29,21 +29,6 @@ "typescript": "^5.8.3" } }, - "../hooklib": { - "version": "0.1.0", - "license": "MIT", - "dependencies": { - "@actions/core": "^2.0.2" - }, - "devDependencies": { - "@types/node": "^24.0.14", - "@zeit/ncc": "^0.22.3", - "eslint": "^9.31.0", - "eslint-plugin-github": "^6.0.0", - "prettier": "^3.6.2", - "typescript": "^5.8.3" - } - }, "node_modules/@actions/core": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/@actions/core/-/core-2.0.3.tgz", @@ -3207,9 +3192,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3224,9 +3206,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3241,9 +3220,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3258,9 +3234,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3275,9 +3248,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3292,9 +3262,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3309,9 +3276,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3326,9 +3290,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3343,9 +3304,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3360,9 +3318,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4807,8 +4762,12 @@ } }, "node_modules/hooklib": { - "resolved": "../hooklib", - "link": true + "version": "0.1.0", + "resolved": "file:../hooklib", + "license": "MIT", + "dependencies": { + "@actions/core": "^2.0.2" + } }, "node_modules/html-escaper": { "version": "2.0.2", diff --git a/packages/k8s/package-lock.json b/packages/k8s/package-lock.json index 1adbd434..ac6bd613 100644 --- a/packages/k8s/package-lock.json +++ b/packages/k8s/package-lock.json @@ -32,21 +32,6 @@ "typescript": "^5.9.2" } }, - "../hooklib": { - "version": "0.1.0", - "license": "MIT", - "dependencies": { - "@actions/core": "^2.0.2" - }, - "devDependencies": { - "@types/node": "^24.0.14", - "@zeit/ncc": "^0.22.3", - "eslint": "^9.31.0", - "eslint-plugin-github": "^6.0.0", - "prettier": "^3.6.2", - "typescript": "^5.8.3" - } - }, "node_modules/@actions/core": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/@actions/core/-/core-2.0.3.tgz", @@ -4175,9 +4160,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4192,9 +4174,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4209,9 +4188,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4226,9 +4202,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4243,9 +4216,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4260,9 +4230,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4277,9 +4244,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4294,9 +4258,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4311,9 +4272,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4328,9 +4286,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5711,8 +5666,12 @@ } }, "node_modules/hooklib": { - "resolved": "../hooklib", - "link": true + "version": "0.1.0", + "resolved": "file:../hooklib", + "license": "MIT", + "dependencies": { + "@actions/core": "^2.0.2" + } }, "node_modules/hpagent": { "version": "1.2.0",