Skip to content

Commit 31d1e92

Browse files
Merge pull request #624 from nextcloud/repo-sync/android-config/main
🔄 synced file(s) with nextcloud/android-config
2 parents fef9163 + d4c3b9d commit 31d1e92

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# SPDX-FileCopyrightText: 2023 Tobias Kaminsky <[email protected]>
55
# SPDX-FileCopyrightText: 2023 Andy Scherzinger <[email protected]>
66
# SPDX-FileCopyrightText: 2023 Josh Richards <[email protected]>
7+
# SPDX-FileCopyrightText: 2025 Marcel Hibbe <[email protected]>
78
# SPDX-License-Identifier: GPL-3.0-or-later
89

910
name: "Analysis"
@@ -24,7 +25,7 @@ concurrency:
2425

2526
jobs:
2627
analysis:
27-
runs-on: ubuntu-24.04
28+
runs-on: ubuntu-latest
2829
steps:
2930
- name: Setup variables
3031
id: get-vars

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# SPDX-FileCopyrightText: 2023-2024 Andy Scherzinger <[email protected]>
55
# SPDX-FileCopyrightText: 2022 Tobias Kaminsky <[email protected]>
66
# SPDX-FileCopyrightText: 2022 Álvaro Brey <[email protected]>
7+
# SPDX-FileCopyrightText: 2025 Marcel Hibbe <[email protected]>
78
# SPDX-License-Identifier: GPL-3.0-or-later
89

910
name: "CodeQL"
@@ -22,7 +23,7 @@ permissions:
2223
jobs:
2324
analyze:
2425
name: Analyze
25-
runs-on: ubuntu-24.04
26+
runs-on: ubuntu-latest
2627
permissions:
2728
actions: read
2829
contents: read
@@ -35,6 +36,7 @@ jobs:
3536
- name: Checkout repository
3637
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3738
- name: Set Swap Space
39+
if: runner.environment == 'github-hosted'
3840
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # v1.0
3941
with:
4042
swap-size-gb: 10

0 commit comments

Comments
 (0)