Skip to content

Update jackson update group to v2.18.1 #148

Update jackson update group to v2.18.1

Update jackson update group to v2.18.1 #148

Workflow file for this run

name: Bazel test
on:
push:
branches:
- main
paths:
- 'WORKSPACE'
- 'src/**'
- '!src/**.md'
pull_request:
paths:
- 'WORKSPACE'
- 'src/**'
- '!src/**.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up JDK 8
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
distribution: temurin
java-version: '8'
- name: Setup Bazel
uses: bazelbuild/setup-bazelisk@b39c379c82683a5f25d34f0d062761f62693e0b2 # v3.0.0
- name: Cache Bazel outputs
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
path: "~/.cache/bazel"
key: bazel
- name: Run Bazel test
run: |
bazel test //...