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 b2500b9 commit 2392dc2Copy full SHA for 2392dc2
.github/workflows/codeql.yml
@@ -53,7 +53,7 @@ jobs:
53
54
# Initializes the CodeQL tools for scanning.
55
- name: Initialize CodeQL
56
- uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
+ uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
57
with:
58
languages: python
59
build-mode: none
@@ -65,6 +65,6 @@ jobs:
65
# queries: security-extended,security-and-quality
66
67
- name: Perform CodeQL Analysis
68
- uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
+ uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
69
70
category: /language:python
0 commit comments