Skip to content

Commit 439bb40

Browse files
authored
fix(ci): use github hosted runners (#31)
1 parent d42fa1b commit 439bb40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
uses: cloudoperators/common/.github/workflows/shared-codeql.yaml@main
1717
with:
18-
runs-on: "['default']"
18+
runs-on: "['ubuntu-latest']"
1919
language: "['go']"
2020
go-check: true
2121
go-version: "['1.25']"

0 commit comments

Comments
 (0)