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 1125d01 commit 1498efcCopy full SHA for 1498efc
1 file changed
.github/workflows/codeql.yml
@@ -56,7 +56,7 @@ jobs:
56
57
# Initializes the CodeQL tools for scanning.
58
- name: Initialize CodeQL
59
- uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
+ uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
60
with:
61
languages: ${{ matrix.language }}
62
build-mode: none
@@ -72,6 +72,6 @@ jobs:
72
pip install -e .
73
74
- name: Perform CodeQL Analysis
75
- uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
+ uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
76
77
category: "/language:${{ matrix.language }}"
0 commit comments