diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7848abd..9cbc1d34 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