From 2ff392e5d258659231591f0c3ba2e58ec54a5778 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Wed, 29 Jun 2022 00:06:15 -0400 Subject: [PATCH] ci: update to codeql v2 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7848abdcb5..9cbc1d34f7b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,9 +57,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Setup CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: javascript config-file: ./.github/config/codeql.yml - name: Analyze code - uses: github/codeql-action/analyze@v1 \ No newline at end of file + uses: github/codeql-action/analyze@v2 \ No newline at end of file