Skip to content

Commit bcb1e4e

Browse files
authored
Merge branch 'main' into fix/at-scale-width-smart-grow
2 parents d52feb5 + 1ff875f commit bcb1e4e

File tree

20 files changed

+184
-162
lines changed

20 files changed

+184
-162
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
45+
uses: github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
56+
uses: github/codeql-action/autobuild@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
70+
uses: github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2

.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@ca6d6ccb79a0a21fdf542ab2a2390cd9c2f1e34f # v1.22.5
19+
uses: SAP/project-piper-action@ca48370543326759ffae83317559b3c0b59705fe # v1.22.6
2020
with:
2121
step-name: artifactPrepareVersion
2222
flags: --versioningType cloud_noTag
2323

2424
- name: detectExecuteScan
25-
uses: SAP/project-piper-action@ca6d6ccb79a0a21fdf542ab2a2390cd9c2f1e34f # v1.22.5
25+
uses: SAP/project-piper-action@ca48370543326759ffae83317559b3c0b59705fe # v1.22.6
2626
with:
2727
step-name: detectExecuteScan
2828
flags: '--token ${{ secrets.DETECT_TOKEN }}'

examples/nextjs-app/package-lock.json

Lines changed: 8 additions & 8 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@ui5/webcomponents": "2.14.0",
1313
"@ui5/webcomponents-base": "2.14.0",
1414
"@ui5/webcomponents-fiori": "2.14.0",
15-
"@ui5/webcomponents-react": "2.14.0",
15+
"@ui5/webcomponents-react": "2.14.1",
1616
"@types/node": "22.18.1",
1717
"@types/react": "19.1.12",
1818
"@types/react-dom": "19.1.9",

examples/nextjs-pages/package-lock.json

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

examples/nextjs-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@ui5/webcomponents": "2.14.0",
1313
"@ui5/webcomponents-base": "2.14.0",
1414
"@ui5/webcomponents-fiori": "2.14.0",
15-
"@ui5/webcomponents-react": "2.14.0",
15+
"@ui5/webcomponents-react": "2.14.1",
1616
"@types/node": "22.18.1",
1717
"@types/react": "19.1.12",
1818
"@types/react-dom": "19.1.9",

examples/react-router-ts/package-lock.json

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

examples/react-router-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@ui5/webcomponents": "2.14.0",
1717
"@ui5/webcomponents-base": "2.14.0",
1818
"@ui5/webcomponents-fiori": "2.14.0",
19-
"@ui5/webcomponents-react": "2.14.0",
19+
"@ui5/webcomponents-react": "2.14.1",
2020
"cross-env": "10.0.0",
2121
"isbot": "5.1.30",
2222
"react": "19.1.1",
@@ -36,7 +36,7 @@
3636
"globals": "16.3.0",
3737
"typescript": "5.8.3",
3838
"typescript-eslint": "8.42.0",
39-
"vite": "7.1.4",
39+
"vite": "7.1.5",
4040
"vite-tsconfig-paths": "5.1.4"
4141
},
4242
"engines": {

0 commit comments

Comments
 (0)