From 01fe92d63bfb1fb9103c1f87547fd160d630688a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:05:39 +0000 Subject: [PATCH] Bump the gh-actions group with 2 updates Bumps the gh-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `codecov/codecov-action` from 6 to 7 - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 8 ++++---- .github/workflows/release.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6f2848e..3f74ce3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: fail-fast: false runs-on: ${{ matrix.os.image }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: echo " " >> pom.xml # make sure the cache is slightly different for these runners - name: Set up JDK uses: actions/setup-java@v5 @@ -46,14 +46,14 @@ jobs: DELAY_FACTOR: 3 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }} checker-framework: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: echo " " >> pom.xml # make sure the cache is slightly different for the checker framework - name: Set up JDK 11 uses: actions/setup-java@v5 @@ -67,7 +67,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 11 uses: actions/setup-java@v5 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f4fb5c2..eb4669e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: publish: runs-on: macos-latest # for now build on macos for the jni steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # build jni libs on osx - run: ./update-rust-jni-libs.sh -r