Skip to content

Commit

Permalink
chore: switch to custom fork of setup-graalvm
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Sep 19, 2023
1 parent f7cbfcf commit 58cb636
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
- name: "Setup: Checkout"
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: "Setup: GraalVM (Java 20)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "js,ruby,python"
distribution: 'graalvm-community'
java-version: '20'
check-for-updates: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Setup: GraalVM (Java 21)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm,regex,icu4j,trufflejson"
distribution: 'graalvm-community'
Expand Down Expand Up @@ -143,15 +143,15 @@ jobs:
- name: "Setup: Checkout"
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: "Setup: GraalVM (Java 20)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "js,ruby,python"
distribution: 'graalvm-community'
java-version: '20'
check-for-updates: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Setup: GraalVM (Java 21)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm,regex,icu4j,trufflejson"
distribution: 'graalvm-community'
Expand Down Expand Up @@ -252,15 +252,15 @@ jobs:
- name: "Setup: Git History"
run: git fetch --unshallow || exit 0
- name: "Setup: GraalVM (Java 20)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "js,ruby,python"
distribution: 'graalvm-community'
java-version: '20'
check-for-updates: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Setup: GraalVM (Java 21)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm,regex,icu4j,trufflejson"
distribution: 'graalvm-community'
Expand Down Expand Up @@ -375,15 +375,15 @@ jobs:
- name: "Setup: Checkout"
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: "Setup: GraalVM (Java 20)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "js,ruby,python"
distribution: 'graalvm-community'
java-version: '20'
check-for-updates: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Setup: GraalVM (Java 21)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm,regex,icu4j,trufflejson"
distribution: 'graalvm-community'
Expand Down Expand Up @@ -496,15 +496,15 @@ jobs:
arch: ${{ matrix.arch }}
cache: 'gradle'
- name: "Setup: GraalVM (Java 20)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "js,ruby,python"
distribution: 'graalvm-community'
java-version: '20'
check-for-updates: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Setup: GraalVM (Java 21)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm,regex,icu4j,trufflejson"
distribution: 'graalvm-community'
Expand Down Expand Up @@ -626,15 +626,15 @@ jobs:
with:
arch: ${{ matrix.arch }}
- name: "Setup: GraalVM (Java 20)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "js,ruby,python"
distribution: 'graalvm-community'
java-version: '20'
check-for-updates: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Setup: GraalVM (Java 21)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm,regex,icu4j,trufflejson"
distribution: 'graalvm-community'
Expand Down Expand Up @@ -713,15 +713,15 @@ jobs:
with:
egress-policy: audit
- name: "Setup: GraalVM (Java 20)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "js,ruby,python"
distribution: 'graalvm-community'
java-version: '20'
check-for-updates: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Setup: GraalVM (Java 21)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm,regex,icu4j,trufflejson"
distribution: 'graalvm-community'
Expand Down Expand Up @@ -823,15 +823,15 @@ jobs:
with:
egress-policy: audit
- name: "Setup: GraalVM (Java 20)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "js,ruby,python"
distribution: 'graalvm-community'
java-version: '20'
check-for-updates: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Setup: GraalVM (Java 21)"
uses: graalvm/setup-graalvm@0e29e36dce77b07eb899abac809c2fce9d60c140 # v1.1.3.1
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm,regex,icu4j,trufflejson"
distribution: 'graalvm-community'
Expand Down

0 comments on commit 58cb636

Please sign in to comment.