Skip to content

Commit ce0c628

Browse files
authored
Establish Sonar new-code baseline for 1.2 (#71)
* Establish Sonar new-code baseline for 1.2 * Run required actionlint check on every pull request
1 parent 58514d5 commit ce0c628

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ name: Actionlint
22

33
on:
44
pull_request:
5-
paths:
6-
- ".github/workflows/**"
75
push:
8-
paths:
9-
- ".github/workflows/**"
6+
branches:
7+
- main
108
workflow_dispatch:
119

1210
permissions:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>name.krot</groupId>
88
<artifactId>java-algorithms-showcase</artifactId>
9-
<version>1.1</version>
9+
<version>1.2</version>
1010
<name>Java Algorithms &amp; Reliability Showcase</name>
1111
<description>Java reference implementations for algorithms and transaction validation: property-based tests, CI, CodeQL, and static quality gates.</description>
1212
<url>https://github.com/krotname/JavaAlgorithmsShowcase</url>

0 commit comments

Comments
 (0)