diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 13efe1b4756..15c8efee56a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -29,8 +29,8 @@ jobs: git config --global user.email "npm-cli+bot@github.com" git config --global user.name "npm CLI robot" - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: javascript - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/cli/package.json b/cli/package.json index 6ff07e913ca..e14c86f096f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^4.0.4", - "@npmcli/template-oss": "4.23.1", + "@npmcli/template-oss": "4.23.2", "tap": "^21.0.0" }, "author": "GitHub Inc.", @@ -40,7 +40,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.23.1", + "version": "4.23.2", "content": "./scripts/template-oss" }, "files": [ diff --git a/package-lock.json b/package-lock.json index d9690354040..a6bdb1dcb26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@github/prettier-config": "^0.0.6", "@npmcli/eslint-config": "^4.0.4", - "@npmcli/template-oss": "4.23.1", + "@npmcli/template-oss": "4.23.2", "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^15.0.1", "babel-jest": "^29.7.0", @@ -91,7 +91,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^4.0.4", - "@npmcli/template-oss": "4.23.1", + "@npmcli/template-oss": "4.23.2", "tap": "^21.0.0" }, "engines": { @@ -5537,11 +5537,15 @@ } }, "node_modules/@npmcli/template-oss": { - "version": "4.23.1", - "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.23.1.tgz", - "integrity": "sha512-9IoziGswJTKz8mi7wNQxXRSXXSC/17WzsOsNzkOrzkM0qkq/wwZg5M6JKgOU3IUImcUdXywWNeqfG9VQ1o52Yg==", + "version": "4.23.2", + "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.23.2.tgz", + "integrity": "sha512-QCH904Ndci1JfeAAFEaayCWyzzTPDLGzj7cWWV41BJQrh1yWYA8H2n+OJ7I1YpzSSnfbGQw5/ZQ1pkL35bUWtA==", "dev": true, "hasInstallScript": true, + "license": "ISC", + "workspaces": [ + "workspace/test-workspace" + ], "dependencies": { "@actions/core": "^1.9.1", "@commitlint/cli": "^19.0.3", diff --git a/package.json b/package.json index 29c54fef4ef..484dfff9f65 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@github/prettier-config": "^0.0.6", "@npmcli/eslint-config": "^4.0.4", - "@npmcli/template-oss": "4.23.1", + "@npmcli/template-oss": "4.23.2", "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^15.0.1", "babel-jest": "^29.7.0", @@ -97,7 +97,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.23.1", + "version": "4.23.2", "content": "./scripts/template-oss" } }