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 e818a27 commit a92b83eCopy full SHA for a92b83e
.github/workflows/codeql.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
32
33
- name: Initialize CodeQL
34
- uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
+ uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
35
with:
36
languages: ${{ matrix.language }}
37
@@ -44,6 +44,6 @@ jobs:
44
cmake --build build
45
46
- name: Perform CodeQL Analysis
47
- uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
+ uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
48
49
category: "/language:${{ matrix.language }}"
0 commit comments