Skip to content

fix(deps): update dependency org.junit:junit-bom to v5.11.2 #363

fix(deps): update dependency org.junit:junit-bom to v5.11.2

fix(deps): update dependency org.junit:junit-bom to v5.11.2 #363

Workflow file for this run

name: Antlr 4 Param Visitor
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: 'Checkout sourcecode'
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: 'Cache Local Maven Repository'
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: 'Setup: Install JDK 11'
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
with:
distribution: 'temurin'
java-version: |
11
- name: Build
run: mvn -B clean package