Skip to content

build(deps): bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.3 to 3.5.4 #1826

build(deps): bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.3 to 3.5.4

build(deps): bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.3 to 3.5.4 #1826

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
name: Validate PR title
permissions:
pull-requests: read
statuses: write
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}