chore(deps): pin dependencies
This commit is contained in:
parent
13bbc0b5d9
commit
626a3fd42b
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue