Skip to content

Commit 0540f17

Browse files
authored
fix(ci): use github hosted runners (#47)
1 parent 47a50f3 commit 0540f17

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/shared-codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
runs-on:
77
description: "The runner to use for the job"
88
required: false
9-
default: "['default']"
9+
default: "['ubuntu-latest']"
1010
type: string
1111
language:
1212
description: "The language to run the analysis on"
@@ -20,7 +20,7 @@ on:
2020
type: boolean
2121
go-version:
2222
description: "Go version"
23-
default: "['1.22']"
23+
default: "['1.25']"
2424
required: false
2525
type: string
2626
node-check:

.github/workflows/shared-license.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
runs-on:
77
description: "The runner to use for the job"
88
required: false
9-
default: "default"
9+
default: "unbuntu-latest"
1010
type: string
1111
apply_header:
1212
description: "Apply automatically license header"

.github/workflows/shared-reuse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
runs-on:
77
description: "The runner to use for the job"
88
required: false
9-
default: "default"
9+
default: "ubuntu-latest"
1010
type: string
1111

1212
jobs:

.github/workflows/shared-stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
runs-on:
77
description: "The runner to use for the job"
88
required: false
9-
default: "default"
9+
default: "ubuntu-latest"
1010
type: string
1111
days-before-issue-stale:
1212
default: 90

0 commit comments

Comments
 (0)