Compare commits

...

2 commits
0.1.0 ... 0.1.1

Author SHA1 Message Date
6f6cbd35c4 Release 0.1.1 2025-01-05 15:52:57 +00:00
90c156e791
ci: add Sonarqube pipeline
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 14s
release / Release (push) Successful in 1m33s
2025-01-05 16:52:08 +01:00
3 changed files with 28 additions and 1 deletions

View file

@ -0,0 +1,23 @@
---
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
name: SonarQube Scan
jobs:
sonarqube:
name: SonarQube Trigger
runs-on: ubuntu-latest
steps:
- name: Checking out
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarQube Scan
uses: https://github.com/kitabisa/sonarqube-action@v1.2.1
with:
host: ${{ secrets.SONARQUBE_HOST }}
login: ${{ secrets.SONARQUBE_TOKEN }}

View file

@ -1,3 +1,7 @@
## [0.1.1]
### 🛠 Build
- [90c156e](https://w9r.dev/pom/dependencies/commits/90c156e) add Sonarqube pipeline
## [0.1.0]
### 🚀 Features
- [e3591ac](https://w9r.dev/pom/dependencies/commits/e3591ac) add dependencies for json logging directly to POM

View file

@ -6,7 +6,7 @@
<groupId>dev.w9r.pom</groupId>
<artifactId>dependencies</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<name>Common Dependency Project Object Model for Maven Builds</name>
<description>Common dependencies and management of their versions</description>