File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3030 - name : Setup dotnet
3131 uses : actions/setup-dotnet@v4
3232 with :
33- dotnet-version : 8 .0.101
33+ dotnet-version : 9 .0.100
3434
3535 - name : Checkout repository
3636 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
3939 - name : Setup dotnet
4040 uses : actions/setup-dotnet@v4
4141 with :
42- dotnet-version : 8 .0.101
42+ dotnet-version : 9 .0.100
4343 - name : Extractor unit tests
4444 run : |
4545 dotnet tool restore
46- dotnet test -p:RuntimeFrameworkVersion=8 .0.1 extractor/Semmle.Util.Tests
47- dotnet test -p:RuntimeFrameworkVersion=8 .0.1 extractor/Semmle.Extraction.Tests
48- dotnet test -p:RuntimeFrameworkVersion=8 .0.1 autobuilder/Semmle.Autobuild.CSharp.Tests
49- dotnet test -p:RuntimeFrameworkVersion=8 .0.1 autobuilder/Semmle.Autobuild.Cpp.Tests
46+ dotnet test -p:RuntimeFrameworkVersion=9 .0.0 extractor/Semmle.Util.Tests
47+ dotnet test -p:RuntimeFrameworkVersion=9 .0.0 extractor/Semmle.Extraction.Tests
48+ dotnet test -p:RuntimeFrameworkVersion=9 .0.0 autobuilder/Semmle.Autobuild.CSharp.Tests
49+ dotnet test -p:RuntimeFrameworkVersion=9 .0.0 autobuilder/Semmle.Autobuild.Cpp.Tests
5050 shell : bash
5151 stubgentest :
5252 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55 steps :
66 - uses : ./.github/actions/fetch-codeql
77 - name : Setup dotnet
8- uses : actions/setup-dotnet@v3
8+ uses : actions/setup-dotnet@v4
99 with :
10- dotnet-version : 8 .0.101
10+ dotnet-version : 9 .0.100
1111 - name : Build Extractor
1212 shell : bash
1313 run : scripts/create-extractor-pack.sh
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ mkdir -p extractor-pack
2121mkdir -p extractor-pack/tools/${platform}
2222
2323function dotnet_publish {
24- dotnet publish --self-contained --configuration Release --runtime ${dotnet_platform} -p:RuntimeFrameworkVersion=8 .0.1 $1 --output extractor-pack/tools/${platform}
24+ dotnet publish --self-contained --configuration Release --runtime ${dotnet_platform} -p:RuntimeFrameworkVersion=9 .0.0 $1 --output extractor-pack/tools/${platform}
2525}
2626
2727dotnet tool restore
You can’t perform that action at this time.
0 commit comments