Skip to content

Commit

Permalink
fix: Upgraded all defualts
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Stühmer <[email protected]>
  • Loading branch information
samtrion authored May 5, 2024
1 parent 797a743 commit f351f46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cicd-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
name: Version
uses: ./.github/workflows/step-dotnet-version.yml
with:
dotnet-version: ${{ inputs.dotnet-version || '7.x' }}
dotnet-version: ${{ inputs.dotnet-version || '8.x' }}
dotnet-quality: ${{ inputs.dotnet-quality || 'ga' }}

format:
Expand All @@ -72,7 +72,7 @@ jobs:
uses: ./.github/workflows/step-dotnet-format.yml
with:
dotnet-logging: ${{ inputs.dotnet-logging || 'quiet' }}
dotnet-version: ${{ inputs.dotnet-version || '7.x' }}
dotnet-version: ${{ inputs.dotnet-version || '8.x' }}
dotnet-quality: ${{ inputs.dotnet-quality || 'ga' }}
runs-on: ${{ inputs.runs-on-build || 'ubuntu-latest' }}
solution: ${{ inputs.solution }}
Expand All @@ -83,7 +83,7 @@ jobs:
uses: ./.github/workflows/step-dotnet-codeql.yml
with:
dotnet-logging: ${{ inputs.dotnet-logging || 'quiet' }}
dotnet-version: ${{ inputs.dotnet-version || '7.x' }}
dotnet-version: ${{ inputs.dotnet-version || '8.x' }}
dotnet-quality: ${{ inputs.dotnet-quality || 'ga' }}
runs-on: ${{ inputs.runs-on-build || 'ubuntu-latest' }}
solution: ${{ inputs.solution }}
Expand All @@ -98,7 +98,7 @@ jobs:
disableCoverageUpload: ${{ inputs.disableCoverageUpload || false }}
dotnet-logging: ${{ inputs.dotnet-logging || 'quiet' }}
dotnet-testfilter: ${{ inputs.dotnet-testfilter }}
dotnet-version: ${{ inputs.dotnet-version || '7.x' }}
dotnet-version: ${{ inputs.dotnet-version || '8.x' }}
dotnet-quality: ${{ inputs.dotnet-quality || 'ga' }}
runs-on: ${{ inputs.runs-on-tests || inputs.runs-on-build || 'ubuntu-latest' }}
solution: ${{ inputs.solution }}
Expand All @@ -113,7 +113,7 @@ jobs:
- format
with:
dotnet-logging: ${{ inputs.dotnet-logging || 'quiet' }}
dotnet-version: ${{ inputs.dotnet-version || '7.x' }}
dotnet-version: ${{ inputs.dotnet-version || '8.x' }}
dotnet-quality: ${{ inputs.dotnet-quality || 'ga' }}
runs-on: ${{ inputs.runs-on-build || 'ubuntu-latest' }}
solution: ${{ inputs.solution }}
Expand Down

0 comments on commit f351f46

Please sign in to comment.