From 4605e58c43a97a8ddeb61081a63f7eef852c42af Mon Sep 17 00:00:00 2001 From: Durtur <32142088+Durtur@users.noreply.github.com> Date: Tue, 30 Aug 2022 21:01:05 +0000 Subject: [PATCH] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 131aaa7..4def680 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file.