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 6da7890 commit 21ef53aCopy full SHA for 21ef53a
.github/workflows/build.yml
@@ -83,10 +83,10 @@ jobs:
83
ignore-nothing-to-cache: true
84
85
- name: Initialize CodeQL
86
- uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
+ uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
87
with:
88
languages: python
89
config-file: ./.github/codeql-config.yml
90
91
- name: Perform CodeQL Analysis
92
- uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
+ uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
0 commit comments