1 parent 99e2b4d commit 7698110Copy full SHA for 7698110
1 file changed
.github/workflows/codeql.yml
@@ -29,12 +29,12 @@ jobs:
29
30
# Initializes the CodeQL tools for scanning.
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4
+ uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4
33
with:
34
languages: ${{ matrix.language }}
35
build-mode: ${{ matrix.build-mode }}
36
37
- name: Perform CodeQL Analysis
38
- uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4
+ uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4
39
40
category: "/language:${{matrix.language}}"
0 commit comments