Skip to content

Commit 471c6f4

Browse files
chore(deps): update github/codeql-action action to v4.32.6 (#5812)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 parents bbedcd6 + 9523683 commit 471c6f4

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
@@ -51,7 +51,7 @@ jobs:
5151
architecture: x64
5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@v4.32.5
54+
uses: github/codeql-action/init@v4.32.6
5555
with:
5656
languages: ${{ matrix.language }}
5757
- name: Configure Maven settings
@@ -74,4 +74,4 @@ jobs:
7474
- name: Build with Maven
7575
run: mvn clean package -Ptest -DskipTests -U
7676
- name: Perform CodeQL Analysis
77-
uses: github/codeql-action/analyze@v4.32.5
77+
uses: github/codeql-action/analyze@v4.32.6

0 commit comments

Comments
 (0)