From 9aa0b5d6c81dcde7cc18e5a169e4b0cb84f5dded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:26:03 +0000 Subject: [PATCH] CI: Bump the actions group with 2 updates Bumps the actions group with 2 updates: [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `gradle/gradle-build-action` from 2.11.1 to 3.1.0 - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.11.1...v3.1.0) Updates `codecov/codecov-action` from 3.1.4 to 4.0.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3.1.4...v4.0.2) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0b56bacc..56f3ce4b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4 - name: Check - uses: gradle/gradle-build-action@v2.11.1 + uses: gradle/gradle-build-action@v3.1.0 with: arguments: check -Penable_coverage=${{ matrix.os == 'ubuntu-latest' }} --no-configuration-cache --stacktrace @@ -43,7 +43,7 @@ jobs: core/model/impl/build/reports/tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.0.2 if: matrix.os == 'ubuntu-latest' with: token: ${{ secrets.CODECOV_TOKEN }}