We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbc285 commit 08417b1Copy full SHA for 08417b1
1 file changed
.github/workflows/codeql.yml
@@ -61,7 +61,7 @@ jobs:
61
62
# Initializes the CodeQL tools for scanning.
63
- name: Initialize CodeQL
64
- uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4
+ uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
65
with:
66
languages: ${{ matrix.language }}
67
build-mode: ${{ matrix.build-mode }}
@@ -88,6 +88,6 @@ jobs:
88
echo ' make release'
89
exit 1
90
- name: Perform CodeQL Analysis
91
- uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4
+ uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
92
93
category: "/language:${{matrix.language}}"
0 commit comments