diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d37d094f..17f8c600 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,18 +53,13 @@ jobs: run: | echo "RELEASE_STATUS=true" >> $GITHUB_ENV - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Install VirtoCommerce.GlobalTool uses: VirtoCommerce/vc-github-actions/setup-vcbuild@master - - uses: actions/setup-java@v3 - with: - distribution: 'microsoft' - java-version: '11' - - name: Install dotnet-sonarscanner run: dotnet tool install --global dotnet-sonarscanner