Skip to content

Commit 48182e7

Browse files
chore(deps): update fsfe/reuse-action action to v5 (#7665)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fsfe/reuse-action](https://redirect.github.com/fsfe/reuse-action) | action | major | `v1.1.1` -> `v5.0.0` | --- ### Release Notes <details> <summary>fsfe/reuse-action (fsfe/reuse-action)</summary> ### [`v5.0.0`](https://redirect.github.com/fsfe/reuse-action/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/fsfe/reuse-action/compare/v4.0.0...v5.0.0) #### What's Changed - Update README.md for new major version of action [@&#8203;v3](https://redirect.github.com/v3) -> [@&#8203;v4](https://redirect.github.com/v4) by [@&#8203;bernhardreiter](https://redirect.github.com/bernhardreiter) in [https://github.com/fsfe/reuse-action/pull/34](https://redirect.github.com/fsfe/reuse-action/pull/34) - Update to .toml example by [@&#8203;AndyScherzinger](https://redirect.github.com/AndyScherzinger) in [https://github.com/fsfe/reuse-action/pull/33](https://redirect.github.com/fsfe/reuse-action/pull/33) - Bump to v5 by [@&#8203;carmenbianca](https://redirect.github.com/carmenbianca) in [https://github.com/fsfe/reuse-action/pull/35](https://redirect.github.com/fsfe/reuse-action/pull/35) **Full Changelog**: fsfe/reuse-action@v4...v5.0.0 ### [`v4.0.0`](https://redirect.github.com/fsfe/reuse-action/releases/tag/v4.0.0) [Compare Source](https://redirect.github.com/fsfe/reuse-action/compare/v3.0.0...v4.0.0) #### Changes - Bumped to v4 of reuse-tool in [#&#8203;32](https://redirect.github.com/fsfe/reuse-action/issues/32). ### [`v3.0.0`](https://redirect.github.com/fsfe/reuse-action/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/fsfe/reuse-action/compare/v2.0.0...v3.0.0) #### What's Changed - Bump to reuse-tool v3 by [@&#8203;mxmehl](https://redirect.github.com/mxmehl) in [https://github.com/fsfe/reuse-action/pull/28](https://redirect.github.com/fsfe/reuse-action/pull/28) - Improve and expand workflows by [@&#8203;mxmehl](https://redirect.github.com/mxmehl) in [https://github.com/fsfe/reuse-action/pull/23](https://redirect.github.com/fsfe/reuse-action/pull/23) - chore: upgrade checkout step to v4 by [@&#8203;ChristianTackeGSI](https://redirect.github.com/ChristianTackeGSI) in [https://github.com/fsfe/reuse-action/pull/25](https://redirect.github.com/fsfe/reuse-action/pull/25) #### New Contributors - [@&#8203;ChristianTackeGSI](https://redirect.github.com/ChristianTackeGSI) made their first contribution in [https://github.com/fsfe/reuse-action/pull/25](https://redirect.github.com/fsfe/reuse-action/pull/25) **Full Changelog**: fsfe/reuse-action@v2.0.0...v3.0.0 ### [`v2.0.0`](https://redirect.github.com/fsfe/reuse-action/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/fsfe/reuse-action/compare/v1.3.0...v2.0.0) ##### Changes - Bump to the latest reuse-tool major version 2.x. With new releases in this major version, this action will automatically follow. ### [`v1.3.0`](https://redirect.github.com/fsfe/reuse-action/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/fsfe/reuse-action/compare/v1.2.0...v1.3.0) ##### Changes - This action will now carry the same major version as the corresponding reuse-tool version it uses ### [`v1.2.0`](https://redirect.github.com/fsfe/reuse-action/releases/tag/v1.2.0) [Compare Source](https://redirect.github.com/fsfe/reuse-action/compare/v1.1.1...v1.2.0) ##### Fixes - Detect Git VCS in workspace again ([#&#8203;18](https://redirect.github.com/fsfe/reuse-action/issues/18)) ##### Changes - Define Github workspace for Docker container via environment variable ([#&#8203;18](https://redirect.github.com/fsfe/reuse-action/issues/18)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d304fb1 commit 48182e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121

2222
- name: REUSE Compliance Check
23-
uses: fsfe/reuse-action@43bd643263f2a557a37e023e538ab9f83dce92a6 # v1.1.1
23+
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0
2424

2525
check-bundle-size:
2626
if: ${{ github.base_ref == 'main' }} # only for PRs targeting main branch

0 commit comments

Comments
 (0)