Skip to content

Commit 2686679

Browse files
chore(deps): update github/codeql-action action to v4.37.2 (#151)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d626bdf commit 2686679

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
32+
uses: github/codeql-action/init@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
3333
with:
3434
languages: ${{ matrix.language }}
3535

@@ -42,6 +42,6 @@ jobs:
4242
cmake --build build
4343
4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
45+
uses: github/codeql-action/analyze@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
4646
with:
4747
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)