Skip to content

Commit b35d032

Browse files
committed
updated to use settings
1 parent 029a382 commit b35d032

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/matrix_testing/Config.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Import-Module -Name "$PSScriptRoot/../PSCodingStandards/CodingStandards"
2+
13
$COMPILER_MAPPINGS = @{
24
"cpp" = @{
35
"clang" = "clang++";
@@ -27,7 +29,7 @@ $COMPILER_ARGS = @{
2729

2830
}
2931

30-
$REQUIRED_CODEQL_VERSION = "2.9.4"
32+
$REQUIRED_CODEQL_VERSION = (Get-Content (Join-Path (Get-RepositoryRoot) "supported_codeql_configs.json") | ConvertFrom-Json).supported_environment.codeql_cli
3133

3234

3335
$REPORT_QUERY = @"

0 commit comments

Comments
 (0)