File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,18 +28,18 @@ jobs:
2828 matrix :
2929 java-version : [21, 24]
3030 steps :
31- - uses : actions/checkout@v6
31+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3232 with :
3333 submodules : ' true'
3434
3535 - name : Set up JDK ${{ matrix.java-version }}
36- uses : actions/setup-java@v5
36+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
3737 with :
3838 distribution : ' temurin'
3939 java-version : ${{ matrix.java-version }}
4040
4141 - name : Setup Gradle
42- uses : gradle/actions/setup-gradle@v5
42+ uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5
4343 with :
4444 cache-read-only : ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }}
4545
6262
6363 - name : Cache Bazel stuff
6464 if : ${{ matrix.java-version == '21' }}
65- uses : actions/cache@v4
65+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
6666 with :
6767 path : |
6868 ~/.cache/bazel
7474 run : conformance/run-conformance-tests.sh
7575
7676 - name : Capture test results
77- uses : actions/upload-artifact@v5
77+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
7878 if : failure()
7979 with :
8080 name : test-results
Original file line number Diff line number Diff line change 5050 exit 1
5151 fi
5252
53- - uses : actions/checkout@v6
53+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5454 with :
5555 fetch-depth : ' 0'
5656 submodules : ' true'
6262 gh api repos/projectnessie/cel-java/commits/${SHA}/check-runs --jq 'if ([.check_runs[] | select(.name | endswith("Release") or startswith("Dependabot ") or startswith("codecov/") or startswith("Report") | not ) | .conclusion // "pending" ] | unique == ["success"] or unique == []) then "OK" else error("Commit checks are not OK") end'
6363
6464 - name : Set up JDK
65- uses : actions/setup-java@v5
65+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
6666 with :
6767 distribution : ' temurin'
6868 java-version : 21
9191 git tag -f ${GIT_TAG}
9292
9393 - name : Setup Gradle
94- uses : gradle/actions/setup-gradle@v5
94+ uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5
9595 with :
9696 cache-read-only : true
9797
You can’t perform that action at this time.
0 commit comments