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.
2 parents 1908809 + e30ce04 commit fe9a6acCopy full SHA for fe9a6ac
.github/workflows/codeql-analysis.yml
@@ -40,7 +40,7 @@ jobs:
40
41
# Initializes the CodeQL tools for scanning.
42
- name: Initialize CodeQL
43
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
44
with:
45
languages: ${{ matrix.language }}
46
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,4 +53,4 @@ jobs:
53
make yash
54
55
- name: Perform CodeQL Analysis
56
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments