Skip to content

Commit 63a6d11

Browse files
Merge branch 'main' into ci/npm-trusted-publishers
2 parents 7fd5de9 + 09b0f0e commit 63a6d11

File tree

24 files changed

+486
-511
lines changed

24 files changed

+486
-511
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: yarn install --immutable
2424

2525
- name: Publish to Chromatic
26-
uses: chromaui/action@4ffe736a2a8262ea28067ff05a13b635ba31ec05 # v13.3.0
26+
uses: chromaui/action@1c807fb41f4db007b022d0806c09a94dce7b5ff6 # v13.3.1
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

.github/workflows/open-source-security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717

1818
- name: artifactPrepareVersion
19-
uses: SAP/project-piper-action@d56d89fe1a94a38242b583326da01407c1f52d66 # v1.22.7
19+
uses: SAP/project-piper-action@18ec0b9b1f96328b65bf6e67c2e31d54766f4ad7 # v1.23.0
2020
with:
2121
step-name: artifactPrepareVersion
2222
flags: --versioningType cloud_noTag
2323

2424
- name: detectExecuteScan
25-
uses: SAP/project-piper-action@d56d89fe1a94a38242b583326da01407c1f52d66 # v1.22.7
25+
uses: SAP/project-piper-action@18ec0b9b1f96328b65bf6e67c2e31d54766f4ad7 # v1.23.0
2626
with:
2727
step-name: detectExecuteScan
2828
flags: '--token ${{ secrets.DETECT_TOKEN }}'

examples/nextjs-app/package-lock.json

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ui5/webcomponents": "2.15.0",
13-
"@ui5/webcomponents-base": "2.15.0",
14-
"@ui5/webcomponents-fiori": "2.15.0",
15-
"@ui5/webcomponents-react": "2.15.2",
12+
"@ui5/webcomponents": "2.15.1",
13+
"@ui5/webcomponents-base": "2.15.1",
14+
"@ui5/webcomponents-fiori": "2.15.1",
15+
"@ui5/webcomponents-react": "2.15.3",
1616
"@types/node": "22.18.10",
1717
"@types/react": "19.1.17",
1818
"@types/react-dom": "19.1.11",

examples/nextjs-pages/package-lock.json

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)