From ad8856c31c5589e8174fa545d070aaae43afbfcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 11:42:34 +0200 Subject: [PATCH] Bump gradle/gradle-build-action from 3.3.1 to 3.3.2 (#282) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/e2097ccd7e8ed48671dc068ac4efa86d25745b39...4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-release.yml | 2 +- .github/workflows/deploy-snapshot.yml | 2 +- .github/workflows/pull-request.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 3095eda..b849f67 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -59,7 +59,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Set up Gradle - uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39 + uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff timeout-minutes: 10 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/deploy-snapshot.yml b/.github/workflows/deploy-snapshot.yml index b5d8af2..ac57c55 100644 --- a/.github/workflows/deploy-snapshot.yml +++ b/.github/workflows/deploy-snapshot.yml @@ -68,7 +68,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Set up Gradle - uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39 + uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff timeout-minutes: 10 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index dbadb40..bf4a24f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -44,7 +44,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Set up Gradle - uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39 + uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff timeout-minutes: 3 - name: Detekt timeout-minutes: 4 @@ -84,7 +84,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Set up Gradle - uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39 + uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff timeout-minutes: 3 - name: Ktlint timeout-minutes: 4 @@ -124,7 +124,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Set up Gradle - uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39 + uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff timeout-minutes: 3 - name: Test timeout-minutes: 20