We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ada5a commit 9478ea0Copy full SHA for 9478ea0
.github/workflows/build.yml
@@ -87,10 +87,10 @@ jobs:
87
ignore-nothing-to-cache: true
88
89
- name: Initialize CodeQL
90
- uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
+ uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
91
with:
92
languages: python
93
config-file: ./.github/codeql-config.yml
94
95
- name: Perform CodeQL Analysis
96
- uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
+ uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
0 commit comments