Skip to content

Commit e980346

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] CodeQL suggestion: set "build-mode" to "autobuild".
1 parent af8eeca commit e980346

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on: # yamllint disable-line rule:truthy
2626
# │ │ │ │ │
2727
# │ │ │ │ │
2828
# * * * * *
29-
- cron: '24 19 * * 3'
29+
- cron: "24 19 * * 3"
3030

3131
jobs:
3232
analyze:
@@ -37,8 +37,7 @@ jobs:
3737
# - https://gh.io/using-larger-runners (GitHub.com only)
3838
# Consider using larger runners or machines with greater resources
3939
# for possible analysis time improvements.
40-
runs-on:
41-
${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
40+
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
4241
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
4342
permissions:
4443
# required for all workflows
@@ -56,7 +55,7 @@ jobs:
5655
matrix:
5756
include:
5857
- language: csharp
59-
build-mode: none
58+
build-mode: autobuild
6059
# yamllint disable rule:line-length
6160
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
6261
# Use `c-cpp` to analyze code written in C, C++ or both

0 commit comments

Comments
 (0)