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 d1eb3a0 commit d69b759Copy full SHA for d69b759
.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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
+ uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # 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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
+ uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3
0 commit comments