File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 SHARD : ${{ matrix.shard }}
6060 steps :
6161 - name : " 📥 Checkout repository"
62- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
62+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
6363 with :
6464 fetch-depth : 0
6565 - name : " ☕️ Setup JDK"
@@ -287,7 +287,7 @@ jobs:
287287 # read-only and commenting would fail with 403, so they receive the per-shard job summary
288288 # and the uploaded artifacts instead.
289289 - name : " 📥 Checkout repository"
290- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
290+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
291291 - name : " ☕️ Setup JDK"
292292 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
293293 with :
Original file line number Diff line number Diff line change 3333 - name : " 🌐 Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
3434 run : curl -s https://api.ipify.org
3535 - name : " 📥 Checkout repository"
36- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
36+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
3737 - name : " ☕️ Setup JDK"
3838 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
3939 with :
6767 - name : " 🌐 Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
6868 run : curl -s https://api.ipify.org
6969 - name : " 📥 Checkout repository"
70- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
70+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
7171 - name : " ☕️ Setup JDK"
7272 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
7373 with :
Original file line number Diff line number Diff line change 5858
5959 steps :
6060 - name : Checkout repository
61- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
61+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
6262 - name : " ☕️ Setup JDK"
6363 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
6464 with :
Original file line number Diff line number Diff line change 3333 - name : " 🌐 Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
3434 run : curl -s https://api.ipify.org
3535 - name : " 📥 Checkout repository"
36- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
36+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
3737 - name : " ☕️ Setup JDK"
3838 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
3939 with :
6767 - name : " 🌐 Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
6868 run : curl -s https://api.ipify.org
6969 - name : " 📥 Checkout repository"
70- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
70+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
7171 - name : " ☕️ Setup JDK"
7272 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
7373 with :
@@ -106,7 +106,7 @@ jobs:
106106 - name : " 🌐 Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
107107 run : curl -s https://api.ipify.org
108108 - name : " 📥 Checkout repository"
109- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
109+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
110110 - name : " ☕️ Setup JDK"
111111 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
112112 with :
Original file line number Diff line number Diff line change 3838 runs-on : ${{ matrix.os }}
3939 steps :
4040 - name : " 📥 Checkout repository"
41- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
41+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
4242 - name : " ☕️ Setup JDK"
4343 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
4444 with :
7272 runs-on : ${{ matrix.os }}
7373 steps :
7474 - name : " 📥 Checkout repository"
75- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
75+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
7676 - name : " ☕️ Setup JDK"
7777 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
7878 with :
@@ -105,7 +105,7 @@ jobs:
105105 runs-on : ubuntu-24.04
106106 steps :
107107 - name : " 📥 Checkout repository"
108- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
108+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
109109 - name : " 📥 Download all coverage artifacts"
110110 uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
111111 with :
Original file line number Diff line number Diff line change 4949 runs-on : ubuntu-24.04
5050 steps :
5151 - name : " 📥 Checkout repository"
52- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
52+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
5353 - name : " ☕️ Determine JDKs from .sdkmanrc"
5454 # Read both pins out of the files that already declare them. Only the major is kept:
5555 # `sdk env` gives a developer the exact Liberica patch, but the fixture and the suite are
Original file line number Diff line number Diff line change 2727 IMAGE_NAME : us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}:next
2828 steps :
2929 - name : " 📥 Checkout repository"
30- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
30+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
3131 - name : " ☕️ Setup JDK"
3232 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
3333 with :
7979 IMAGE_NAME : us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}-analytics:next
8080 steps :
8181 - name : " 📥 Checkout repository"
82- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
82+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
8383 - name : " ☕️ Setup JDK"
8484 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
8585 with :
Original file line number Diff line number Diff line change 2727 IMAGE_NAME : us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}:prev-snapshot
2828 steps :
2929 - name : " 📥 Checkout repository"
30- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
30+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
3131 - name : " ☕️ Setup JDK"
3232 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
3333 with :
7979 IMAGE_NAME : us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}-analytics:prev-snapshot
8080 steps :
8181 - name : " 📥 Checkout repository"
82- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
82+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
8383 - name : " ☕️ Setup JDK"
8484 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
8585 with :
Original file line number Diff line number Diff line change 2727 IMAGE_NAME : us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}:prev
2828 steps :
2929 - name : " 📥 Checkout repository"
30- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
30+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
3131 - name : " ☕️ Setup JDK"
3232 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
3333 with :
7979 IMAGE_NAME : us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}-analytics:prev
8080 steps :
8181 - name : " 📥 Checkout repository"
82- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
82+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
8383 - name : " ☕️ Setup JDK"
8484 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
8585 with :
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-24.04
3030 steps :
3131 - name : " 📥 Checkout repository"
32- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
32+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
3333 - name : " ☕️ Setup JDK"
3434 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
3535 with :
7878 runs-on : ubuntu-24.04
7979 steps :
8080 - name : " 📥 Checkout repository"
81- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
81+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
8282 - name : " ☕️ Setup JDK"
8383 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
8484 with :
You can’t perform that action at this time.
0 commit comments