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 b8dc139 commit 9b55569Copy full SHA for 9b55569
.github/workflows/codeql.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
43
44
- name: Initialize CodeQL
45
- uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
+ uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
46
with:
47
languages: ${{ matrix.language }}
48
@@ -55,6 +55,6 @@ jobs:
55
cmake --build build
56
57
- name: Perform CodeQL Analysis
58
- uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
+ uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
59
60
category: "/language:${{ matrix.language }}"
0 commit comments