Skip to content

Commit e2cd0d0

Browse files
committed
chore(deps): update github/codeql-action action to v3.27.0
1 parent 0f30612 commit e2cd0d0

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@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
45+
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
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@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
58+
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
5959
with:
6060
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)