Compare commits

..

2 commits

Author SHA1 Message Date
431a9d9e71
Merge pull request 'chore(deps): pin dependencies' (#36) from renovate/pin-dependencies into main
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 40s
Actions / Build Documentation (MkDocs) (push) Successful in 41s
Reviewed-on: https://www.coastalcommits.com/cswimr/SeaCogs/pulls/36
2024-12-27 15:26:24 -05:00
203b6aec64
chore(deps): pin dependencies
Some checks failed
Actions / Build Documentation (MkDocs) (push) Has been skipped
Actions / Lint Code (Ruff & Pylint) (push) Failing after 39s
Actions / Build Documentation (MkDocs) (pull_request) Has been skipped
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 38s
2024-12-27 20:25:46 +00:00

View file

@ -7,7 +7,7 @@ jobs:
lint: lint:
name: Lint Code (Ruff & Pylint) name: Lint Code (Ruff & Pylint)
runs-on: docker runs-on: docker
container: www.coastalcommits.com/cswimr/actions:uv container: www.coastalcommits.com/cswimr/actions:uv@sha256:cd06ff5bd5b5883cdd5bb7c7f177957b402dafc25658bf06c3e464247d7bc8ef
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@ -29,7 +29,7 @@ jobs:
name: Build Documentation (MkDocs) name: Build Documentation (MkDocs)
if: github.event_name == 'push' && github.ref == 'refs/heads/main' if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: docker runs-on: docker
container: www.coastalcommits.com/cswimr/actions:docs container: www.coastalcommits.com/cswimr/actions:docs@sha256:187a6986dba977a73a20ae30a89ceeba3d053e55b659dcc0ae7bab917571460d
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4