Skip to content

Bump org.elasticsearch:elasticsearch from 7.17.14 to 7.17.19 in /elasticsearch #4

Bump org.elasticsearch:elasticsearch from 7.17.14 to 7.17.19 in /elasticsearch

Bump org.elasticsearch:elasticsearch from 7.17.14 to 7.17.19 in /elasticsearch #4

Workflow file for this run

name: Pull request workflow
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml