We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d42fcdb + b062b26 commit 9b31848Copy full SHA for 9b31848
.github/workflows/codeql-analysis.yml
@@ -29,7 +29,7 @@ jobs:
29
if: ${{ github.event_name == 'pull_request' }}
30
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
+ uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
33
with:
34
languages: python, cpp
35
@@ -41,4 +41,4 @@ jobs:
41
MAXMINDDB_REQUIRE_EXTENSION: 1
42
43
- name: Perform CodeQL Analysis
44
- uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
+ uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
0 commit comments