Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Install Poetry
env:
poetry_version: 2.2.1 # renovate: datasource=github-tags depName=poetry packageName=python-poetry/poetry
poetry_version: 2.4.2 # renovate: datasource=github-tags depName=poetry packageName=python-poetry/poetry
run: pipx install poetry==$poetry_version
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
Expand All @@ -165,7 +165,7 @@
path: .cache
restore-keys: |
mkdocs-material-
- run: poetry install --no-interaction

Check warning on line 168 in .github/workflows/ci.yaml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Poetry allows execution of setup scripts on source builds by default. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=version-cli_version&issues=AaBPWb8a69uhNReJ58ZG&open=AaBPWb8a69uhNReJ58ZG&pullRequest=142
- name: Fetch gh-pages remote changes (if any)
run: git fetch origin gh-pages --depth=1
- name: Deploy main docs
Expand Down
Loading