From 612256b760366f31a7a1037eaa5913fcff12280e Mon Sep 17 00:00:00 2001 From: Henti Smith Date: Tue, 30 Jan 2024 16:23:07 +0000 Subject: [PATCH] Updated dotnet to 8.0.101 This is a corresponding PR to https://github.com/github/semmle-code/pull/48786 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/csharp-qltest.yml | 2 +- csharp/actions/create-extractor-pack/action.yml | 2 +- csharp/ql/integration-tests/all-platforms/cshtml/global.json | 2 +- .../all-platforms/cshtml_standalone/global.json | 2 +- .../all-platforms/cshtml_standalone_disabled/global.json | 2 +- .../all-platforms/diag_dotnet_incompatible/global.json | 2 +- .../all-platforms/diag_missing_project_files/global.json | 2 +- .../all-platforms/diag_missing_xamarin_sdk/global.json | 2 +- .../all-platforms/diag_recursive_generics/global.json | 2 +- .../ql/integration-tests/all-platforms/dotnet_build/global.json | 2 +- .../all-platforms/dotnet_no_args_inject/global.json | 2 +- .../ql/integration-tests/all-platforms/dotnet_pack/global.json | 2 +- .../integration-tests/all-platforms/dotnet_publish/global.json | 2 +- .../ql/integration-tests/all-platforms/dotnet_run/global.json | 2 +- .../ql/integration-tests/all-platforms/standalone/global.json | 2 +- .../all-platforms/standalone_dependencies_net48/global.json | 2 +- .../standalone_dependencies_non_utf8_filename/global.json | 2 +- csharp/ql/integration-tests/posix-only/dotnet_test/global.json | 2 +- .../integration-tests/posix-only/dotnet_test_mstest/global.json | 2 +- .../integration-tests/posix-only/inherit-env-vars/global.json | 2 +- .../posix-only/standalone_dependencies/global.json | 2 +- .../posix-only/standalone_dependencies_multi_target/global.json | 2 +- .../posix-only/standalone_dependencies_nuget/global.json | 2 +- .../ql/integration-tests/posix-only/warn_as_error/global.json | 2 +- .../windows-only/standalone_dependencies/global.json | 2 +- csharp/scripts/stubs/helpers.py | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index bdf81aa117e..d34d40dd8fa 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.100 + dotnet-version: 8.0.101 - name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/csharp-qltest.yml b/.github/workflows/csharp-qltest.yml index 2b8ecad83d9..20ddf665a1a 100644 --- a/.github/workflows/csharp-qltest.yml +++ b/.github/workflows/csharp-qltest.yml @@ -74,7 +74,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.100 + dotnet-version: 8.0.101 - name: Extractor unit tests run: | dotnet test -p:RuntimeFrameworkVersion=8.0.0 extractor/Semmle.Util.Tests diff --git a/csharp/actions/create-extractor-pack/action.yml b/csharp/actions/create-extractor-pack/action.yml index f113d69061d..3f8150c0459 100644 --- a/csharp/actions/create-extractor-pack/action.yml +++ b/csharp/actions/create-extractor-pack/action.yml @@ -7,7 +7,7 @@ runs: - name: Setup dotnet uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.100 + dotnet-version: 8.0.101 - name: Build Extractor shell: bash run: scripts/create-extractor-pack.sh diff --git a/csharp/ql/integration-tests/all-platforms/cshtml/global.json b/csharp/ql/integration-tests/all-platforms/cshtml/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/all-platforms/cshtml/global.json +++ b/csharp/ql/integration-tests/all-platforms/cshtml/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/all-platforms/cshtml_standalone/global.json b/csharp/ql/integration-tests/all-platforms/cshtml_standalone/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/all-platforms/cshtml_standalone/global.json +++ b/csharp/ql/integration-tests/all-platforms/cshtml_standalone/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/all-platforms/cshtml_standalone_disabled/global.json b/csharp/ql/integration-tests/all-platforms/cshtml_standalone_disabled/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/all-platforms/cshtml_standalone_disabled/global.json +++ b/csharp/ql/integration-tests/all-platforms/cshtml_standalone_disabled/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/all-platforms/diag_dotnet_incompatible/global.json b/csharp/ql/integration-tests/all-platforms/diag_dotnet_incompatible/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/all-platforms/diag_dotnet_incompatible/global.json +++ b/csharp/ql/integration-tests/all-platforms/diag_dotnet_incompatible/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/all-platforms/diag_missing_project_files/global.json b/csharp/ql/integration-tests/all-platforms/diag_missing_project_files/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/all-platforms/diag_missing_project_files/global.json +++ b/csharp/ql/integration-tests/all-platforms/diag_missing_project_files/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/all-platforms/diag_missing_xamarin_sdk/global.json b/csharp/ql/integration-tests/all-platforms/diag_missing_xamarin_sdk/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/all-platforms/diag_missing_xamarin_sdk/global.json +++ b/csharp/ql/integration-tests/all-platforms/diag_missing_xamarin_sdk/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/all-platforms/diag_recursive_generics/global.json b/csharp/ql/integration-tests/all-platforms/diag_recursive_generics/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/all-platforms/diag_recursive_generics/global.json +++ b/csharp/ql/integration-tests/all-platforms/diag_recursive_generics/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/all-platforms/dotnet_build/global.json b/csharp/ql/integration-tests/all-platforms/dotnet_build/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/all-platforms/dotnet_build/global.json +++ b/csharp/ql/integration-tests/all-platforms/dotnet_build/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/all-platforms/dotnet_no_args_inject/global.json b/csharp/ql/integration-tests/all-platforms/dotnet_no_args_inject/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/all-platforms/dotnet_no_args_inject/global.json +++ b/csharp/ql/integration-tests/all-platforms/dotnet_no_args_inject/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/all-platforms/dotnet_pack/global.json b/csharp/ql/integration-tests/all-platforms/dotnet_pack/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/all-platforms/dotnet_pack/global.json +++ b/csharp/ql/integration-tests/all-platforms/dotnet_pack/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/all-platforms/dotnet_publish/global.json b/csharp/ql/integration-tests/all-platforms/dotnet_publish/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/all-platforms/dotnet_publish/global.json +++ b/csharp/ql/integration-tests/all-platforms/dotnet_publish/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/all-platforms/dotnet_run/global.json b/csharp/ql/integration-tests/all-platforms/dotnet_run/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/all-platforms/dotnet_run/global.json +++ b/csharp/ql/integration-tests/all-platforms/dotnet_run/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/all-platforms/standalone/global.json b/csharp/ql/integration-tests/all-platforms/standalone/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/all-platforms/standalone/global.json +++ b/csharp/ql/integration-tests/all-platforms/standalone/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/all-platforms/standalone_dependencies_net48/global.json b/csharp/ql/integration-tests/all-platforms/standalone_dependencies_net48/global.json index 5ce84955149..d54915e8d4d 100644 --- a/csharp/ql/integration-tests/all-platforms/standalone_dependencies_net48/global.json +++ b/csharp/ql/integration-tests/all-platforms/standalone_dependencies_net48/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/linux-only/standalone_dependencies_non_utf8_filename/global.json b/csharp/ql/integration-tests/linux-only/standalone_dependencies_non_utf8_filename/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/linux-only/standalone_dependencies_non_utf8_filename/global.json +++ b/csharp/ql/integration-tests/linux-only/standalone_dependencies_non_utf8_filename/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/posix-only/dotnet_test/global.json b/csharp/ql/integration-tests/posix-only/dotnet_test/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/posix-only/dotnet_test/global.json +++ b/csharp/ql/integration-tests/posix-only/dotnet_test/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/posix-only/dotnet_test_mstest/global.json b/csharp/ql/integration-tests/posix-only/dotnet_test_mstest/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/posix-only/dotnet_test_mstest/global.json +++ b/csharp/ql/integration-tests/posix-only/dotnet_test_mstest/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/posix-only/inherit-env-vars/global.json b/csharp/ql/integration-tests/posix-only/inherit-env-vars/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/posix-only/inherit-env-vars/global.json +++ b/csharp/ql/integration-tests/posix-only/inherit-env-vars/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/posix-only/standalone_dependencies/global.json b/csharp/ql/integration-tests/posix-only/standalone_dependencies/global.json index 5ce84955149..d54915e8d4d 100644 --- a/csharp/ql/integration-tests/posix-only/standalone_dependencies/global.json +++ b/csharp/ql/integration-tests/posix-only/standalone_dependencies/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/posix-only/standalone_dependencies_multi_target/global.json b/csharp/ql/integration-tests/posix-only/standalone_dependencies_multi_target/global.json index 5ce84955149..d54915e8d4d 100644 --- a/csharp/ql/integration-tests/posix-only/standalone_dependencies_multi_target/global.json +++ b/csharp/ql/integration-tests/posix-only/standalone_dependencies_multi_target/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/posix-only/standalone_dependencies_nuget/global.json b/csharp/ql/integration-tests/posix-only/standalone_dependencies_nuget/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/posix-only/standalone_dependencies_nuget/global.json +++ b/csharp/ql/integration-tests/posix-only/standalone_dependencies_nuget/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/posix-only/warn_as_error/global.json b/csharp/ql/integration-tests/posix-only/warn_as_error/global.json index 48e1c84489a..5c3fd64fbd1 100644 --- a/csharp/ql/integration-tests/posix-only/warn_as_error/global.json +++ b/csharp/ql/integration-tests/posix-only/warn_as_error/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/ql/integration-tests/windows-only/standalone_dependencies/global.json b/csharp/ql/integration-tests/windows-only/standalone_dependencies/global.json index 5ce84955149..d54915e8d4d 100644 --- a/csharp/ql/integration-tests/windows-only/standalone_dependencies/global.json +++ b/csharp/ql/integration-tests/windows-only/standalone_dependencies/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.101" } } diff --git a/csharp/scripts/stubs/helpers.py b/csharp/scripts/stubs/helpers.py index aa82ad3f36b..ce663bac4e8 100644 --- a/csharp/scripts/stubs/helpers.py +++ b/csharp/scripts/stubs/helpers.py @@ -110,7 +110,7 @@ class Generator: bqrsFile = os.path.join(rawOutputDir, outputName + '.bqrs') jsonFile = os.path.join(rawOutputDir, outputName + '.json') - sdk_version = '8.0.100' + sdk_version = '8.0.101' print("\n* Creating new global.json file and setting SDK to " + sdk_version) self.run_cmd(['dotnet', 'new', 'globaljson', '--force', '--sdk-version', sdk_version, '--output', self.workDir])