Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
438fff3
Bump actions/create-github-app-token from 2 to 3
dependabot[bot] Mar 16, 2026
11b598c
Bump markdown-it from 14.1.1 to 14.2.0
dependabot[bot] May 25, 2026
9c5a8a7
Bump the vitest group across 1 directory with 2 updates
dependabot[bot] Jun 3, 2026
b1e5c56
Merge pull request #5351 from OAI/dependabot/npm_and_yarn/markdown-it…
ralfhandl Jun 5, 2026
0f91b8b
Merge main into dev-sync-with-main
github-actions[bot] Jun 5, 2026
2889987
Merge pull request #5356 from OAI/dependabot/npm_and_yarn/vitest-e50e…
ralfhandl Jun 5, 2026
86d8d4b
Merge main into dev-sync-with-main
github-actions[bot] Jun 5, 2026
578b3dd
Bump respec from 35.8.0 to 37.1.0
dependabot[bot] Jun 5, 2026
d6da6c8
Merge pull request #5252 from OAI/dependabot/github_actions/actions/c…
ralfhandl Jun 5, 2026
7b4acea
Merge main into dev-sync-with-main
github-actions[bot] Jun 5, 2026
2b09589
Replace deprecated parameter app-id with client-id
ralfhandl Jun 5, 2026
18c3204
Merge pull request #5338 from OAI/dependabot/npm_and_yarn/respec-37.1.0
ralfhandl Jun 5, 2026
9e83410
Merge main into dev-sync-with-main
github-actions[bot] Jun 5, 2026
4fd24af
Merge pull request #5364 from ralfhandl/create-github-app-token-repla…
ralfhandl Jun 7, 2026
1065c90
Merge main into dev-sync-with-main
github-actions[bot] Jun 7, 2026
43065f1
Use old linkspector
ralfhandl Jun 7, 2026
e5e2dca
Merge pull request #5367 from ralfhandl/linkspector-use-v0.4.7
ralfhandl Jun 8, 2026
2a8788d
Merge main into dev-sync-with-main
github-actions[bot] Jun 8, 2026
ffd4153
Merge pull request #5363 from OAI/dev-sync-with-main
ralfhandl Jun 8, 2026
1c55974
Merge dev into v3.1-dev-sync-with-dev
github-actions[bot] Jun 8, 2026
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
4 changes: 2 additions & 2 deletions .github/workflows/respec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
steps:
- name: Generate access token
id: generate-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
client-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
private-key: ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}
owner: OAI
repositories: spec.openapis.org
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/schema-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
steps:
- name: Generate access token
id: generate-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
client-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
private-key: ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}
owner: OAI
repositories: spec.openapis.org
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-dev-to-vX.Y-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
steps:
- name: Generate access token
id: generate-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
client-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
private-key: ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}

- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-main-to-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
steps:
- name: Generate access token
id: generate-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
client-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
private-key: ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}

- name: Checkout repository
Expand Down
16 changes: 10 additions & 6 deletions .github/workflows/validate-markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v6 # setup Node.js
with:
node-version: "20.x"
node-version: "24.x"

- name: Lint work-in-progress spec
run: npx --yes markdownlint-cli2 --config spec.markdownlint.yaml src/oas.md
Expand All @@ -36,8 +36,12 @@ jobs:
echo "PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome" >> $GITHUB_ENV
- name: Check links in markdown files
uses: umbrelladocs/action-linkspector@v1
with:
reporter: github-check
fail_level: any
filter_mode: file
# uses: umbrelladocs/action-linkspector@v1
# with:
# reporter: github-check
# fail_level: any
# filter_mode: file
run: |
npm ci
npx linkspector --version
npx linkspector check
2 changes: 2 additions & 0 deletions .linkspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ ignorePatterns:
- pattern: 'clientdomain.com'
- pattern: 'example.org'
- pattern: 'https://www.w3.org/TR/xml-names11/'
- pattern: 'https://www.npmjs.com/package/markdownlint'
- pattern: 'https://www.merriam-webster.com/dictionary/'
Loading