We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b32161 + 6c2d115 commit e8a7900Copy full SHA for e8a7900
1 file changed
.github/workflows/codeql.yml
@@ -37,14 +37,14 @@ jobs:
37
python-version: '3.13.2'
38
39
- name: Initialize CodeQL
40
- uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
+ uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
41
with:
42
languages: ${{ matrix.language }}
43
build-mode: ${{ matrix.build-mode }}
44
# This stops the 'pypi is failing' error by skipping auto-dependency resolution
45
setup-python-dependencies: false
46
47
- name: Perform CodeQL Analysis
48
- uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
+ uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
49
50
category: "/language:${{matrix.language}}"
0 commit comments