We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 820ff6c + 5fffbb0 commit f792408Copy full SHA for f792408
1 file changed
.github/workflows/codeql-analysis.yml
@@ -22,9 +22,9 @@ jobs:
22
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
23
24
- name: Initialize CodeQL
25
- uses: github/codeql-action/init@807578363a7869ca324a79039e6db9c843e0e100
+ uses: github/codeql-action/init@cc7986c02bac29104a72998e67239bb5ee2ee110
26
with:
27
languages: 'python'
28
29
- name: Perform CodeQL Analysis
30
- uses: github/codeql-action/analyze@807578363a7869ca324a79039e6db9c843e0e100
+ uses: github/codeql-action/analyze@cc7986c02bac29104a72998e67239bb5ee2ee110
0 commit comments