Skip to content

Bump io.netty:netty-all from 4.2.6.Final to 4.2.7.Final (#381) #873

Bump io.netty:netty-all from 4.2.6.Final to 4.2.7.Final (#381)

Bump io.netty:netty-all from 4.2.6.Final to 4.2.7.Final (#381) #873

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build --info