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 e2df471 + f32b33c commit 09efdc2Copy full SHA for 09efdc2
.github/workflows/test.yml
@@ -157,13 +157,13 @@ jobs:
157
# This is v3.28.13
158
- name: CodeQL Init
159
if: ${{ runner.os == 'Linux' }}
160
- uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858
+ uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a
161
with:
162
languages: python
163
164
165
- name: CodeQL Analyze
166
167
- uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858
+ uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a
168
169
category: "/language:python"
0 commit comments