1 parent 5c5e266 commit fafc481Copy full SHA for fafc481
1 file changed
.github/workflows/codeql.yml
@@ -42,7 +42,7 @@ jobs:
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
45
- uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
+ uses: github/codeql-action/init@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
46
with:
47
languages: python
48
build-mode: none
@@ -54,6 +54,6 @@ jobs:
54
# queries: security-extended,security-and-quality
55
56
- name: Perform CodeQL Analysis
57
- uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
+ uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
58
59
category: /language:python
0 commit comments