From 77d865d915d3a86d13c00c289069c5df6a76e2c5 Mon Sep 17 00:00:00 2001 From: Giovanni Gargiulo Date: Thu, 15 Feb 2024 14:11:14 +0000 Subject: [PATCH] chore: added codeql and upadte spring to 3.2.2 --- .github/workflows/codeql.yaml | 59 +++++++++++++++++++++++++++++++++++ pom.xml | 2 +- 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/codeql.yaml diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml new file mode 100644 index 0000000..ed5e70a --- /dev/null +++ b/.github/workflows/codeql.yaml @@ -0,0 +1,59 @@ +name: "CodeQL" + +on: + push: + branches: [main] + pull_request: + branches: [main] + workflow_dispatch: + +jobs: + CodeQL-Build: + # CodeQL runs on ubuntu-latest, windows-latest, and macos-latest + runs-on: ubuntu-latest + + permissions: + # required for all workflows + security-events: write + + # only required for workflows in private repositories + actions: read + contents: read + + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + - name: Setup Java + uses: actions/setup-java@v3 + with: + java-version: '18' + distribution: 'temurin' + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v2 + with: + languages: java + # Override language selection by uncommenting this and choosing your languages + # with: + # languages: go, javascript, csharp, python, cpp, java, ruby + + # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). + # If this step fails, then you should remove it and run the build manually (see below). + - name: Autobuild + uses: github/codeql-action/autobuild@v2 + + # ℹī¸ Command-line programs to run using the OS shell. + # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun + + # ✏ī¸ If the Autobuild fails above, remove it and uncomment the following + # three lines and modify them (or add more) to build your code if your + # project uses a compiled language + + #- run: | + # make bootstrap + # make release + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v2 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 910c02b..176f676 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ 3.17.0 3.3.0 4.0.0-M2 - 3.0.5 + 3.2.2 1.18.26 2.1.0 2.2.8