Skip to content

Commit 4a15331

Browse files
chore(deps): update github/codeql-action action to v3.29.2
1 parent f6644a1 commit 4a15331

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
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4545

4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
47+
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
4848
with:
4949
languages: ${{ matrix.language }}
5050

@@ -57,6 +57,6 @@ jobs:
5757
cmake --build build
5858
5959
- name: Perform CodeQL Analysis
60-
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
60+
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
6161
with:
6262
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)