diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-05 09:31:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 04:01:54 +0000 |
commit | 19dd8e247852c1f231cee5716b847bb8cfa49256 (patch) | |
tree | 4af28a64550a83a12c54760c7f8a82e3280cc226 /.github | |
parent | c3ca15b576d83a133ebb08b2a85d082f18ba422d (diff) |
chore(deps): update gradle/actions digest to e24011a (#2984)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeql_analysis.yml | 2 | ||||
-rw-r--r-- | .github/workflows/deploy_github_releases.yml | 2 | ||||
-rw-r--r-- | .github/workflows/deploy_library_releases.yml | 2 | ||||
-rw-r--r-- | .github/workflows/deploy_snapshot.yml | 2 | ||||
-rw-r--r-- | .github/workflows/draft_new_release.yml | 2 | ||||
-rw-r--r-- | .github/workflows/pull_request.yml | 10 | ||||
-rw-r--r-- | .github/workflows/shadow_job.yml | 2 | ||||
-rw-r--r-- | .github/workflows/sync_crowdin.yml | 2 | ||||
-rw-r--r-- | .github/workflows/update_publicsuffix_data.yml | 4 |
9 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index 2b4009d2..0a900e5a 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -38,7 +38,7 @@ jobs: queries: +security-extended - name: Build project - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3 with: gradle-home-cache-cleanup: true cache-read-only: true diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index d7e0b7d0..c071d2cd 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -27,7 +27,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Build release binaries - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3 with: arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease gradle-home-cache-cleanup: true diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml index c3033ed0..fdb50a56 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -18,7 +18,7 @@ jobs: java-version: 20 - name: Upload binaries - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository gradle-home-cache-cleanup: true diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index 6b69ecee..5a05594f 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -38,7 +38,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Build release app - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3 env: SNAPSHOT: "true" SENTRY_DSN: ${{ secrets.SENTRY_DSN }} diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml index 11ecf3ac..60b51af7 100644 --- a/.github/workflows/draft_new_release.yml +++ b/.github/workflows/draft_new_release.yml @@ -48,7 +48,7 @@ jobs: version: ${{ github.event.milestone.title }} - name: Setup Gradle caching - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c9f501ec..736aa295 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -30,7 +30,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Check codestyle - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3 with: arguments: ktfmtCheck gradle-home-cache-cleanup: true @@ -60,7 +60,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Run unit tests - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3 with: arguments: test -PslimTests gradle-home-cache-cleanup: true @@ -97,7 +97,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Build debug APKs - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3 with: arguments: assembleFreeDebug assembleNonFreeDebug assembleNonFreeRelease gradle-home-cache-cleanup: true @@ -127,7 +127,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Check library API - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3 with: arguments: metalavaCheckCompatibilityRelease gradle-home-cache-cleanup: true @@ -157,7 +157,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Run Lint - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3 with: arguments: lint gradle-home-cache-cleanup: true diff --git a/.github/workflows/shadow_job.yml b/.github/workflows/shadow_job.yml index 1bd07683..e96be8e8 100644 --- a/.github/workflows/shadow_job.yml +++ b/.github/workflows/shadow_job.yml @@ -48,7 +48,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Run checks - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3 env: DEP_OVERRIDE: true DEP_OVERRIDE_agp: ${{ matrix.agp-version }} diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index 59a0ca02..04c1acc1 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -18,7 +18,7 @@ jobs: java-version: 20 - name: Download new translations from Crowdin - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3 with: arguments: --no-configuration-cache crowdin gradle-home-cache-cleanup: true diff --git a/.github/workflows/update_publicsuffix_data.yml b/.github/workflows/update_publicsuffix_data.yml index 53a82dae..0943277e 100644 --- a/.github/workflows/update_publicsuffix_data.yml +++ b/.github/workflows/update_publicsuffix_data.yml @@ -18,7 +18,7 @@ jobs: java-version: 20 - name: Download new publicsuffix data - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3 with: arguments: updatePSL gradle-home-cache-cleanup: true @@ -27,7 +27,7 @@ jobs: run: if [[ $(git status -s) != '' ]]; then echo "UPDATED=true" >> $GITHUB_ENV; fi - name: Verify update publicsuffixes file - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3 if: "${{ env.UPDATED == 'true' }}" with: arguments: :autofill-parser:test -PslimTests |