diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml new file mode 100644 index 00000000000..a13c1163a14 --- /dev/null +++ b/.github/workflows/ant.yml @@ -0,0 +1,25 @@ +# This workflow will build a Java project with Ant +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant + +name: + +on: + push: + branches: + pull_request: [ "master" ] + branches: + +jobs: + build: + + runs-on: + + steps: + - uses: + - name: + uses: + with: + java-version: + distribution: + - name: Build with Ant + run: ant -input -buildfile build.xml diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000000..ee69cdd429c --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,3 @@ +# Security Policy + +