Browse Source

Update gradle/gradle-build-action action to v2.8.1 (#1426)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/1428/head
renovate[bot] 1 year ago committed by GitHub
parent
commit
ee901c70a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml
  2. 2
      .github/workflows/nightlyReports.yml
  3. 2
      .github/workflows/quality.yml
  4. 2
      .github/workflows/recordScreenshots.yml
  5. 2
      .github/workflows/release.yml
  6. 2
      .github/workflows/sonar.yml
  7. 2
      .github/workflows/tests.yml

2
.github/workflows/build.yml

@ -38,7 +38,7 @@ jobs: @@ -38,7 +38,7 @@ jobs:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Configure gradle
uses: gradle/gradle-build-action@v2.8.0
uses: gradle/gradle-build-action@v2.8.1
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
- name: Assemble debug APK

2
.github/workflows/nightlyReports.yml

@ -62,7 +62,7 @@ jobs: @@ -62,7 +62,7 @@ jobs:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Configure gradle
uses: gradle/gradle-build-action@v2.8.0
uses: gradle/gradle-build-action@v2.8.1
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
- name: Dependency analysis

2
.github/workflows/quality.yml

@ -40,7 +40,7 @@ jobs: @@ -40,7 +40,7 @@ jobs:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Configure gradle
uses: gradle/gradle-build-action@v2.8.0
uses: gradle/gradle-build-action@v2.8.1
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
- name: Run code quality check suite

2
.github/workflows/recordScreenshots.yml

@ -24,7 +24,7 @@ jobs: @@ -24,7 +24,7 @@ jobs:
java-version: '17'
# Add gradle cache, this should speed up the process
- name: Configure gradle
uses: gradle/gradle-build-action@v2.8.0
uses: gradle/gradle-build-action@v2.8.1
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
- name: Record screenshots

2
.github/workflows/release.yml

@ -25,7 +25,7 @@ jobs: @@ -25,7 +25,7 @@ jobs:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Configure gradle
uses: gradle/gradle-build-action@v2.8.0
uses: gradle/gradle-build-action@v2.8.1
- name: Create app bundle
env:
ELEMENT_ANDROID_MAPTILER_API_KEY: ${{ secrets.MAPTILER_KEY }}

2
.github/workflows/sonar.yml

@ -32,7 +32,7 @@ jobs: @@ -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.8.0
uses: gradle/gradle-build-action@v2.8.1
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
- name: 🔊 Publish results to Sonar

2
.github/workflows/tests.yml

@ -44,7 +44,7 @@ jobs: @@ -44,7 +44,7 @@ jobs:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Configure gradle
uses: gradle/gradle-build-action@v2.8.0
uses: gradle/gradle-build-action@v2.8.1
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}

Loading…
Cancel
Save