Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 20, 2024
1 parent 5377634 commit e9524b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- integrationTestMounts
- integrationTestXenitEndpoints
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- uses: actions/setup-java@b6e674f4b717d7b0ae3baee0fbe79f498905dfde # v1
with:
java-version: 1.11
- name: Add license
Expand All @@ -45,7 +45,7 @@ jobs:
arguments: ${{ matrix.task }} --info
- name: Upload Artifact
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
with:
name: ${{ matrix.task }}-result
path: /home/runner/work/**/build/reports
Expand All @@ -59,7 +59,7 @@ jobs:
version:
- solr6
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Login to CloudSmith
Expand Down
2 changes: 1 addition & 1 deletion src/integrationTest/resources/docker-compose-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
postgresql:
image: docker.io/xenit/postgres
image: docker.io/xenit/postgres@sha256:d9c3e2a7c41c668835adb8752b17ad1506dcd38744a0c67ca90699a7be4b7e80
environment:
- POSTGRES_USER=alfresco
- POSTGRES_PASSWORD=admin
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/dockerfiles/Dockerfile.solr6
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE=docker.io/xenit/openjdk:alfresco-6.1-ubuntu
FROM alpine:latest AS build-stage-solr6
ARG BASE_IMAGE=docker.io/xenit/openjdk:alfresco-6.1-ubuntu@sha256:d49df9fb6638b816e979445cff3997122b63a7a81c1864788827ac6ad1964d37
FROM alpine:latest@sha256:5f48f60d043e6df88720dea5f954dcf507912368cd84bd08703325fdf269724e AS build-stage-solr6

ARG SOLR_VERSION_MAJOR
ARG SOLR_VERSION_MINOR
Expand Down

0 comments on commit e9524b7

Please sign in to comment.