From ecbde909128543527375b19b5519c80f2bf40ece Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:16:11 +0100 Subject: [PATCH] chore(deps): update sap/project-piper-action action to v1.12.0 (#6786) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.11.0` -> `v1.12.0` | --- ### Release Notes
SAP/project-piper-action (SAP/project-piper-action) ### [`v1.12.0`](https://redirect.github.com/SAP/project-piper-action/releases/tag/v1.12.0) [Compare Source](https://redirect.github.com/SAP/project-piper-action/compare/v1.11.0...v1.12.0) ##### What's Changed - fix(naming): Rename Trust Engine to System Trust by [@​Googlom](https://redirect.github.com/Googlom) in [https://github.com/SAP/project-piper-action/pull/234](https://redirect.github.com/SAP/project-piper-action/pull/234) **Full Changelog**: https://github.com/SAP/project-piper-action/compare/v1.11.0...v1.12.0
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/open-source-security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/open-source-security.yml b/.github/workflows/open-source-security.yml index 9cb32571fd8..96a47d6a9fa 100644 --- a/.github/workflows/open-source-security.yml +++ b/.github/workflows/open-source-security.yml @@ -16,13 +16,13 @@ jobs: - uses: actions/checkout@v4 - name: artifactPrepareVersion - uses: SAP/project-piper-action@v1.11.0 + uses: SAP/project-piper-action@v1.12.0 with: step-name: artifactPrepareVersion flags: --versioningType cloud_noTag - name: detectExecuteScan - uses: SAP/project-piper-action@v1.11.0 + uses: SAP/project-piper-action@v1.12.0 with: step-name: detectExecuteScan flags: '--token ${{ secrets.DETECT_TOKEN }}'