From 3f08585d58b2fb1f6f452396dcaccfb4647f20a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 08:32:20 +0000 Subject: [PATCH] Update actions/checkout action to v4.3.0 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df34038d..49aab9cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - name: "Checkout" - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8b5c65d1..2abd74f6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL