From fa33bd9b585bf1655c46a127d6059dbdbac45b09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:16:05 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/auto-set-labels.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-set-labels.yml b/.github/workflows/auto-set-labels.yml index 315a844a6..f732fb4b8 100644 --- a/.github/workflows/auto-set-labels.yml +++ b/.github/workflows/auto-set-labels.yml @@ -7,7 +7,7 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setting labels uses: FiligranHQ/auto-label@1.0.0 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index aa740ba04..e4ec0f30d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL