We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78491c6 commit b7cf78fCopy full SHA for b7cf78f
.github/workflows/test-library.yml
@@ -629,7 +629,7 @@ jobs:
629
630
# Initializes the CodeQL tools for scanning.
631
- name: Initialize CodeQL
632
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
633
with:
634
languages: ${{ matrix.language }}
635
# If you wish to specify custom queries, you can do so here or in a
@@ -656,7 +656,7 @@ jobs:
656
# make release
657
658
- name: Perform CodeQL Analysis
659
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
660
661
brew:
662
runs-on: ${{ matrix.os }}-latest
0 commit comments