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 bf57bf2Copy full SHA for bf57bf2
.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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
61
62
category: "/language:${{ matrix.language }}"
0 commit comments