Skip to content

Commit cc648cd

Browse files
Merge branch 'spotbugs:master' into fix-site-goal-detection
2 parents 13faa2c + 7d353d3 commit cc648cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
java-version: 25
4040

4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4
42+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
4343
with:
4444
languages: ${{ matrix.language }}
4545
queries: +security-and-quality
4646

4747
- name: Autobuild
48-
uses: github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4
48+
uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
4949

5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4
51+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
5252
with:
5353
category: "/language:${{ matrix.language }}"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.github.hazendaz</groupId>
2525
<artifactId>base-parent</artifactId>
26-
<version>55</version>
26+
<version>56</version>
2727
<relativePath />
2828
</parent>
2929

0 commit comments

Comments
 (0)