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 5bf2fb8 commit 6474690Copy full SHA for 6474690
.github/workflows/codeql.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
+ uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
33
with:
34
languages: ${{ matrix.language }}
35
@@ -42,6 +42,6 @@ jobs:
42
cmake --build build
43
44
- name: Perform CodeQL Analysis
45
- uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
+ uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
46
47
category: "/language:${{ matrix.language }}"
0 commit comments