File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
integrationTest/resources
main/resources/dockerfiles Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424 - integrationTestMounts
2525 - integrationTestXenitEndpoints
2626 steps :
27- - uses : actions/checkout@v2
28- - uses : actions/setup-java@v1
27+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
28+ - uses : actions/setup-java@b6e674f4b717d7b0ae3baee0fbe79f498905dfde # v1
2929 with :
3030 java-version : 1.11
3131 - name : Add license
4545 arguments : ${{ matrix.task }} --info
4646 - name : Upload Artifact
4747 if : success() || failure()
48- uses : actions/upload-artifact@v3
48+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
4949 with :
5050 name : ${{ matrix.task }}-result
5151 path : /home/runner/work/**/build/reports
5959 version :
6060 - solr6
6161 steps :
62- - uses : actions/checkout@v2
62+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
6363 - name : Setup Gradle
6464 uses : gradle/gradle-build-action@v2
6565 - name : Login to CloudSmith
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22
33services :
44 postgresql :
5- image : docker.io/xenit/postgres
5+ image : docker.io/xenit/postgres@sha256:d9c3e2a7c41c668835adb8752b17ad1506dcd38744a0c67ca90699a7be4b7e80
66 environment :
77 - POSTGRES_USER=alfresco
88 - POSTGRES_PASSWORD=admin
Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=docker.io/xenit/openjdk:alfresco-6.1-ubuntu
2- FROM alpine:latest AS build-stage-solr6
1+ ARG BASE_IMAGE=docker.io/xenit/openjdk:alfresco-6.1-ubuntu@sha256:d49df9fb6638b816e979445cff3997122b63a7a81c1864788827ac6ad1964d37
2+ FROM alpine:latest@sha256:5f48f60d043e6df88720dea5f954dcf507912368cd84bd08703325fdf269724e AS build-stage-solr6
33
44ARG SOLR_VERSION_MAJOR
55ARG SOLR_VERSION_MINOR
You can’t perform that action at this time.
0 commit comments