Skip to content

Commit 8caf34d

Browse files
chore(deps): update sap/project-piper-action action to v1.22.5 (#7734)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [SAP/project-piper-action](https://redirect.github.com/SAP/project-piper-action) | action | patch | `v1.22.1` -> `v1.22.5` | --- ### Release Notes <details> <summary>SAP/project-piper-action (SAP/project-piper-action)</summary> ### [`v1.22.5`](https://redirect.github.com/SAP/project-piper-action/releases/tag/v1.22.5) [Compare Source](https://redirect.github.com/SAP/project-piper-action/compare/v1.22.4...v1.22.5) ##### What's Changed - ci(mirror): adjust order of events ([#&#8203;300](https://redirect.github.com/SAP/project-piper-action/issues/300)) [@&#8203;Googlom](https://redirect.github.com/Googlom) ### [`v1.22.4`](https://redirect.github.com/SAP/project-piper-action/releases/tag/v1.22.4) [Compare Source](https://redirect.github.com/SAP/project-piper-action/compare/v1.22.3...v1.22.4) ##### What's Changed - ci(mirror): mirror dynamic tag updates ([#&#8203;299](https://redirect.github.com/SAP/project-piper-action/issues/299)) [@&#8203;Googlom](https://redirect.github.com/Googlom) - ci(fix): call reusable workflow as separate job ([#&#8203;298](https://redirect.github.com/SAP/project-piper-action/issues/298)) [@&#8203;Googlom](https://redirect.github.com/Googlom) ### [`v1.22.3`](https://redirect.github.com/SAP/project-piper-action/releases/tag/v1.22.3) [Compare Source](https://redirect.github.com/SAP/project-piper-action/compare/v1.22.2...v1.22.3) ##### What's Changed - ci(fix): call reusable workflow as separate job ([#&#8203;298](https://redirect.github.com/SAP/project-piper-action/issues/298)) [@&#8203;Googlom](https://redirect.github.com/Googlom) - ci(fix): replace on.release.published event with workflow\_call ([#&#8203;297](https://redirect.github.com/SAP/project-piper-action/issues/297)) [@&#8203;Googlom](https://redirect.github.com/Googlom) ### [`v1.22.2`](https://redirect.github.com/SAP/project-piper-action/releases/tag/v1.22.2) [Compare Source](https://redirect.github.com/SAP/project-piper-action/compare/v1.22.1...v1.22.2) ##### What's Changed - ci(mirror): adjust mirroring workflow ([#&#8203;296](https://redirect.github.com/SAP/project-piper-action/issues/296)) [@&#8203;Googlom](https://redirect.github.com/Googlom) </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/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0e54e85 commit 8caf34d

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717

1818
- name: artifactPrepareVersion
19-
uses: SAP/project-piper-action@bdd04e90dbab9ca2d5a7dd50886b6bac03888360 # v1.22.1
19+
uses: SAP/project-piper-action@ca6d6ccb79a0a21fdf542ab2a2390cd9c2f1e34f # v1.22.5
2020
with:
2121
step-name: artifactPrepareVersion
2222
flags: --versioningType cloud_noTag
2323

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

0 commit comments

Comments
 (0)