From e6ba20677332390b86ae3406f2df238bd9b7e5c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 02:45:00 +0000 Subject: [PATCH] chore(github-actions): pin dependencies --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3e7d09..1d2c079 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,14 +37,14 @@ jobs: steps: # Full history and tags: git-dyn-semver derives the version from git state, so a # shallow clone would build the wrong number rather than fail. - - uses: actions/checkout@v7 + - uses: actions/checkout@v7.0.1 with: persist-credentials: false fetch-depth: 0 fetch-tags: true ref: ${{ inputs.ref || github.ref }} - name: Set up Java - uses: actions/setup-java@v5 + uses: actions/setup-java@v5.7.0 with: java-version: "21" distribution: "temurin"