We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42603b9 commit c4da226Copy full SHA for c4da226
1 file changed
.github/workflows/codeql.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
45
46
- name: Initialize CodeQL
47
- uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
+ uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
+ uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
61
62
category: "/language:${{ matrix.language }}"
0 commit comments