From 237331a4940add7aaacd13537085f0a632bfec75 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 30 Dec 2023 09:26:59 +0800 Subject: [PATCH] ci: update GitHub Action version to v3 in codeql.yml file - Update the github action version from `v2` to `v3` in the codeql.yml file. Signed-off-by: Bo-Yi Wu --- .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.