We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00ea14f + 2f7ddc4 commit 3caabc4Copy full SHA for 3caabc4
.github/workflows/reuse.yml
@@ -16,7 +16,9 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+ with:
21
+ persist-credentials: false
22
23
- name: REUSE Compliance Check
- uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0
24
+ uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0
Makefile
@@ -1,3 +1,5 @@
1
+# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
2
+# SPDX-License-Identifier: AGPL-3.0-or-later
3
.DEFAULT_GOAL := help
4
5
APP_ID := llm2
0 commit comments