We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a6bd4 commit 7b5a641Copy full SHA for 7b5a641
.github/workflows/codeql-analysis.yml
@@ -27,9 +27,9 @@ jobs:
27
uses: actions/checkout@v4
28
29
- name: Initialize CodeQL
30
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
31
with:
32
languages: ${{ matrix.language }}
33
34
- name: Perform CodeQL Analysis
35
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments