Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e48de01

Browse files
authoredJan 9, 2025··
Pin dependencies
1 parent fa42dc6 commit e48de01

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
 

‎.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
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: install docker-compose
@@ -47,7 +47,7 @@ jobs:
4747
arguments: ${{ matrix.task }} --info
4848
- name: Upload Artifact
4949
if: success() || failure()
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
5151
with:
5252
name: ${{ matrix.task }}-result
5353
path: /home/runner/work/**/build/reports
@@ -61,9 +61,9 @@ jobs:
6161
version:
6262
- solr6
6363
steps:
64-
- uses: actions/checkout@v2
64+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
6565
- name: Setup Gradle
66-
uses: gradle/gradle-build-action@v2
66+
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
6767
- name: Login to CloudSmith
6868
run: |
6969
echo "${{ secrets.CLOUDSMITH_APIKEY }}" | docker login private.docker.xenit.eu --username "${{ secrets.CLOUDSMITH_USER }}" --password-stdin

‎src/integrationTest/resources/docker-compose-db.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
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

‎src/main/resources/dockerfiles/Dockerfile.solr6

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 AS build-stage-solr6
33

44
ARG SOLR_VERSION_MAJOR
55
ARG SOLR_VERSION_MINOR

0 commit comments

Comments
 (0)
Please sign in to comment.