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 876e06c commit 56171d6Copy full SHA for 56171d6
.github/workflows/codeql.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
47
- name: Initialize CodeQL
48
- uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
+ uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
49
with:
50
languages: ${{ matrix.language }}
51
@@ -58,6 +58,6 @@ jobs:
58
cmake --build build
59
60
- name: Perform CodeQL Analysis
61
- uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
+ uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
62
63
category: "/language:${{ matrix.language }}"
0 commit comments