Skip to content

Commit 6ff3538

Browse files
ci: update piper config (#6175)
1 parent 5e59eed commit 6ff3538

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17+
18+
- name: artifactPrepareVersion
19+
1720
with:
18-
fetch-depth: 0
21+
step-name: artifactPrepareVersion
22+
flags: --versioningType cloud_noTag
1923

2024
- name: detectExecuteScan
2125

.pipeline/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ general:
33
repository: ui5-webcomponents-react
44
buildTool: yarn
55
steps:
6+
artifactPrepareVersion:
7+
filePath: 'lerna.json'
8+
versioningType: 'library'
9+
customVersionField: 'version'
10+
611
detectExecuteScan:
712
serverUrl: 'https://sap.blackducksoftware.com'
813
projectName: 'ui5-webcomponents-react'

0 commit comments

Comments
 (0)