Skip to content

Commit d640694

Browse files
committed
Update GH workflows
1 parent e969097 commit d640694

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/build-core-lib.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@ jobs:
4545
uses: actions/setup-dotnet@v4
4646
with:
4747
dotnet-version: 8.0.x
48+
dotnet-quality: ga
4849

4950
- name: Setup .NET 9.0
5051
uses: actions/setup-dotnet@v4
5152
with:
5253
dotnet-version: 9.0.x
53-
dotnet-quality: preview
54+
dotnet-quality: ga
5455

5556
# Build
5657

@@ -167,7 +168,7 @@ jobs:
167168
uses: actions/setup-dotnet@v4
168169
with:
169170
dotnet-version: 9.0.x
170-
dotnet-quality: preview
171+
dotnet-quality: ga
171172

172173
- name: .NET Builld
173174
run: dotnet build ${{ env.PROJECT }} -c ${{ env.BUILD_CONFIG }} -o publish -f ${{ env.DOTNET_VERSION }} -r linux-x64 --self-contained=true -p:BuildNumber=$BUILD_NUMBER -p:SourceRevisionId=$GITHUB_SHA -p:ContinuousIntegrationBuild=true

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ jobs:
3838
uses: actions/checkout@v3
3939

4040
- name: Setup .NET
41-
uses: actions/setup-dotnet@v2
41+
uses: actions/setup-dotnet@v4
4242
with:
4343
dotnet-version: |
44-
6.0.x
45-
7.0.x
4644
8.0.x
47-
include-prerelease: true
45+
9.0.x
46+
dotnet-quality: ga
4847

4948
- name: Initialize CodeQL
5049
uses: github/codeql-action/init@v2

.github/workflows/deploy_preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ jobs:
3636
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: 8.0.x
39+
dotnet-quality: ga
3940

4041
- name: .NET Setup SDKs
4142
uses: actions/setup-dotnet@v4
4243
with:
4344
dotnet-version: 9.0.x
44-
dotnet-quality: preview
45+
dotnet-quality: ga
4546

4647
- name: .NET Builld
4748
run: dotnet build ${{ env.PROJECT }} -c ${{ env.BUILD_CONFIG }} -o publish -f ${{ env.DOTNET_VERSION }} -r linux-x64 --self-contained=true -p:BuildNumber=$BUILD_NUMBER -p:SourceRevisionId=$GITHUB_SHA -p:ContinuousIntegrationBuild=true

0 commit comments

Comments
 (0)