Skip to content

Update Bazel Common's log4j2 version to the latest patch release of 2.17 (2.17.2). #86

Update Bazel Common's log4j2 version to the latest patch release of 2.17 (2.17.2).

Update Bazel Common's log4j2 version to the latest patch release of 2.17 (2.17.2). #86

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: "Test"
runs-on: ubuntu-latest
env:
# Used by bazelisk: https://github.com/bazelbuild/bazelisk
USE_BAZEL_VERSION: '3.7.1'
steps:
- name: 'Check out repository'
uses: actions/checkout@v2
- name: 'Cache Bazel dependencies'
uses: actions/[email protected]
with:
path: ~/.cache/bazel/*/*/external
key: bazel-${{ hashFiles('workspace_defs.bzl') }}
restore-keys: |
bazel-
- name: 'Test'
shell: bash
run: ./run_tests.sh