Skip to content

Commit 6fe2506

Browse files
authored
Merge branch 'main' into fix/scrollbar-browser-specifics
2 parents 26daddd + 1911dc9 commit 6fe2506

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
45+
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
56+
uses: github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
70+
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9

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

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

packages/main/src/components/ObjectPage/ObjectPage.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,14 @@
111111
}
112112

113113
.tabContainerComponent {
114+
padding-block-start: 3px;
115+
background: var(--sapObjectHeader_Background);
114116
&::part(content) {
115117
display: none;
116118
}
117119

118120
&::part(tabstrip) {
119121
padding: 0;
120-
padding-block-start: 4px;
121122
padding-inline: var(--_ui5wcr_ObjectPage_tab_bar_inline_padding);
122123
box-shadow:
123124
inset 0 -0.0625rem var(--sapPageHeader_BorderColor),

0 commit comments

Comments
 (0)