Skip to content

build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /libbeat/tests/system #3928

build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /libbeat/tests/system

build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /libbeat/tests/system #3928

name: check-x-pack-libbeat
on:
pull_request:
paths:
- '.github/workflows/check-xpack-libbeat.yml'
- 'x-pack/libbeat/**'
- 'libbeat/**'
env:
BEAT_MODULE: 'x-pack/libbeat'
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: .go-version
- name: Run check/update
run: |
go install github.com/magefile/mage
make -C ${{ env.BEAT_MODULE }} check update
make check-no-changes