From 2c04d0b8d7f62521078ccd79e2ecde976f923b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 03:03:20 +0000 Subject: [PATCH] Bump actions/checkout from 7.0.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [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/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- .github/workflows/gradle.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3a03d3f..2392f4d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,7 +25,7 @@ jobs: steps: # https://github.com/actions/checkout - name: Checkout Git repository - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 # https://github.com/actions/setup-java - name: Setup JDK 17 diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 79caa14..9b40fa6 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -18,7 +18,7 @@ jobs: steps: # https://github.com/actions/checkout - name: Checkout Git repository - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 # https://github.com/actions/cache - name: Cache Gradle