We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbedcd6 + 9523683 commit 471c6f4Copy full SHA for 471c6f4
.github/workflows/codeql.yml
@@ -51,7 +51,7 @@ jobs:
51
architecture: x64
52
# Initializes the CodeQL tools for scanning.
53
- name: Initialize CodeQL
54
- uses: github/codeql-action/init@v4.32.5
+ uses: github/codeql-action/init@v4.32.6
55
with:
56
languages: ${{ matrix.language }}
57
- name: Configure Maven settings
@@ -74,4 +74,4 @@ jobs:
74
- name: Build with Maven
75
run: mvn clean package -Ptest -DskipTests -U
76
- name: Perform CodeQL Analysis
77
- uses: github/codeql-action/analyze@v4.32.5
+ uses: github/codeql-action/analyze@v4.32.6
0 commit comments