Add runner size docs
This commit is contained in:
@@ -23,6 +23,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
name: Analyze
|
name: Analyze
|
||||||
|
# Runner size impacts CodeQL analysis time. Please see:
|
||||||
|
# https://gh.io/recommended-hardware-resources-for-running-codeql
|
||||||
|
# https://gh.io/supported-runners-and-hardware-resources
|
||||||
|
# https://gh.io/using-larger-runners
|
||||||
|
# to learn more.
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
actions: read
|
actions: read
|
||||||
|
|||||||
Reference in New Issue
Block a user