File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
packages/main/src/components/ObjectPage Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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.
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
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
Original file line number Diff line number Diff 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 }}'
Original file line number Diff line number Diff line change 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 ),
You can’t perform that action at this time.
0 commit comments