mirror of
https://github.com/github/codeql-action.git
synced 2026-04-02 09:42:16 +00:00
Bumps the npm-minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) | `5.0.2` | `5.0.3` | | [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) | `5.0.3` | `5.0.5` | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `2.0.2` | `2.0.3` | | [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) | `0.5.0` | `0.5.1` | | [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) | `3.0.1` | `3.0.2` | | [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) | `3.0.0` | `3.0.1` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `62.2.0` | `62.3.0` | Updates `@actions/artifact` from 5.0.2 to 5.0.3 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact) Updates `@actions/cache` from 5.0.3 to 5.0.5 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) Updates `@actions/core` from 2.0.2 to 2.0.3 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `@actions/glob` from 0.5.0 to 0.5.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob) Updates `@actions/http-client` from 3.0.1 to 3.0.2 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client) Updates `@actions/tool-cache` from 3.0.0 to 3.0.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache) Updates `eslint-plugin-jsdoc` from 62.2.0 to 62.3.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.2.0...v62.3.0) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@actions/cache" dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@actions/core" dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@actions/glob" dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@actions/http-client" dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@actions/tool-cache" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: eslint-plugin-jsdoc dependency-version: 62.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <support@github.com>
103 lines
3.1 KiB
JSON
103 lines
3.1 KiB
JSON
{
|
|
"name": "codeql",
|
|
"version": "4.32.1",
|
|
"private": true,
|
|
"description": "CodeQL action",
|
|
"scripts": {
|
|
"_build_comment": "echo 'Run the full build so we typecheck the project and can reuse the transpiled files in npm test'",
|
|
"build": "./scripts/check-node-modules.sh && npm run transpile && node build.mjs",
|
|
"lint": "eslint --report-unused-disable-directives --max-warnings=0 .",
|
|
"lint-ci": "SARIF_ESLINT_IGNORE_SUPPRESSED=true eslint --report-unused-disable-directives --max-warnings=0 . --format @microsoft/eslint-formatter-sarif --output-file=eslint.sarif",
|
|
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --fix",
|
|
"ava": "npm run transpile && ava --serial --verbose",
|
|
"test": "npm run ava -- src/",
|
|
"test-debug": "npm run test -- --timeout=20m",
|
|
"transpile": "tsc --build --verbose"
|
|
},
|
|
"ava": {
|
|
"typescript": {
|
|
"rewritePaths": {
|
|
"src/": "build/"
|
|
},
|
|
"compile": false
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/artifact": "^5.0.3",
|
|
"@actions/artifact-legacy": "npm:@actions/artifact@^1.1.2",
|
|
"@actions/cache": "^5.0.5",
|
|
"@actions/core": "^2.0.3",
|
|
"@actions/exec": "^2.0.0",
|
|
"@actions/github": "^8.0.0",
|
|
"@actions/glob": "^0.5.0",
|
|
"@actions/http-client": "^3.0.0",
|
|
"@actions/io": "^2.0.0",
|
|
"@actions/tool-cache": "^3.0.1",
|
|
"@octokit/plugin-retry": "^8.0.0",
|
|
"@schemastore/package": "0.0.10",
|
|
"archiver": "^7.0.1",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"follow-redirects": "^1.15.11",
|
|
"get-folder-size": "^5.0.0",
|
|
"js-yaml": "^4.1.1",
|
|
"jsonschema": "1.4.1",
|
|
"long": "^5.3.2",
|
|
"node-forge": "^1.3.3",
|
|
"semver": "^7.7.3",
|
|
"uuid": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ava/typescript": "6.0.0",
|
|
"@eslint/compat": "^2.0.1",
|
|
"@eslint/eslintrc": "^3.3.3",
|
|
"@eslint/js": "^9.39.2",
|
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
|
"@octokit/types": "^16.0.0",
|
|
"@types/archiver": "^7.0.0",
|
|
"@types/follow-redirects": "^1.14.4",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^20.19.9",
|
|
"@types/node-forge": "^1.3.14",
|
|
"@types/semver": "^7.7.1",
|
|
"@types/sinon": "^21.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.53.1",
|
|
"@typescript-eslint/parser": "^8.48.0",
|
|
"ava": "^6.4.1",
|
|
"esbuild": "^0.27.2",
|
|
"eslint": "^8.57.1",
|
|
"eslint-import-resolver-typescript": "^3.8.7",
|
|
"eslint-plugin-filenames": "^1.3.2",
|
|
"eslint-plugin-github": "^5.1.8",
|
|
"eslint-plugin-import": "2.29.1",
|
|
"eslint-plugin-jsdoc": "^62.3.0",
|
|
"eslint-plugin-no-async-foreach": "^0.1.1",
|
|
"glob": "^11.1.0",
|
|
"nock": "^14.0.10",
|
|
"sinon": "^21.0.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"overrides": {
|
|
"@actions/tool-cache": {
|
|
"semver": ">=6.3.1"
|
|
},
|
|
"@octokit/request-error": {
|
|
"semver": ">=5.1.1"
|
|
},
|
|
"@octokit/request": {
|
|
"semver": ">=8.4.1"
|
|
},
|
|
"@octokit/plugin-paginate-rest": {
|
|
"semver": ">=9.2.2"
|
|
},
|
|
"eslint-plugin-import": {
|
|
"semver": ">=6.3.1"
|
|
},
|
|
"eslint-plugin-jsx-a11y": {
|
|
"semver": ">=6.3.1"
|
|
},
|
|
"brace-expansion@2.0.1": "2.0.2",
|
|
"glob": "^11.1.0"
|
|
}
|
|
}
|