Skip to content

Commit 011faae

Browse files
author
box-sdk-build
committed
Merge remote-tracking branch 'origin/combined-sdk' into codegen-1985-7c94f4f-a646ae6
2 parents 3f9f670 + 32d6437 commit 011faae

File tree

8 files changed

+24
-1
lines changed

8 files changed

+24
-1
lines changed

.github/workflows/autoupdate-pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ 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
10-
1113
steps:
1214
- name: Checkout repository
1315
uses: actions/checkout@v4

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
branches:
88
- combined-sdk
99

10+
permissions:
11+
contents: read
12+
pull-requests: write
13+
1014
jobs:
1115
build:
1216
name: Build and unit tests

.github/workflows/format-check.yml

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

8+
permissions:
9+
contents: read
10+
811
jobs:
912
black:
1013
runs-on: ubuntu-latest

.github/workflows/integration-tests-gen.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:
812
runs-on: ubuntu-latest

.github/workflows/integration-tests.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+
permissions:
8+
contents: read
9+
710
jobs:
811
tests:
912
name: Integration tests

.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
types: [opened, synchronize, edited]
55
branches:
66
- combined-sdk
7+
permissions:
8+
contents: read
79
jobs:
810
spellcheck-request-title:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)