diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index dac7646d9a..de32d4d1ac 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -3,7 +3,7 @@
# semantic-release is also run to create a new release (if
# warranted by the new commits being built).
-name: Build/Test
+name: build
on:
push:
@@ -16,7 +16,7 @@ on:
jobs:
detect-secrets:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
- name: Detect-Secrets
+ name: detect-secrets
runs-on: ubuntu-latest
steps:
@@ -38,8 +38,8 @@ jobs:
detect-secrets -v audit --report --fail-on-unaudited --fail-on-live --fail-on-audited-real .secrets.baseline
build:
+ name: build-test (java ${{matrix.java-version}})
needs: detect-secrets
- name: Build/Test (Java ${{matrix.java-version}})
runs-on: ubuntu-latest
strategy:
matrix:
@@ -61,7 +61,7 @@ jobs:
create-release:
needs: build
- name: Semantic-Release
+ name: semantic-release
if: "github.ref_name == 'main' && github.event_name != 'pull_request'"
runs-on: ubuntu-latest
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml
index 4326b235ed..f07f29e38c 100644
--- a/.github/workflows/publish.yaml
+++ b/.github/workflows/publish.yaml
@@ -3,7 +3,7 @@
# - building and publishing javadocs to the git repository.
# It is triggered when a new release is created.
-name: Publish
+name: publish
on:
release:
@@ -12,8 +12,8 @@ on:
# Allow this workflow to be triggered manually
jobs:
- publish:
- name: Publish Release
+ publish-release:
+ name: publish-release
runs-on: ubuntu-latest
steps:
diff --git a/pom.xml b/pom.xml
index 2f279584a4..38b9ab4d8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
-->
- 9.23.1
+ 9.24.1
7.11.0
4.12.0
@@ -35,7 +35,7 @@
3.6.0
4.0.0-M9
3.3.0
- 10.23.0
+ 10.24.0
3.4.5
3.1.2
3.2.0