We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28db9f0 commit b4c194aCopy full SHA for b4c194a
.github/workflows/codeql-analysis.yml
@@ -24,7 +24,7 @@ on:
24
jobs:
25
analyze:
26
name: Analyze
27
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, 1ES.Pool=1es-ubuntu-msgraph-beta-sdk-java-mem-latest]
28
#timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
29
permissions:
30
actions: read
@@ -56,8 +56,8 @@ jobs:
56
uses: github/codeql-action/init@v2
57
with:
58
languages: ${{ matrix.language }}
59
- ram: 8384
60
- threads: 4
+ #ram: 8384
+ #threads: 4
61
62
# If you wish to specify custom queries, you can do so here or in a config file.
63
# By default, queries listed here will override any specified in a config file.
0 commit comments