From f103b43735a9408df30bbf820eaf6dc2924cd3b2 Mon Sep 17 00:00:00 2001 From: appleboy Date: Sun, 24 Dec 2023 19:01:12 +0800 Subject: [PATCH] chore: update CodeQL initialization action to v3 - Update the CodeQL initialization action from v2 to v3 Signed-off-by: appleboy --- .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 3b324f1..8100564 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -42,7 +42,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file.