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 ed84508 + 64135a5 commit d3547d8Copy full SHA for d3547d8
.github/workflows/codeql.yml
@@ -25,11 +25,11 @@ jobs:
25
26
# Initializes the CodeQL tools for scanning.
27
- name: 'Initialize CodeQL'
28
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
29
with:
30
languages: ${{ matrix.language }}
31
32
- name: 'Perform CodeQL Analysis'
33
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
34
35
category: '/language:${{matrix.language}}'
0 commit comments