We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727e008 commit fbbcb03Copy full SHA for fbbcb03
1 file changed
.github/workflows/codeql-analysis.yml
@@ -43,7 +43,7 @@ jobs:
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
46
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v4
47
with:
48
languages: ${{ matrix.language }}
49
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -52,4 +52,4 @@ jobs:
52
# queries: ./path/to/local/query, your-org/your-repo/queries@main
53
54
- name: Perform CodeQL Analysis
55
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v4
0 commit comments