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 c22a53f commit 2632797Copy full SHA for 2632797
.github/workflows/codeql.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
30
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
+ uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
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@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
+ uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
46
47
category: "/language:${{ matrix.language }}"
0 commit comments