Compare commits

..

6 commits

Author SHA1 Message Date
5ff50a9635 ci: Updated github actions to use full urls
All checks were successful
Build / build (pull_request) Successful in 1m48s
Build / build (push) Successful in 2m32s
2025-10-10 08:52:47 +00:00
1f2cc4b05a ci(github-action)!: Update actions/checkout action to v5 (renovate) 2025-10-10 08:52:47 +00:00
68455c65a8 ci(github-action)!: Update https://github.com/actions/setup-java action to v5 (renovate)
All checks were successful
Build / build (pull_request) Successful in 1m47s
Build / build (push) Successful in 6m57s
2025-10-10 08:34:42 +00:00
ffcc764133 ci(github-action)!: Update https://github.com/actions/checkout action to v5 (renovate)
All checks were successful
Build / build (pull_request) Successful in 1m57s
Build / build (push) Successful in 2m48s
2025-10-10 08:19:18 +00:00
6fa9b23a99 ci(github-action)!: Update https://github.com/s4u/maven-settings-action action to v4.0.0 (renovate)
All checks were successful
Build / build (pull_request) Successful in 2m8s
Build / build (push) Successful in 4m28s
2025-10-10 08:09:51 +00:00
babb8145b9 fix(deps): update quarkus.platform.version to 3.28.3 (renovate)
All checks were successful
Build / build (pull_request) Successful in 2m54s
Build / build (push) Successful in 3m23s
2025-10-09 21:34:07 +00:00
4 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 21
uses: https://github.com/actions/setup-java@v4
uses: https://github.com/actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'
@ -58,7 +58,7 @@ jobs:
${{ steps.cache-key.outputs.m2-monthly-cache-key }}
- name: Configure Maven CI/CD settings
uses: https://github.com/s4u/maven-settings-action@v3.1.0
uses: https://github.com/s4u/maven-settings-action@v4.0.0
with:
servers: |
[{

View file

@ -60,7 +60,7 @@ jobs:
git config --global user.signingkey ${SSH_DIR}/id_rsa
- name: Set up JDK 21
uses: https://github.com/actions/setup-java@v4
uses: https://github.com/actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'

View file

@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout the code
uses: https://github.com/actions/checkout@v4
uses: https://github.com/actions/checkout@v5
- name: Retrieve project metadata
uses: https://github.com/radcortez/project-metadata-action@main

View file

@ -22,7 +22,7 @@
<!-- Quarkus properties -->
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.28.2</quarkus.platform.version>
<quarkus.platform.version>3.28.3</quarkus.platform.version>
<!-- Plugin versions -->
<compiler-plugin.version>3.14.1</compiler-plugin.version>