Skip to content

Bump the log4j group with 2 updates #64

Bump the log4j group with 2 updates

Bump the log4j group with 2 updates #64

Workflow file for this run

name: Build & Test
on:
push:
workflow_dispatch:
permissions:
contents: write
jobs:
build:
name: Build & Test
uses: RakambdaOrg/rakambda-github-workflows/.github/workflows/gradle-build-test.yml@main
with:
java-version: ${{ vars.JAVA_VERSION }}
artifact-name: Gradle-Libs
generate-jacoco: true
send-codecov: true
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
permissions:
contents: write
checks: write