Skip to content

Commit

Permalink
Bump fsfe/reuse-action from 1 to 2 (#7616)
Browse files Browse the repository at this point in the history
Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 1
to 2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fsfe/reuse-action/releases">fsfe/reuse-action's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<h3>Changes</h3>
<ul>
<li>Bump to the latest reuse-tool major version 2.x. With new releases
in this major version, this action will automatically follow.</li>
</ul>
<h2>v1.3.0</h2>
<h3>Changes</h3>
<ul>
<li>This action will now carry the same major version as the
corresponding reuse-tool version it uses</li>
</ul>
<h2>v1.2.0</h2>
<h3>Fixes</h3>
<ul>
<li>Detect Git VCS in workspace again (<a
href="https://redirect.github.com/fsfe/reuse-action/issues/18">#18</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Define Github workspace for Docker container via environment
variable (<a
href="https://redirect.github.com/fsfe/reuse-action/issues/18">#18</a>)</li>
</ul>
<h2>v1.1.1</h2>
<p>No effective changes, just a new release to trigger the verified
creators check.</p>
<h2>v1.1</h2>
<p>The first stable release of the REUSE Github action.</p>
<ul>
<li>It enables the use of other subcommands (like <code>spdx</code>) and
optional arguments (like <code>--include-submodules</code>).</li>
<li>BREAKING: The old <code>cmd</code> argument does not work any more.
Please see the README.md for examples how to pass extra commands and
arguments to the action.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fsfe/reuse-action/commit/4f2804894b54004c8ed4b8a62b7c649e54a3aa4b"><code>4f28048</code></a>
bump to reuse-tool major version 2</li>
<li>See full diff in <a
href="https://github.com/fsfe/reuse-action/compare/v1...v2">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=1&new-version=2)](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 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>
  • Loading branch information
lrineau authored Jul 24, 2023
2 parents d6ebf17 + a89b115 commit 5400db5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: REUSE version
uses: fsfe/reuse-action@v1
uses: fsfe/reuse-action@v2
with:
args: --version
- name: REUSE lint
uses: fsfe/reuse-action@v1
uses: fsfe/reuse-action@v2
with:
args: --include-submodules lint
- name: REUSE SPDX SBOM
uses: fsfe/reuse-action@v1
uses: fsfe/reuse-action@v2
with:
args: spdx
- name: install dependencies
Expand All @@ -30,6 +30,6 @@ jobs:
mkdir -p ./release
cmake -DDESTINATION=./release -DCGAL_VERSION=9.9 -P ./Scripts/developer_scripts/cgal_create_release_with_cmake.cmake
- name: REUSE lint release tarball
uses: fsfe/reuse-action@v1
uses: fsfe/reuse-action@v2
with:
args: --root ./release/CGAL-9.9 --include-submodules lint

0 comments on commit 5400db5

Please sign in to comment.