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 ad31631 commit a981314Copy full SHA for a981314
.github/workflows/codeql.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32
33
- name: Initialize CodeQL
34
- uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
+ uses: github/codeql-action/init@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4.31.1
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@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
+ uses: github/codeql-action/analyze@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4.31.1
48
49
category: "/language:${{ matrix.language }}"
0 commit comments