Skip to content

Commit 5aa8c12

Browse files
authored
Replaced autobuild workflow to fix CI (#100)
* Replaced autobuild workflow to fix CI Signed-off-by: Guian Gumpac <[email protected]> * Added to release notes Signed-off-by: Guian Gumpac <[email protected]> * Removed gradle clean from build workflow Signed-off-by: Guian Gumpac <[email protected]> --------- Signed-off-by: Guian Gumpac <[email protected]>
1 parent d01e4eb commit 5aa8c12

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ jobs:
3232
uses: github/codeql-action/init@v2
3333
with:
3434
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'
3735

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
4041
- name: Perform CodeQL Analysis
4142
uses: github/codeql-action/analyze@v2

release-notes/opensearch-jdbc-release-notes-1.4.0.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ connector-release-notes-1.0.0.0.md).
2222
* Update CI workflows. ([#87](https://github.com/opensearch-project/sql-jdbc/pull/87))
2323
* Update release notes. ([#88](https://github.com/opensearch-project/sql-jdbc/pull/88))
2424
* 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))

0 commit comments

Comments
 (0)