Skip to content

Commit 5230233

Browse files
authored
Merge branch 'main' into feat/mcp-http
2 parents cb8267c + 1479a45 commit 5230233

23 files changed

Lines changed: 1040 additions & 742 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
44+
uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
4545
with:
4646
languages: ${{ matrix.language }}
4747
build-mode: ${{ matrix.build-mode }}
@@ -70,6 +70,6 @@ jobs:
7070
exit 1
7171
7272
- name: Perform CodeQL Analysis
73-
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
73+
uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
7474
with:
7575
category: "/language:${{matrix.language}}"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
run: npx cypress install
128128

129129
- name: Cypress run
130-
uses: cypress-io/github-action@c32f12761482a282d24ca0fd7466d8ae86f54ba8 # v7.4.2
130+
uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3
131131
with:
132132
browser: chrome
133133
component: true

examples/nextjs-app/package-lock.json

Lines changed: 16 additions & 16 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.25.0",
1313
"@ui5/webcomponents-base": "2.25.0",
1414
"@ui5/webcomponents-fiori": "2.25.0",
15-
"@ui5/webcomponents-react": "2.25.0",
15+
"@ui5/webcomponents-react": "2.25.1",
1616
"@types/node": "24.13.3",
1717
"@types/react": "19.2.18",
1818
"@types/react-dom": "19.2.4",

examples/nextjs-pages/package-lock.json

Lines changed: 16 additions & 16 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.25.0",
1313
"@ui5/webcomponents-base": "2.25.0",
1414
"@ui5/webcomponents-fiori": "2.25.0",
15-
"@ui5/webcomponents-react": "2.25.0",
15+
"@ui5/webcomponents-react": "2.25.1",
1616
"@types/node": "24.13.3",
1717
"@types/react": "19.2.18",
1818
"@types/react-dom": "19.2.4",

0 commit comments

Comments
 (0)