We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e1e40 commit 7fe8b2fCopy full SHA for 7fe8b2f
.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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
+ uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
+ uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
57
58
category: /language:python
0 commit comments