From ad80850e980287e8a0b25382843366a43d8694dd 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 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 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 diff --git a/README.md b/README.md index f658ebc..402c3aa 100644 --- a/README.md +++ b/README.md @@ -588,7 +588,7 @@ jobs: needs: build runs-on: ubuntu-latest - name: Perform dependency review - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@v4 ``` See [Dependency Graphs for pull request workflows](#dependency-graphs-for-pull-request-workflows) for a more complex @@ -768,7 +768,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Dependency Review' - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@v4 with: retry-on-snapshot-warnings: true retry-on-snapshot-warnings-timeout: 600