There was an error while loading. Please reload this page.
1 parent 537ccbd commit 951707cCopy full SHA for 951707c
1 file changed
.github/workflows/codeql.yml
@@ -85,7 +85,7 @@ jobs:
85
86
# Initializes the CodeQL tools for scanning.
87
- name: Initialize CodeQL
88
- uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
+ uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
89
with:
90
languages: ${{ matrix.language }}
91
queries: security-extended
@@ -119,6 +119,6 @@ jobs:
119
cmake --build --preset codeql --target scitt
120
121
- name: Perform CodeQL Analysis
122
- uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
+ uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
123
124
category: "/language:${{matrix.language}}"
0 commit comments