Skip to content

Commit

Permalink
workflows review and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Feb 11, 2024
1 parent 9efbb7e commit b9bc68c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build_maven_compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# CI maven compatibility check
#
# version 1.0.0
#
# see : https://universe.fugerit.org/src/docs/conventions/workflows/build_maven_compatibility.html

name: CI maven compatibility check

Expand All @@ -13,7 +11,7 @@ on:
# a pull request.
push:
branches:
- develop
- branch-compatibility

jobs:
check-main:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_maven_package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CI with maven build and scan
#
# version 1.0.0
#
# see : https://universe.fugerit.org/src/docs/conventions/workflows/build_maven_package.html

name: CI maven build and scan
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# CodeQL
#
# version 1.0.0
#
# see : https://universe.fugerit.org/src/docs/conventions/workflows/codeql-analysis.html

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#

name: "CodeQL"

on:
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/deploy_maven_package.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# CI deploy maven package
#
# version 1.0.0
#
# see : https://universe.fugerit.org/src/docs/conventions/workflows/deploy_maven_package.html

name: CI deploy maven package

on:
push:
branches:
- deploy
- branch-deploy

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- workflows review and documentation
- [playground-quarkus] quarkus-version set to 3.7.2
- [playground-quarkus] base image changed to 21.0.2_13-jre-ubi9-minimal

Expand Down

0 comments on commit b9bc68c

Please sign in to comment.