Skip to content

Commit ffc3b91

Browse files
committed
Merge remote-tracking branch 'origin/main' into openapi-typescript-v7
2 parents dc10601 + 27ea9c3 commit ffc3b91

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+82713
-60549
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v2
45+
uses: github/codeql-action/init@v3
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,7 +56,7 @@ jobs:
5656
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757
# If this step fails, then you should remove it and run the build manually (see below)
5858
- name: Autobuild
59-
uses: github/codeql-action/autobuild@v2
59+
uses: github/codeql-action/autobuild@v3
6060

6161
# ℹ️ Command-line programs to run using the OS shell.
6262
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -69,4 +69,4 @@ jobs:
6969
# ./location_of_script_within_repo/buildscript.sh
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@v2
72+
uses: github/codeql-action/analyze@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/setup-node@v3
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: "lts/*"
1818
cache: npm

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v3
17+
- uses: actions/setup-node@v4
1818
with:
1919
node-version: "lts/*"
2020
cache: npm

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# actually commits, pushes and creates a PR.
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/setup-node@v3
15+
- uses: actions/setup-node@v4
1616
with:
1717
cache: npm
1818
node-version: 18

.github/workflows/update_dry_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# commits, pushes and creates a PR.
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions/setup-node@v3
16+
- uses: actions/setup-node@v4
1717
with:
1818
cache: npm
1919
node-version: 18

cache/api.github.com.json

Lines changed: 4951 additions & 3919 deletions
Large diffs are not rendered by default.

cache/ghec.json

Lines changed: 5130 additions & 4054 deletions
Large diffs are not rendered by default.

cache/ghes-3.10.json

Lines changed: 2247 additions & 2475 deletions
Large diffs are not rendered by default.

cache/ghes-3.7.json renamed to cache/ghes-3.11.json

Lines changed: 11736 additions & 4868 deletions
Large diffs are not rendered by default.

cache/ghes-3.8.json

Lines changed: 2251 additions & 2477 deletions
Large diffs are not rendered by default.

cache/ghes-3.9.json

Lines changed: 2242 additions & 2467 deletions
Large diffs are not rendered by default.

cache/github.ae.json

Lines changed: 2260 additions & 2413 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)