Merge pull request 'Pin dependencies' (#22) from renovate/pin-dependencies into master
Some checks failed
Actions / Build and Push Images (push) Successful in 14s
Actions / Lint (push) Failing after 16s

Reviewed-on: #22
This commit is contained in:
cswimr 2024-12-28 10:41:56 -05:00
commit 2881290a18
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
FROM ghcr.io/astral-sh/uv:debian-slim
FROM ghcr.io/astral-sh/uv:debian-slim@sha256:7209e1b02f3e2429ae87ef7d7c77f9e9e3a218d36e1c30bfd788c0f6c71ec6dc
WORKDIR /app