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

This commit is contained in:
CoastalCommits-Renovate-Bot 2024-12-27 20:01:14 +00:00
parent cea73b7955
commit 74883a1761
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,7 +7,7 @@ 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@ -29,7 +29,7 @@ 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4