File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-22.04
1010 steps :
1111 - name : checkout repository
12- uses : actions/checkout@v4
12+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1313 - name : validate gradle wrapper
14- uses : gradle/wrapper-validation-action@v2
14+ uses : gradle/wrapper-validation-action@b5418f5a58f5fd2eb486dd7efb368fe7be7eae45 # v2.1.3
1515 - name : setup jdk ${{ matrix.java }}
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
1717 with :
1818 java-version : ${{ matrix.java }}
1919 distribution : ' microsoft'
2323 run : ./gradlew build
2424 - name : capture build artifacts
2525 if : ${{ matrix.java == '21' }} # Only upload artifacts built from latest java
26- uses : actions/upload-artifact@v4
26+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2727 with :
2828 name : Artifacts
29- path : build/libs/
29+ path : build/libs/
You can’t perform that action at this time.
0 commit comments