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 6ca72e7 commit 19c54cdCopy full SHA for 19c54cd
.github/workflows/quality.yml
@@ -31,10 +31,10 @@ jobs:
31
uses: actions/checkout@v5
32
33
- name: Initialize CodeQL
34
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
35
with:
36
config-file: ./codeql.config.yml
37
languages: ${{ matrix.language }}
38
39
- name: Perform CodeQL Analysis
40
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments