Skip to content

[java] Update dependency org.apache.logging.log4j:log4j-core to v2.24… #7193

[java] Update dependency org.apache.logging.log4j:log4j-core to v2.24…

[java] Update dependency org.apache.logging.log4j:log4j-core to v2.24… #7193

Workflow file for this run

name: CI - RBE
on:
pull_request:
push:
branches:
- trunk
workflow_dispatch:
jobs:
format:
name: Format
if: github.repository_owner == 'seleniumhq' && startsWith(github.head_ref, 'renovate/') != true
uses: ./.github/workflows/bazel.yml
with:
name: Check format script run
caching: false
ruby-version: jruby-9.4.8.0
run: ./scripts/github-actions/check-format.sh
test:
name: Test
if: github.repository_owner == 'seleniumhq' && startsWith(github.head_ref, 'renovate/') != true
uses: ./.github/workflows/bazel.yml
with:
name: All RBE tests
caching: false
ruby-version: jruby-9.4.8.0
run: ./scripts/github-actions/ci-build.sh