Skip to content

Commit

Permalink
ci: update piper config (#6175)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis committed Aug 7, 2024
1 parent 5e59eed commit 6ff3538
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/open-source-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: artifactPrepareVersion
uses: SAP/project-piper-action@v1.5.0
with:
fetch-depth: 0
step-name: artifactPrepareVersion
flags: --versioningType cloud_noTag

- name: detectExecuteScan
uses: SAP/project-piper-action@v1.5.0
Expand Down
5 changes: 5 additions & 0 deletions .pipeline/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ general:
repository: ui5-webcomponents-react
buildTool: yarn
steps:
artifactPrepareVersion:
filePath: 'lerna.json'
versioningType: 'library'
customVersionField: 'version'

detectExecuteScan:
serverUrl: 'https://sap.blackducksoftware.com'
projectName: 'ui5-webcomponents-react'
Expand Down

0 comments on commit 6ff3538

Please sign in to comment.