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 a02f5a1 commit 443eaa8Copy full SHA for 443eaa8
.github/workflows/codeql.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
45
46
- name: Initialize CodeQL
47
- uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
+ uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
48
with:
49
languages: ${{ matrix.language }}
50
@@ -57,6 +57,6 @@ jobs:
57
cmake --build build
58
59
- name: Perform CodeQL Analysis
60
- uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
+ uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
61
62
category: "/language:${{ matrix.language }}"
0 commit comments