From 10be6fcbc2c9131c25b26e30564f28353caafa1c Mon Sep 17 00:00:00 2001 From: "coding-area-renovate[bot]" <206263745+coding-area-renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:05:18 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/build.yml | 2 +- .github/workflows/code_quality.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a900b45e1..a3c8c351a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up JDK 25 uses: actions/setup-java@v4 diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index b3e26625a..9d9412941 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write checks: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit fetch-depth: 0 # a full history is required for pull request analysis