chore(deps): pin dependencies
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Has been skipped
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 48s

This commit is contained in:
CoastalCommits-Renovate-Bot 2024-12-27 19:48:56 +00:00
parent 35b4c08461
commit 429bfe9c4f
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 0CC2374992B310B5

View file

@ -7,10 +7,10 @@ jobs:
lint:
name: Lint Code (Ruff & Pylint)
runs-on: docker
container: www.coastalcommits.com/cswimr/actions:uv
container: www.coastalcommits.com/cswimr/actions:uv@sha256:cd06ff5bd5b5883cdd5bb7c7f177957b402dafc25658bf06c3e464247d7bc8ef
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Install python
run: uv python install 3.11
@ -29,10 +29,10 @@ jobs:
name: Build Documentation (MkDocs)
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: docker
container: www.coastalcommits.com/cswimr/actions:docs
container: www.coastalcommits.com/cswimr/actions:docs@sha256:187a6986dba977a73a20ae30a89ceeba3d053e55b659dcc0ae7bab917571460d
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
fetch-depth: 0