Skip to content

Commit ec4b7fb

Browse files
chore(deps): update sap/project-piper-action action to v1.24.0 (#7979)
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.23.2` -> `v1.24.0` | --- ### Release Notes <details> <summary>SAP/project-piper-action (SAP/project-piper-action)</summary> ### [`v1.24.0`](https://redirect.github.com/SAP/project-piper-action/releases/tag/v1.24.0) [Compare Source](https://redirect.github.com/SAP/project-piper-action/compare/v1.23.2...v1.24.0) ##### What's Changed ##### 🚀 Features - feat: Allow running gha in subdiretory ([#&#8203;307](https://redirect.github.com/SAP/project-piper-action/issues/307)) [@&#8203;valfz](https://redirect.github.com/valfz) ##### ⬆️ Dependencies - feat: Allow running gha in subdiretory ([#&#8203;307](https://redirect.github.com/SAP/project-piper-action/issues/307)) [@&#8203;valfz](https://redirect.github.com/valfz) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c058c1 commit ec4b7fb

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1717

1818
- name: artifactPrepareVersion
19-
uses: SAP/project-piper-action@e700a9bc1ba5625bf77eb671fb2195b7085d514a # v1.23.2
19+
uses: SAP/project-piper-action@265efc02b220fbd7b2e30a7c60306a615f4973e4 # v1.24.0
2020
with:
2121
step-name: artifactPrepareVersion
2222
flags: --versioningType cloud_noTag
2323

2424
- name: detectExecuteScan
25-
uses: SAP/project-piper-action@e700a9bc1ba5625bf77eb671fb2195b7085d514a # v1.23.2
25+
uses: SAP/project-piper-action@265efc02b220fbd7b2e30a7c60306a615f4973e4 # v1.24.0
2626
with:
2727
step-name: detectExecuteScan
2828
flags: '--token ${{ secrets.DETECT_TOKEN }}'

0 commit comments

Comments
 (0)