Skip to content

Commit 3341dcc

Browse files
authored
Merge pull request #212 from DataDog/carlosroman/pom-update
Updated required Java Version to allow Java 13.0.14
2 parents d8e4f0a + 0e20253 commit 3341dcc

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: "CodeQL"
23

34
on:
@@ -25,11 +26,11 @@ jobs:
2526

2627
steps:
2728
- name: Checkout repository
28-
uses: actions/checkout@v2
29+
uses: actions/checkout@v3
2930

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

4041
- name: Autobuild
41-
uses: github/codeql-action/autobuild@v1
42+
uses: github/codeql-action/autobuild@v2
4243

4344
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@v1
45+
uses: github/codeql-action/analyze@v2

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
<configuration>
226226
<rules>
227227
<requireJavaVersion>
228-
<version>[1.7.0-0,1.9.0-0),[9.0.0,13.0.2]</version>
228+
<version>[1.7.0-0,1.9.0-0),[9.0.0,13.0.14]</version>
229229
</requireJavaVersion>
230230
</rules>
231231
</configuration>

0 commit comments

Comments
 (0)