diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index a303ae54a6..1d4ad457af 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -4,7 +4,7 @@ # SPDX-FileCopyrightText: 2023 Tobias Kaminsky # SPDX-FileCopyrightText: 2023 Andy Scherzinger # SPDX-FileCopyrightText: 2023 Josh Richards -# SPDX-License-Identifier: AGPL-3.0-or-later +# SPDX-License-Identifier: GPL-3.0-or-later name: "Analysis" diff --git a/.github/workflows/autoApproveDependabot.yml b/.github/workflows/autoApproveDependabot.yml index babfc5acb8..eda6392b5a 100644 --- a/.github/workflows/autoApproveDependabot.yml +++ b/.github/workflows/autoApproveDependabot.yml @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors # SPDX-FileCopyrightText: 2023 Álvaro Brey -# SPDX-License-Identifier: AGPL-3.0-or-later +# SPDX-License-Identifier: GPL-3.0-or-later name: Auto approve dependabot diff --git a/.github/workflows/autoApproveSync.yml b/.github/workflows/autoApproveSync.yml index a4d958b261..4beff67439 100644 --- a/.github/workflows/autoApproveSync.yml +++ b/.github/workflows/autoApproveSync.yml @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors # SPDX-FileCopyrightText: 2023 Álvaro Brey -# SPDX-License-Identifier: AGPL-3.0-or-later +# SPDX-License-Identifier: GPL-3.0-or-later name: Auto approve sync on: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4bd051c439..3cfac88a63 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,7 +4,7 @@ # SPDX-FileCopyrightText: 2023-2024 Andy Scherzinger # SPDX-FileCopyrightText: 2022 Tobias Kaminsky # SPDX-FileCopyrightText: 2022 Álvaro Brey -# SPDX-License-Identifier: AGPL-3.0-or-later +# SPDX-License-Identifier: GPL-3.0-or-later name: "CodeQL" diff --git a/.github/workflows/detectNewJavaFiles.yml b/.github/workflows/detectNewJavaFiles.yml index a8f8002f9c..908e3fd288 100644 --- a/.github/workflows/detectNewJavaFiles.yml +++ b/.github/workflows/detectNewJavaFiles.yml @@ -4,7 +4,7 @@ # SPDX-FileCopyrightText: 2023 Andy Scherzinger # SPDX-FileCopyrightText: 2022 Tobias Kaminsky # SPDX-FileCopyrightText: 2022 Álvaro Brey -# SPDX-License-Identifier: AGPL-3.0-or-later +# SPDX-License-Identifier: GPL-3.0-or-later name: "Detect new java files" diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index 8a3be65841..ee116bf2b8 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -4,7 +4,7 @@ # SPDX-FileCopyrightText: 2023 Andy Scherzinger # SPDX-FileCopyrightText: 2023 Tobias Kaminsky # SPDX-FileCopyrightText: 2023 Álvaro Brey -# SPDX-License-Identifier: AGPL-3.0-or-later +# SPDX-License-Identifier: GPL-3.0-or-later name: "Validate Gradle Wrapper" on: @@ -16,7 +16,7 @@ on: # Declare default permissions as read only. permissions: read-all -concurrency: +concurrency: group: validate-gradle-wrapper-${{ github.head_ref || github.run_id }} cancel-in-progress: true diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index bca0236ebd..c228663f31 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors # SPDX-FileCopyrightText: 2023 Andy Scherzinger -# SPDX-License-Identifier: AGPL-3.0-or-later +# SPDX-License-Identifier: GPL-3.0-or-later name: Scorecard supply-chain security on: @@ -15,7 +15,7 @@ on: # Declare default permissions as read only. permissions: read-all -concurrency: +concurrency: group: scorecard-supply-chain-security-${{ github.head_ref || github.run_id }} cancel-in-progress: true diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 69fa047792..16ffacdb03 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -3,7 +3,7 @@ # SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors # SPDX-FileCopyrightText: 2023 Tobias Kaminsky # SPDX-FileCopyrightText: 2022 Álvaro Brey -# SPDX-License-Identifier: AGPL-3.0-or-later +# SPDX-License-Identifier: GPL-3.0-or-later name: 'Close stale issues' on: