We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4a28f commit ead3d36Copy full SHA for ead3d36
.github/workflows/codeql.yml
@@ -62,10 +62,10 @@ jobs:
62
with:
63
python-version-file: pyproject.toml
64
- name: initialize CodeQL
65
- uses: github/codeql-action/init@v2.21.1
+ uses: github/codeql-action/init@v2.21.2
66
67
languages: ${{ matrix.language }}
68
- name: perform CodeQL analysis
69
- uses: github/codeql-action/analyze@v2.21.1
+ uses: github/codeql-action/analyze@v2.21.2
70
71
category: "/language:${{matrix.language}}"
0 commit comments