Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Bump reuse to v4.0.0 #46311

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@

name: REUSE Compliance Check

on: pull_request
on: [pull_request]

jobs:
reuse-compliance-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: REUSE Compliance Check
uses: fsfe/reuse-action@a46482ca367aef4454a87620aa37c2be4b2f8106 # v3.0.0
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Files: apps/encryption/img/app.svg apps/federation/img/app.svg apps/files/img/ad
Copyright: 2018-2024 Google LLC
License: Apache-2.0

Files: core/fonts/NotoSans-Bold-cyrillic-ext.woff2 core/fonts/NotoSans-Bold-cyrillic.woff2 core/fonts/NotoSans-Bold-devanagari.woff2 core/fonts/NotoSans-Bold-greek-ext.woff2 core/fonts/NotoSans-Bold-greek.woff2 core/fonts/NotoSans-Bold-latin-ext.woff2 core/fonts/NotoSans-Bold-latin.woff2 core/fonts/NotoSans-Bold-vietnamese.woff2 core/fonts/NotoSans-Bold.ttf core/fonts/NotoSans-Regular-cyrillic-ext.woff2 core/fonts/NotoSans-Regular-cyrillic.woff2 core/fonts/NotoSans-Regular-devanagari.woff2 core/fonts/NotoSans-Regular-greek-ext.woff2 core/fonts/NotoSans-Regular-greek.woff2 core/fonts/NotoSans-Regular-latin-ext.woff2 core/fonts/NotoSans-Regular-latin.woff2 core/fonts/NotoSans-Regular-vietnamese.woff2 core/fonts/NotoSans-Regular.ttf
Files: core/fonts/NotoSans-Bold-cyrillic-ext.woff2 core/fonts/NotoSans-Bold-cyrillic.woff2 core/fonts/NotoSans-Bold-devanagari.woff2 core/fonts/NotoSans-Bold-greek-ext.woff2 core/fonts/NotoSans-Bold-greek.woff2 core/fonts/NotoSans-Bold-latin-ext.woff2 core/fonts/NotoSans-Bold-latin.woff2 core/fonts/NotoSans-Bold-vietnamese.woff2 core/fonts/NotoSans-Bold.ttf core/fonts/NotoSans-Regular-cyrillic-ext.woff2 core/fonts/NotoSans-Regular-cyrillic.woff2 core/fonts/NotoSans-Regular-devanagari.woff2 core/fonts/NotoSans-Regular-greek-ext.woff2 core/fonts/NotoSans-Regular-greek.woff2 core/fonts/NotoSans-Regular-latin-ext.woff2 core/fonts/NotoSans-Regular-latin.woff2 core/fonts/NotoSans-Regular-vietnamese.woff2 core/fonts/NotoSans-Regular.ttf core/fonts/LICENSE_OFL.txt
Copyright: 2012-2024 Google LLC
License: OFL-1.1

Expand Down
Loading