From 626a3fd42b01717faef9e41213566e573f2a6661 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 18 Mar 2025 08:15:24 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .forgejo/workflows/workflow.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/workflow.yaml b/.forgejo/workflows/workflow.yaml index 8757df7..9dd60c2 100644 --- a/.forgejo/workflows/workflow.yaml +++ b/.forgejo/workflows/workflow.yaml @@ -9,13 +9,13 @@ jobs: lint: name: Lint Code (Ruff & Pylint) runs-on: docker - container: catthehacker/ubuntu:act-latest + container: catthehacker/ubuntu:act-latest@sha256:afbd9338d5d5c55290846befd921cbaabed061a7efc30a2d25d4c1f097f832f9 steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: "Setup uv" - uses: https://github.com/astral-sh/setup-uv@v5 + uses: https://github.com/astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5 with: version: "latest" enable-cache: true @@ -33,7 +33,7 @@ jobs: docs: name: Build Documentation (MkDocs) runs-on: docker - container: catthehacker/ubuntu:act-latest + container: catthehacker/ubuntu:act-latest@sha256:afbd9338d5d5c55290846befd921cbaabed061a7efc30a2d25d4c1f097f832f9 steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 @@ -41,7 +41,7 @@ jobs: fetch-depth: 0 - name: "Setup uv" - uses: https://github.com/astral-sh/setup-uv@v5 + uses: https://github.com/astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5 with: version: "latest" enable-cache: true