Skip to content

Commit b9532d3

Browse files
chore(deps): update github/codeql-action action to v3.29.6
1 parent 1791cf1 commit b9532d3

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
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
34+
uses: github/codeql-action/init@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
3535
with:
3636
languages: ${{ matrix.language }}
3737

@@ -44,6 +44,6 @@ jobs:
4444
cmake --build build
4545
4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
47+
uses: github/codeql-action/analyze@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
4848
with:
4949
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)