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 eea929d commit 95b5ea0Copy full SHA for 95b5ea0
.github/workflows/build.yml
@@ -83,10 +83,10 @@ jobs:
83
ignore-nothing-to-cache: true
84
85
- name: Initialize CodeQL
86
- uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3
+ uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
87
with:
88
languages: python
89
config-file: ./.github/codeql-config.yml
90
91
- name: Perform CodeQL Analysis
92
- uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3
+ uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
0 commit comments