From 1fbc816e38c0b6cd74b083dab651212917a7bf66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 22:59:13 +0000 Subject: [PATCH] build(deps): Bump gradle/gradle-build-action from 2.11.1 to 2.12.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.11.1 to 2.12.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/982da8e78c05368c70dac0351bb82647a9e9a5d2...a8f75513eafdebd8141bd1cd4e30fcd194af8dfa) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cibuild.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/rebuild.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 5a430193a4..b8ace8c0ad 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -77,7 +77,7 @@ jobs: 8 ${{ matrix.java }} - name: Set up Gradle - uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa - name: Build id: build run: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 73f7a01c9f..36c64922d3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -55,7 +55,7 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Set up Gradle - uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa - name: Initialize CodeQL Analysis uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a with: diff --git a/.github/workflows/rebuild.yml b/.github/workflows/rebuild.yml index a5e697e46c..e0de93ddc5 100644 --- a/.github/workflows/rebuild.yml +++ b/.github/workflows/rebuild.yml @@ -66,7 +66,7 @@ jobs: 8 ${{ matrix.java }} - name: Set up Gradle - uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa - name: Build id: build run: | @@ -108,7 +108,7 @@ jobs: 8 ${{ matrix.java }} - name: Set up Gradle - uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa - name: Download dist/bundles uses: actions/download-artifact@bb3fa7fd35ab8113a980912eb9f59b846d14e3ff with: