Skip to content

Commit

Permalink
Merge pull request #212 from DataDog/carlosroman/pom-update
Browse files Browse the repository at this point in the history
Updated required Java Version to allow Java 13.0.14
  • Loading branch information
carlosroman authored Jan 20, 2023
2 parents d8e4f0a + 0e20253 commit 3341dcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: "CodeQL"

on:
Expand Down Expand Up @@ -25,11 +26,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -38,7 +39,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
<configuration>
<rules>
<requireJavaVersion>
<version>[1.7.0-0,1.9.0-0),[9.0.0,13.0.2]</version>
<version>[1.7.0-0,1.9.0-0),[9.0.0,13.0.14]</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 3341dcc

Please sign in to comment.