From c1eea64a23e58839ad564dcf3c82cc6d727afa6d Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 4 Sep 2024 06:10:35 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .gitea/workflows/renovate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 90678f1..5f2afe5 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -9,9 +9,9 @@ on: jobs: renovate: runs-on: ubuntu-latest - container: ghcr.io/renovatebot/renovate:latest + container: ghcr.io/renovatebot/renovate:latest@sha256:278d4926a7dc4677450801b4c1d98c53bfe95ab440ce4044b5f05ca6b1680b5c steps: - - uses: https://git.kjan.de/actions/checkout@v4 + - uses: https://git.kjan.de/actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - run: renovate env: RENOVATE_CONFIG_FILE: "config.js" # replace it with your config.js path