Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 5307cc4 commit d6debde
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 @@ -16,8 +16,8 @@ jobs:
version:
- solr6
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: Setup Gradle
Expand All @@ -36,7 +36,7 @@ jobs:
run: ./gradlew integrationTests --info
- name: Upload Artifact
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
with:
name: test-result
path: /home/runner/work/**/build/reports
Expand All @@ -50,7 +50,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:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 AS build-stage-solr6

ARG SOLR_VERSION_MAJOR
ARG SOLR_VERSION_MINOR
Expand Down

0 comments on commit d6debde

Please sign in to comment.