Skip to content

Commit 2cef8cf

Browse files
committed
fix(workflows): use ubuntu-latest for codeql
https://gh.io/recommended-hardware-resources-for-running-codeql rsshub has 400k loc
1 parent b7e6c4c commit 2cef8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# - https://gh.io/supported-runners-and-hardware-resources
2828
# - https://gh.io/using-larger-runners
2929
# Consider using larger runners for possible analysis time improvements.
30-
runs-on: ubuntu-slim
30+
runs-on: ubuntu-latest
3131
timeout-minutes: 10
3232
permissions:
3333
# required for all workflows

0 commit comments

Comments
 (0)