diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b030b57b..cf9e99bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: if: matrix.os == 'macos-latest' with: xcode-version: '16.2' - - uses: gradle/actions/setup-gradle@v4 + - uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6 with: cache-read-only: ${{ github.ref != 'refs/heads/master' }} cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73e562ca..80f8b21c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd with: xcode-version: '16.2' - - uses: gradle/actions/setup-gradle@v4 + - uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6 with: cache-read-only: true cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}