We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c63289 + c706c12 commit 835fb49Copy full SHA for 835fb49
1 file changed
.github/workflows/codeql-analysis.yml
@@ -44,7 +44,7 @@ jobs:
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
47
- uses: github/codeql-action/init@v4
+ uses: github/codeql-action/init@v4.35.1
48
with:
49
languages: ${{ matrix.language }}
50
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,4 +64,4 @@ jobs:
64
pip wheel .
65
66
- name: Perform CodeQL Analysis
67
- uses: github/codeql-action/analyze@v4
+ uses: github/codeql-action/analyze@v4.35.1
0 commit comments