fix(workflows): use ubuntu-latest for codeql
https://gh.io/recommended-hardware-resources-for-running-codeql rsshub has 400k loc
This commit is contained in:
parent
b7e6c4ce07
commit
2cef8cf1cc
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
# - https://gh.io/supported-runners-and-hardware-resources
|
||||
# - https://gh.io/using-larger-runners
|
||||
# Consider using larger runners for possible analysis time improvements.
|
||||
runs-on: ubuntu-slim
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
permissions:
|
||||
# required for all workflows
|
||||
|
|
|
|||
Loading…
Reference in New Issue