We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e418080 commit 3b32e61Copy full SHA for 3b32e61
.github/workflows/codeql.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
46
- name: Initialize CodeQL
47
- uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
+ uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
+ uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
61
62
category: "/language:${{ matrix.language }}"
0 commit comments