From 4c285c0ca53a6152d5bf96c92adf35674f869c5d Mon Sep 17 00:00:00 2001 From: Nadia Santalla Date: Fri, 11 Oct 2024 12:20:12 +0200 Subject: [PATCH] ci/renovate-validate: specify renovate-version for validate workflow --- .github/workflows/renovate-validate.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate-validate.yaml b/.github/workflows/renovate-validate.yaml index 3dafaee9..6c39ad20 100644 --- a/.github/workflows/renovate-validate.yaml +++ b/.github/workflows/renovate-validate.yaml @@ -10,5 +10,8 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - run: |- - docker run -i --rm -v $(realpath .):/repo -w /repo --entrypoint renovate-config-validator ghcr.io/renovatebot/renovate --strict + - name: Renovate config validator + run: |- + # Renovate updates the line below. Please keep its formatting as it is. + export RENOVATE_IMAGE=ghcr.io/renovatebot/renovate:37.420.1@sha256:528f003c9aa77f6e916e3f9f5cc2fb9ae16fcf285af66f412a34325124f4a00e + docker run -i --rm -v $(realpath .):/repo -w /repo --entrypoint renovate-config-validator "$RENOVATE_IMAGE" --strict