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 bbb9cbd commit 0bfadfbCopy full SHA for 0bfadfb
.github/workflows/code.yml
@@ -41,11 +41,11 @@ jobs:
41
pip install .
42
43
- name: CodeQL Init
44
- uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858
+ uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b
45
with:
46
languages: python
47
48
- name: CodeQL Analyze
49
- uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858
+ uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b
50
51
category: "/language:python"
0 commit comments