1 parent 529d8b4 commit 6ea880cCopy full SHA for 6ea880c
1 file changed
.github/workflows/codeql.yml
@@ -62,7 +62,7 @@ jobs:
62
63
# Initializes the CodeQL tools for scanning.
64
- name: Initialize CodeQL
65
- uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
+ uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
66
with:
67
languages: python
68
build-mode: none
@@ -81,6 +81,6 @@ jobs:
81
- "**/*_pb2_grpc.py"
82
83
- name: Perform CodeQL Analysis
84
- uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
+ uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
85
86
category: "/language:python"
0 commit comments