| commit | f80ab4aeb48ceda2f06abf425e2e48c0a947d841 | [log] [tgz] |
|---|---|---|
| author | Sebastian Rühl <sruehl@apache.org> | Thu Sep 18 14:22:47 2025 +0200 |
| committer | Sebastian Rühl <sruehl@apache.org> | Thu Sep 18 14:22:47 2025 +0200 |
| tree | 6ea4760a08529624c2d556aad14375d662c1eb60 | |
| parent | e80b2da0531f86912d96d775d11b86a6826d8f1f [diff] |
chore(build): pin to a specific version of test-report
diff --git a/.github/workflows/java-platform-test-report.yml b/.github/workflows/java-platform-test-report.yml index f54893b..65eecbd 100644 --- a/.github/workflows/java-platform-test-report.yml +++ b/.github/workflows/java-platform-test-report.yml
@@ -38,7 +38,7 @@ fail-fast: false runs-on: ${{ matrix.os }} steps: - - uses: dorny/test-reporter@v2 + - uses: dorny/test-reporter@v2.1.1 with: artifact: "java-test-report-${{ matrix.os }}-java-${{ matrix.java }}" name: "Java Tests (OS: ${{ matrix.os }}, Java: ${{ matrix.java }})"
diff --git a/plc4j/tools/opm/src/main/java/org/apache/plc4x/java/opm/AliasRegistry.java b/plc4j/tools/opm/src/main/java/org/apache/plc4x/java/opm/AliasRegistry.java index 682e62d..329fb5d 100644 --- a/plc4j/tools/opm/src/main/java/org/apache/plc4x/java/opm/AliasRegistry.java +++ b/plc4j/tools/opm/src/main/java/org/apache/plc4x/java/opm/AliasRegistry.java
@@ -25,7 +25,7 @@ public interface AliasRegistry { /** - * Checks if this registry can resolve this alias + * Checks if this registry can resolve this alias. */ boolean canResolve(String alias);