Skip to content

[Snyk] Security upgrade org.apache.flink:flink-streaming-java_2.12 from 1.13.5 to 1.14.0 #17

[Snyk] Security upgrade org.apache.flink:flink-streaming-java_2.12 from 1.13.5 to 1.14.0

[Snyk] Security upgrade org.apache.flink:flink-streaming-java_2.12 from 1.13.5 to 1.14.0 #17

Workflow file for this run

name: Push & PR Check for main
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Build with Maven
run:
mvn clean package --file pom.xml