Skip to content

feat(deps): update compile org.apache.commons:commons-lang3 from v3.14.0 to v3.17.0 #2304

feat(deps): update compile org.apache.commons:commons-lang3 from v3.14.0 to v3.17.0

feat(deps): update compile org.apache.commons:commons-lang3 from v3.14.0 to v3.17.0 #2304

Workflow file for this run

name: Verify Core
on:
pull_request:
branches:
- 'main'
workflow_dispatch:
jobs:
verify-core:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "JDK set-up"
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
- name: verify core
working-directory: core
run: mvn verify -P github-verify-action-profile
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v4
# with:
# fail_ci_if_error: true
# token: ${{ secrets.CODECOV_TOKEN }}