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 8acc883 commit 5a2825bCopy full SHA for 5a2825b
.github/workflows/build.yml
@@ -80,10 +80,10 @@ jobs:
80
python-version: "3.13"
81
82
- name: Initialize CodeQL
83
- uses: github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
+ uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3
84
with:
85
languages: python
86
config-file: ./.github/codeql-config.yml
87
88
- name: Perform CodeQL Analysis
89
- uses: github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
+ uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3
0 commit comments