-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: explicitly define transitive dependencies that were unresolvable (…
…#790) Signed-off-by: Pat Losoponkul <[email protected]> Signed-off-by: Shota Jolbordi <[email protected]>
- Loading branch information
patlo-iog
authored and
Shota Jolbordi
committed
Mar 18, 2024
1 parent
19e3fa3
commit faa964e
Showing
14 changed files
with
71 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,9 @@ jobs: | |
GITHUB_ACTOR: ${{ secrets.ATALA_GITHUB_ACTOR }} | ||
GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }} | ||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} | ||
# New JDK version makes 'localhost' lookup on linux return ipv6. | ||
# Our test containers are on ipv4. We need to make 'localhost' resolve to ipv4. | ||
JAVA_TOOL_OPTIONS: -Djava.net.preferIPv4Stack=true | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
@@ -31,17 +34,17 @@ jobs: | |
ref: ${{ github.event.inputs.release-branch }} | ||
fetch-depth: 0 | ||
- name: Setup Java and Scala | ||
uses: olafurpg/setup-scala@v13 | ||
uses: olafurpg/setup-scala@v14 | ||
with: | ||
java-version: openjdk@1.11 | ||
java-version: openjdk@1.17 | ||
- name: Setup Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: "lts/*" | ||
- name: Setup Helm | ||
uses: azure/setup-helm@v3 | ||
with: | ||
version: '3.12.2' # default is latest (stable) | ||
version: "3.12.2" # default is latest (stable) | ||
id: install | ||
- name: Setup yq - portable yaml processor | ||
uses: mikefarah/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.