Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ updates:
- Rebuild
# Ignore incompatible dependency updates
ignore:
# There is a type incompatibility issue between v0.0.9 and our other dependencies.
- dependency-name: "@octokit/plugin-retry"
versions: ["~6.0.0"]
# This is broken due to the way configuration files have changed.
# This is broken due to the way configuration files have changed.
# This might be fixed when we move to eslint v9.
- dependency-name: "eslint-plugin-import"
versions: [">=2.30.0"]
Expand Down
10,892 changes: 7,073 additions & 3,819 deletions lib/analyze-action-post.js

Large diffs are not rendered by default.

6,356 changes: 2,902 additions & 3,454 deletions lib/analyze-action.js

Large diffs are not rendered by default.

6,356 changes: 2,902 additions & 3,454 deletions lib/autobuild-action.js

Large diffs are not rendered by default.

11,568 changes: 7,413 additions & 4,155 deletions lib/init-action-post.js

Large diffs are not rendered by default.

6,360 changes: 2,904 additions & 3,456 deletions lib/init-action.js

Large diffs are not rendered by default.

6,351 changes: 2,897 additions & 3,454 deletions lib/resolve-environment-action.js

Large diffs are not rendered by default.

6,356 changes: 2,902 additions & 3,454 deletions lib/setup-codeql-action.js

Large diffs are not rendered by default.

10,890 changes: 7,071 additions & 3,819 deletions lib/start-proxy-action-post.js

Large diffs are not rendered by default.

6,329 changes: 2,885 additions & 3,444 deletions lib/start-proxy-action.js

Large diffs are not rendered by default.

6,351 changes: 2,897 additions & 3,454 deletions lib/upload-lib.js

Large diffs are not rendered by default.

10,890 changes: 7,071 additions & 3,819 deletions lib/upload-sarif-action-post.js

Large diffs are not rendered by default.

6,356 changes: 2,902 additions & 3,454 deletions lib/upload-sarif-action.js

Large diffs are not rendered by default.

488 changes: 231 additions & 257 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"@actions/cache": "^5.0.3",
"@actions/core": "^2.0.2",
"@actions/exec": "^2.0.0",
"@actions/github": "^7.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.0",
"@octokit/plugin-retry": "^6.0.0",
"@octokit/plugin-retry": "^8.0.0",
"@schemastore/package": "0.0.10",
"archiver": "^7.0.1",
"fast-deep-equal": "^3.1.3",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
/* Basic Options */
"lib": ["ES2021"],
"target": "ES2021",
"lib": ["ES2022"],
"target": "ES2022",
"module": "commonjs",
"outDir": "./build",
"rootDir": "./src",
Expand Down
Loading