Pin dependencies
This commit is contained in:
parent
4fa52fe19d
commit
d37d593ba2
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ jobs:
|
|||
lint:
|
||||
name: Lint
|
||||
runs-on: docker
|
||||
container: www.coastalcommits.com/cswimr/actions:uv
|
||||
container: www.coastalcommits.com/cswimr/actions:uv@sha256:513950ba040ce410cbbdbafd5e21923102c3e138474df078d6948a9d8a28e3c7
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ghcr.io/astral-sh/uv:debian-slim
|
||||
FROM ghcr.io/astral-sh/uv:debian-slim@sha256:7209e1b02f3e2429ae87ef7d7c77f9e9e3a218d36e1c30bfd788c0f6c71ec6dc
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue