From 399efc3f1e7a5cc1e02b2986af39ab4154a0ab7e Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Fri, 17 May 2024 00:22:11 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 49a7a19..82bcd6e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL