Update gradle/gradle-build-action action to v2.11.0
This commit is contained in:
parent
c781d4978b
commit
7ccfb810d6
7 changed files with 7 additions and 7 deletions
2
.github/workflows/sonar.yml
vendored
2
.github/workflows/sonar.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
distribution: 'temurin' # See 'Supported distributions' for available options
|
||||
java-version: '17'
|
||||
- name: Configure gradle
|
||||
uses: gradle/gradle-build-action@v2.10.0
|
||||
uses: gradle/gradle-build-action@v2.11.0
|
||||
with:
|
||||
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
|
||||
- name: 🔊 Publish results to Sonar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue