Skip to content

Commit 89b00ef

Browse files
chore(deps): update sap/project-piper-action action to v1.7.0 (#6367)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [SAP/project-piper-action](https://redirect.github.com/SAP/project-piper-action) | action | minor | `v1.6.0` -> `v1.7.0` | --- ### Release Notes <details> <summary>SAP/project-piper-action (SAP/project-piper-action)</summary> ### [`v1.7.0`](https://redirect.github.com/SAP/project-piper-action/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/SAP/project-piper-action/compare/v1.6.0...v1.7.0) ##### What's Changed - feat(notification): Notify in case of Release failure by [@&#8203;Googlom](https://redirect.github.com/Googlom) in [https://github.com/SAP/project-piper-action/pull/218](https://redirect.github.com/SAP/project-piper-action/pull/218) - feat(trustengine): Pass Trust Engine token to container by [@&#8203;anilkeshav27](https://redirect.github.com/anilkeshav27) in [https://github.com/SAP/project-piper-action/pull/216](https://redirect.github.com/SAP/project-piper-action/pull/216) ##### New Contributors - [@&#8203;anilkeshav27](https://redirect.github.com/anilkeshav27) made their first contribution in [https://github.com/SAP/project-piper-action/pull/216](https://redirect.github.com/SAP/project-piper-action/pull/216) **Full Changelog**: SAP/project-piper-action@v1.6.0...v1.7.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 180e3cb commit 89b00ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v4
1717

1818
- name: artifactPrepareVersion
19-
uses: SAP/project-piper-action@v1.6.0
19+
uses: SAP/project-piper-action@v1.7.0
2020
with:
2121
step-name: artifactPrepareVersion
2222
flags: --versioningType cloud_noTag
2323

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

0 commit comments

Comments
 (0)