File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 timeout-minutes : 15
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1616 - name : Set up JDK 17
17- uses : actions/setup-java@v4
17+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
1818 with :
1919 distribution : temurin
2020 java-version : 17
3131
3232 - name : Upload reports
3333 if : failure()
34- uses : actions/upload-artifact@v4
34+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
3535 with :
3636 name : reports
3737 path : |
Original file line number Diff line number Diff line change 2121# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/hibernate-orm-jvm
2222#
2323###
24- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1761032271
24+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1761032271@sha256:951ee3cabb74246821ae31c2b808b7789310f5509882c153b7b178aaaeefa2d3
2525
2626ARG JAVA_PACKAGE=java-11-openjdk-headless
2727ARG RUN_JAVA_VERSION=1.3.8
Original file line number Diff line number Diff line change 1414# docker run -i --rm -p 8080:8080 quarkus/hibernate-orm
1515#
1616###
17- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1761032271
17+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1761032271@sha256:951ee3cabb74246821ae31c2b808b7789310f5509882c153b7b178aaaeefa2d3
1818WORKDIR /work/
1919RUN chown 1001 /work \
2020 && chmod "g+rwX" /work \
You can’t perform that action at this time.
0 commit comments