From 89f1d2eadbc31058475f61f02a321ed6a8309a22 Mon Sep 17 00:00:00 2001 From: wollomatic Date: Sat, 10 Aug 2024 11:49:09 +0200 Subject: [PATCH] update to actions/checkout@v4 in CodeQL action --- .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 6e3c36f..b98eb3a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL