diff --git a/.github/workflows/baseline-profile.yml b/.github/workflows/baseline-profile.yml index 29c8cfd5..9665d4df 100644 --- a/.github/workflows/baseline-profile.yml +++ b/.github/workflows/baseline-profile.yml @@ -38,7 +38,7 @@ jobs: git config user.email noreply@github.com - name: Setup Gradle caching - uses: gradle/gradle-build-action@5056fa9d50478a14af3c9925c12ca02318659d3e # v2.4.1 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95b501d4..5f0de3d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: java-version: 18 - name: Run unit tests - uses: gradle/gradle-build-action@5056fa9d50478a14af3c9925c12ca02318659d3e # v2.4.1 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 with: arguments: --no-configuration-cache --stacktrace check gradle-home-cache-cleanup: true @@ -62,7 +62,7 @@ jobs: ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }} - name: Build release app - uses: gradle/gradle-build-action@5056fa9d50478a14af3c9925c12ca02318659d3e # v2.4.1 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 env: SENTRY_DSN: ${{ secrets.SENTRY_DSN }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78231873..8d71a60e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: git config user.email noreply@github.com - name: Setup Gradle caching - uses: gradle/gradle-build-action@5056fa9d50478a14af3c9925c12ca02318659d3e # v2.4.1 + uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2 with: gradle-home-cache-cleanup: true cache-read-only: true