Skip to content

Commit b4c194a

Browse files
Update codeql-analysis.yml
1 parent 28db9f0 commit b4c194a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
jobs:
2525
analyze:
2626
name: Analyze
27-
runs-on: ubuntu-latest
27+
runs-on: [self-hosted, 1ES.Pool=1es-ubuntu-msgraph-beta-sdk-java-mem-latest]
2828
#timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
2929
permissions:
3030
actions: read
@@ -56,8 +56,8 @@ jobs:
5656
uses: github/codeql-action/init@v2
5757
with:
5858
languages: ${{ matrix.language }}
59-
ram: 8384
60-
threads: 4
59+
#ram: 8384
60+
#threads: 4
6161

6262
# If you wish to specify custom queries, you can do so here or in a config file.
6363
# By default, queries listed here will override any specified in a config file.

0 commit comments

Comments
 (0)