diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a78ed4c999..157635bb0b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -288,9 +288,6 @@ jobs: - name: Report coverage run: sbt coverageReport - #- name: Run static analysis (ScapeGoat) - #run: sbt scapegoat - - name: Run SonarCloud analysis if: ${{ !startsWith(github.head_ref, 'dependabot/') }} # execute even if previous steps failed env: diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 232effb1a6..66d50f9ad3 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -126,7 +126,7 @@ jobs: env: base_folder: be2-scala deploy_env: ${{ github.event.release.prerelease && 'dev' || 'prod' }} - scala_version: 2.13 + scala_version: 3.3.1 defaults: run: