From f21d3c681f46f7bcaf4e5d8d14ba7722c67707af Mon Sep 17 00:00:00 2001
From: "Andrei.Ovcharenko"
Date: Sat, 18 Jul 2026 08:34:05 +0300
Subject: [PATCH 1/2] Establish Sonar new-code baseline for 1.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3ef4590..c879528 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
name.krot
java-algorithms-showcase
- 1.1
+ 1.2
Java Algorithms & Reliability Showcase
Java reference implementations for algorithms and transaction validation: property-based tests, CI, CodeQL, and static quality gates.
https://github.com/krotname/JavaAlgorithmsShowcase
From 5d5fc360c1921581128e5165623a79d2abe15269 Mon Sep 17 00:00:00 2001
From: "Andrei.Ovcharenko"
Date: Sat, 18 Jul 2026 08:37:09 +0300
Subject: [PATCH 2/2] Run required actionlint check on every pull request
---
.github/workflows/actionlint.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml
index 91ce3bd..daafb93 100644
--- a/.github/workflows/actionlint.yml
+++ b/.github/workflows/actionlint.yml
@@ -2,11 +2,9 @@ name: Actionlint
on:
pull_request:
- paths:
- - ".github/workflows/**"
push:
- paths:
- - ".github/workflows/**"
+ branches:
+ - main
workflow_dispatch:
permissions: