Skip to content

Commit 9b55569

Browse files
committed
chore(deps): update github/codeql-action action to v3.26.13
1 parent b8dc139 commit 9b55569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4343

4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
45+
uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
4646
with:
4747
languages: ${{ matrix.language }}
4848

@@ -55,6 +55,6 @@ jobs:
5555
cmake --build build
5656
5757
- name: Perform CodeQL Analysis
58-
uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
58+
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
5959
with:
6060
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)