diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index a3355e38..7145c2ba 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - gradle: [ '7.6.3', '8.1', 'current' ] + gradle: [ '7.6.4', '8.1', 'current' ] os: [ ubuntu-latest, windows-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: @@ -31,7 +31,7 @@ jobs: with: node-version-file: '.nvmrc' cache: npm - if: matrix.gradle == '7.6.3' && matrix.os == 'ubuntu-latest' + if: matrix.gradle == '7.6.4' && matrix.os == 'ubuntu-latest' - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 - name: Build the project @@ -50,7 +50,7 @@ jobs: rm -rf build/libs/*.jar npm ci npx semantic-release - if: matrix.gradle == '7.6.3' && matrix.os == 'ubuntu-latest' && github.repository == 'spotbugs/spotbugs-gradle-plugin' + if: matrix.gradle == '7.6.4' && matrix.os == 'ubuntu-latest' && github.repository == 'spotbugs/spotbugs-gradle-plugin' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SIGNING_KEY: ${{ secrets.SIGNING_KEY }} @@ -60,7 +60,7 @@ jobs: if [ "$SONAR_LOGIN" != "" ]; then ./gradlew sonarqube -Dsonar.login=$SONAR_LOGIN --no-daemon fi - if: matrix.gradle == '7.6.3' && matrix.os == 'ubuntu-latest' && github.repository == 'spotbugs/spotbugs-gradle-plugin' + if: matrix.gradle == '7.6.4' && matrix.os == 'ubuntu-latest' && github.repository == 'spotbugs/spotbugs-gradle-plugin' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_LOGIN: ${{ secrets.SONAR_LOGIN }}