From 2f51ac3242e96314ff0d5a608922c7bec6af46ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:26:27 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action). Updates `actions/dependency-review-action` from 3 to 4 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v3...v4) Updates `gradle/gradle-build-action` from 2.11.0 to 2.11.1 - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.11.0...v2.11.1) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-dependency-review.yml | 2 +- .github/workflows/ci-init-script-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-dependency-review.yml b/.github/workflows/ci-dependency-review.yml index bf21297..8e4d6a3 100644 --- a/.github/workflows/ci-dependency-review.yml +++ b/.github/workflows/ci-dependency-review.yml @@ -17,4 +17,4 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@v4 - name: 'Dependency Review' - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@v4 diff --git a/.github/workflows/ci-init-script-check.yml b/.github/workflows/ci-init-script-check.yml index 9027b80..41c03b8 100644 --- a/.github/workflows/ci-init-script-check.yml +++ b/.github/workflows/ci-init-script-check.yml @@ -20,7 +20,7 @@ jobs: distribution: temurin java-version: 8 - name: Setup Gradle - uses: gradle/gradle-build-action@v2.11.0 # Use a released version to avoid breakages + uses: gradle/gradle-build-action@v2.11.1 # Use a released version to avoid breakages - name: Run integration tests working-directory: test/init-scripts run: ./gradlew check