From 80eea68d0fe909aac7e7e01c4ab616844dcd05c7 Mon Sep 17 00:00:00 2001 From: Potato <60210021+PotatoCloud@users.noreply.github.com> Date: Sun, 28 Apr 2024 15:39:49 +0800 Subject: [PATCH] fix. Update codeql.yml --- .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 0704410..0439181 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@latest + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL