File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 44# SPDX-FileCopyrightText: 2023 Tobias Kaminsky <tobias@kaminsky.me>
55# SPDX-FileCopyrightText: 2023 Andy Scherzinger <info@andy-scherzinger.de>
66# SPDX-FileCopyrightText: 2023 Josh Richards <josh.t.richards@gmail.com>
7+ # SPDX-FileCopyrightText: 2025 Marcel Hibbe <dev@mhibbe.de>
78# SPDX-License-Identifier: GPL-3.0-or-later
89
910name : " Analysis"
@@ -24,7 +25,7 @@ concurrency:
2425
2526jobs :
2627 analysis :
27- runs-on : ubuntu-24.04
28+ runs-on : ubuntu-latest
2829 steps :
2930 - name : Setup variables
3031 id : get-vars
Original file line number Diff line number Diff line change 44# SPDX-FileCopyrightText: 2023-2024 Andy Scherzinger <info@andy-scherzinger.de>
55# SPDX-FileCopyrightText: 2022 Tobias Kaminsky <tobias@kaminsky.me>
66# SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro@alvarobrey.com>
7+ # SPDX-FileCopyrightText: 2025 Marcel Hibbe <dev@mhibbe.de>
78# SPDX-License-Identifier: GPL-3.0-or-later
89
910name : " CodeQL"
@@ -22,7 +23,7 @@ permissions:
2223jobs :
2324 analyze :
2425 name : Analyze
25- runs-on : ubuntu-24.04
26+ runs-on : ubuntu-latest
2627 permissions :
2728 actions : read
2829 contents : read
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
You can’t perform that action at this time.
0 commit comments