diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 8f93390e..be9ed383 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -21,7 +21,7 @@ jobs: - name: Run extender tests run: ./gradlew server:clean server:test server:jacocoTestReport -PexcludeTags="integration" -i - name: Setup .NET Core # Required to execute ReportGenerator - uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 with: dotnet-version: 8.x dotnet-quality: 'ga'