Skip to content

Commit cb34809

Browse files
Merge branch 'main' into security/tier-s-nuxt-3-16
Resolve Nuxt semver conflicts by keeping ~3.16.2 pins; bring in main workflow updates for test-api and typedoc deploy. Made-with: Cursor
2 parents a3135a6 + 5e53051 commit cb34809

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-api-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- integration-tests/test-api/**
77

88
permissions:
9-
content: read
9+
contents: read
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/test-api-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- integration-tests/test-api/**
99

1010
permissions:
11-
content: read
11+
contents: read
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/typedoc-manual-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
permissions:
7-
content: read
7+
contents: read
88

99
jobs:
1010
deploy_docs:

0 commit comments

Comments
 (0)