Skip to content

fix: flink-connectors/flink-connector-kinesis/pom.xml to reduce vulne… #41

fix: flink-connectors/flink-connector-kinesis/pom.xml to reduce vulne…

fix: flink-connectors/flink-connector-kinesis/pom.xml to reduce vulne… #41

# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: "Hadoop 2.8.3/Java 8/Scala 2.12"
on: [push, workflow_dispatch]
jobs:
ci:
uses: ververica/flink/.github/workflows/flink-ci-template.yml@master
with:
environment: 'PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.12"'
jdk-version: 8
secrets:
s3_bucket: ${{ secrets.IT_CASE_S3_BUCKET }}
s3_access_key: ${{ secrets.IT_CASE_S3_ACCESS_KEY }}
s3_secret_key: ${{ secrets.IT_CASE_S3_SECRET_KEY }}
glue_schema_access_key: ${{ secrets.IT_CASE_GLUE_SCHEMA_ACCESS_KEY }}
glue_schema_secret_key: ${{ secrets.IT_CASE_GLUE_SCHEMA_SECRET_KEY }}
docs-404-check:
runs-on: ubuntu-latest
steps:
- name: "Checks out Flink"
uses: actions/checkout@v2
- name: "Check if PR contains docs change"
run: |
source ./tools/azure-pipelines/build_properties.sh
pr_contains_docs_changes
- name: "Builds docs"
run: ./tools/ci/docs.sh