We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8daef5 commit db9d7ccCopy full SHA for db9d7cc
.github/workflows/codeql.yml
@@ -41,7 +41,7 @@ jobs:
41
42
# Initializes the CodeQL tools for scanning.
43
- name: Initialize CodeQL
44
- uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
+ uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
45
with:
46
languages: python
47
build-mode: none
@@ -53,6 +53,6 @@ jobs:
53
# queries: security-extended,security-and-quality
54
55
- name: Perform CodeQL Analysis
56
- uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
+ uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
57
58
category: /language:python
0 commit comments