Skip to content

Commit afeadb4

Browse files
Merge branch 'main' into user-menu-item-sample
2 parents e34d6a9 + 41c3a77 commit afeadb4

331 files changed

Lines changed: 6807 additions & 5903 deletions

File tree

Some content is hidden

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

.github/workflows/ci-test-website.yaml

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

.github/workflows/ci-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches:
77
- 'main'
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
check:
1114
runs-on: ubuntu-latest

.github/workflows/deploy-preview.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ on:
2828
- '!**/*.test.ts'
2929
- '!**/test/**'
3030

31+
permissions:
32+
contents: read
33+
3134
jobs:
3235
deploy-preview:
3336
runs-on: ubuntu-latest

.github/workflows/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
schedule:
1818
- cron: '0 0 * * *' # Runs daily at midnight UTC
1919

20+
permissions:
21+
contents: write
22+
2023
jobs:
2124
deploy-nightly:
2225
if: ${{ github.event.inputs.deploy_type == 'nightly' || github.event_name == 'schedule' }}

.github/workflows/issue-close.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
- cron: "0 0 * * *"
66

7+
permissions:
8+
issues: write
9+
710
jobs:
811
stale:
912
runs-on: ubuntu-latest

.github/workflows/issue-comment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
issues:
55
types: [closed]
66

7+
permissions:
8+
issues: write
9+
710
jobs:
811
comment-on-close:
912
runs-on: ubuntu-latest

.github/workflows/issue-reopen.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
issue_comment:
55
types: [created]
66

7+
permissions:
8+
issues: write
9+
710
jobs:
811
reopen-issue:
912
if: github.event.issue.state == 'closed'

.github/workflows/lint.yaml

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

.github/workflows/release-downport.yaml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,6 @@ jobs:
364364
- name: Install Dependencies
365365
run: yarn --immutable
366366

367-
- name: Build
368-
run: yarn ci:releasebuild
369-
370367
- name: Version Bump
371368
env:
372369
GH_TOKEN: ${{ secrets.UI5_WEBCOMP_BOT_GH_TOKEN }}
@@ -380,6 +377,9 @@ jobs:
380377
--exact \
381378
--create-release github
382379
380+
- name: Build
381+
run: yarn ci:releasebuild
382+
383383
- name: Publish
384384
run: |
385385
yarn lerna publish from-git --yes --dist-tag "v1"

0 commit comments

Comments
 (0)