From 6fabb9d38573e09446959c96b2d7073afd950dcd Mon Sep 17 00:00:00 2001 From: Beatrycze Volk Date: Wed, 18 Oct 2023 15:51:52 +0200 Subject: [PATCH] Update .github/workflows/codeql.yml Co-authored-by: Stefan Weil --- .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 d56c8d461..26ced4089 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v2