Skip to content

Commit bd0de8b

Browse files
author
box-sdk-build
committed
Merge remote-tracking branch 'origin/combined-sdk' into codegen-2316-eaa2648-8b51a89
2 parents b0f3a0b + 7fb2e9e commit bd0de8b

File tree

7 files changed

+24
-0
lines changed

7 files changed

+24
-0
lines changed

.github/workflows/autoupdate-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches:
55
- combined-sdk
66

7+
# We are not using github token for this workflow so best practice is to limit permissions
8+
permissions: {}
9+
710
jobs:
811
update_pull_requests:
912
runs-on: ubuntu-latest

.github/workflows/integration-tests-sdk.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
pull_request:
44
branches:
55
- combined-sdk
6+
7+
permissions:
8+
contents: read
9+
610
jobs:
711
core:
812
runs-on: ubuntu-latest

.github/workflows/integration-tests-sdkgen.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
pull_request:
44
branches:
55
- combined-sdk
6+
7+
permissions:
8+
contents: read
9+
610
jobs:
711
build-and-test:
812
runs-on: ubuntu-latest

.github/workflows/notify-changelog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
types:
1111
- released
1212

13+
permissions: {}
14+
1315
jobs:
1416
notify:
1517
# This job can run on the latest Ubuntu

.github/workflows/semantic-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
branches:
1010
- combined-sdk
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
main:
1417
name: Validate semantic PR title

.github/workflows/spell-check-lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
types: [opened, synchronize, edited]
55
branches:
66
- combined-sdk
7+
8+
permissions:
9+
contents: read
10+
711
jobs:
812
spellcheck-request-title:
913
runs-on: ubuntu-latest

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
push:
66
branches:
77
- combined-sdk
8+
9+
permissions:
10+
contents: read
11+
812
jobs:
913
build-and-test:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)