File tree 3 files changed +7
-7
lines changed
integrationTest/resources
main/resources/dockerfiles
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
- integrationTestMounts
25
25
- integrationTestXenitEndpoints
26
26
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
29
29
with :
30
30
java-version : 1.11
31
31
- name : Add license
45
45
arguments : ${{ matrix.task }} --info
46
46
- name : Upload Artifact
47
47
if : success() || failure()
48
- uses : actions/upload-artifact@v3
48
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
49
49
with :
50
50
name : ${{ matrix.task }}-result
51
51
path : /home/runner/work/**/build/reports
59
59
version :
60
60
- solr6
61
61
steps :
62
- - uses : actions/checkout@v2
62
+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
63
63
- name : Setup Gradle
64
64
uses : gradle/gradle-build-action@v2
65
65
- name : Login to CloudSmith
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
2
2
3
3
services :
4
4
postgresql :
5
- image : docker.io/xenit/postgres
5
+ image : docker.io/xenit/postgres@sha256:d9c3e2a7c41c668835adb8752b17ad1506dcd38744a0c67ca90699a7be4b7e80
6
6
environment :
7
7
- POSTGRES_USER=alfresco
8
8
- 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:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 AS build-stage-solr6
3
3
4
4
ARG SOLR_VERSION_MAJOR
5
5
ARG SOLR_VERSION_MINOR
You can’t perform that action at this time.
0 commit comments