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 6602be3 commit 9e8e41fCopy full SHA for 9e8e41f
.github/workflows/test-library.yml
@@ -640,7 +640,7 @@ jobs:
640
641
# Initializes the CodeQL tools for scanning.
642
- name: Initialize CodeQL
643
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
644
with:
645
languages: ${{ matrix.language }}
646
# If you wish to specify custom queries, you can do so here or in a
@@ -667,7 +667,7 @@ jobs:
667
# make release
668
669
- name: Perform CodeQL Analysis
670
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
671
672
# brew:
673
# runs-on: ${{ matrix.os }}
0 commit comments