Skip to content

Upgrade jsch from 0.1.52 to 0.1.55 to fix CVE-2016-5725 #1

Upgrade jsch from 0.1.52 to 0.1.55 to fix CVE-2016-5725

Upgrade jsch from 0.1.52 to 0.1.55 to fix CVE-2016-5725 #1

Workflow file for this run

name: Java CI with Gradle
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
java-version:
- 8
- 11
steps:
- uses: actions/checkout@v4
with:
show-progress: false
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
cache: gradle
- name: Gradle Build
run: ./gradlew build