Skip to content

Commit

Permalink
build(deps): bump fsfe/reuse-action from 4 to 5 (#2305)
Browse files Browse the repository at this point in the history
Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 4
to 5.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fsfe/reuse-action/commit/bb774aa972c2a89ff34781233d275075cbddf542"><code>bb774aa</code></a>
Merge pull request <a
href="https://redirect.github.com/fsfe/reuse-action/issues/35">#35</a>
from carmenbianca/bump-v5</li>
<li><a
href="https://github.com/fsfe/reuse-action/commit/b8e23e7da228ee3b5fffb7dc5d532900e43d6a14"><code>b8e23e7</code></a>
Bump to v5</li>
<li><a
href="https://github.com/fsfe/reuse-action/commit/37c9187c55bd3fe59d8dc036d2fd1a0765440eaf"><code>37c9187</code></a>
Merge pull request <a
href="https://redirect.github.com/fsfe/reuse-action/issues/33">#33</a>
from AndyScherzinger/chore/noid/toml-v4-doc-updates</li>
<li><a
href="https://github.com/fsfe/reuse-action/commit/b2cec8e7ddab61dddb57dbb7dd871ac94ad26090"><code>b2cec8e</code></a>
docs: Update examples to use v4 and remove dep5 definition</li>
<li><a
href="https://github.com/fsfe/reuse-action/commit/f15b48b2cc26d578053107b5456fe1aac2f0b5e9"><code>f15b48b</code></a>
Merge pull request <a
href="https://redirect.github.com/fsfe/reuse-action/issues/34">#34</a>
from bernhardreiter/patch-1</li>
<li><a
href="https://github.com/fsfe/reuse-action/commit/618b8e9e1b4017c7fcbbf8e97acebb45cc876605"><code>618b8e9</code></a>
Update README.md for new major version of action <a
href="https://github.com/v3"><code>@​v3</code></a> -&gt; <a
href="https://github.com/v4"><code>@​v4</code></a></li>
<li>See full diff in <a
href="https://github.com/fsfe/reuse-action/compare/v4...v5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fsfe/reuse-action&package-manager=github_actions&previous-version=4&new-version=5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent 64bff27 commit 63f2d9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:

# Only check a few subdirectories for now
- name: 'REUSE Compliance Check (BGT loader)'
uses: fsfe/reuse-action@v4
uses: fsfe/reuse-action@v5
with:
args: --root bgt-loader lint

- name: 'REUSE Compliance Check (BAG2 loader)'
uses: fsfe/reuse-action@v4
uses: fsfe/reuse-action@v5
with:
args: --root bag2-loader lint

- name: 'REUSE Compliance Check (NHR loader)'
uses: fsfe/reuse-action@v4
uses: fsfe/reuse-action@v5
with:
args: --root nhr-loader lint

0 comments on commit 63f2d9b

Please sign in to comment.