From 639539067494064db1d069228b7521419ced725a Mon Sep 17 00:00:00 2001 From: PRuHAPRoSTO17 Date: Fri, 18 Oct 2024 01:11:25 +0300 Subject: [PATCH 1/2] Create ant.yml U --- .github/workflows/ant.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/ant.yml 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 From 996110b14f50b885cb376b28600f0c8cf6a59e95 Mon Sep 17 00:00:00 2001 From: PRuHAPRoSTO17 Date: Fri, 18 Oct 2024 01:34:57 +0300 Subject: [PATCH 2/2] Create SECURITY.md --- SECURITY.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 SECURITY.md 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 + +