Skip to content

build(deps): bump org.wildfly.security:wildfly-elytron-x500-cert from 2.4.2.Final to 2.6.0.Final #246

build(deps): bump org.wildfly.security:wildfly-elytron-x500-cert from 2.4.2.Final to 2.6.0.Final

build(deps): bump org.wildfly.security:wildfly-elytron-x500-cert from 2.4.2.Final to 2.6.0.Final #246

Workflow file for this run

name: Pull request check
on:
pull_request:
jobs:
conventional-commits:
runs-on: ubuntu-latest
name: Check conventional commits
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v6
if: (github.actor!= 'dependabot[bot]') && (contains(github.head_ref, 'dependabot/') == false)
build:
name: Pull request check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout from Git
with:
fetch-depth: 0
- uses: actions/setup-java@v4
name: Setup Java
with:
distribution: 'temurin'
java-version: '11'
cache: maven
- name: Run tests
run: ./mvnw --no-transfer-progress verify