File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,11 @@ jobs:
32
32
uses : github/codeql-action/init@v2
33
33
with :
34
34
languages : ${{ matrix.language }}
35
- # using v2.13.3 due to a breaking change in codeql https://github.com/github/codeql/issues/13541
36
- tools : ' https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.13.3/codeql-bundle-linux64.tar.gz'
37
35
38
- - name : Autobuild
39
- uses : github/codeql-action/autobuild@v2
36
+ # allows for java 8 and java 11 to be used.
37
+ # https://github.com/opensearch-project/sql-jdbc/pull/96#issuecomment-1611181743
38
+ - name : Build
39
+ run :
40
+ ./gradlew --no-daemon -S -Dorg.gradle.dependency.verification=off testClasses
40
41
- name : Perform CodeQL Analysis
41
42
uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ connector-release-notes-1.0.0.0.md).
22
22
* Update CI workflows. ([ #87 ] ( https://github.com/opensearch-project/sql-jdbc/pull/87 ) )
23
23
* Update release notes. ([ #88 ] ( https://github.com/opensearch-project/sql-jdbc/pull/88 ) )
24
24
* Fix H2 and guava CVEs. ([ #96 ] ( https://github.com/opensearch-project/sql-jdbc/pull/96 ) )
25
+ * Replaced autobuild workflow to fix CI. ([ #100 ] ( https://github.com/opensearch-project/sql-jdbc/pull/100 ) )
You can’t perform that action at this time.
0 commit comments