Skip to content
Open
Show file tree
Hide file tree
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/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11.4'
python-version: '3.14.7'
cache: 'pip'

- name: Install Dependencies
run: |
pip install -r requirements.txt

Check warning on line 26 in .github/workflows/publish-docs.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=CPS-Innovation_digital-sop&issues=AZ_ThCWiGA9NVutVtgQo&open=AZ_ThCWiGA9NVutVtgQo&pullRequest=74

Check warning on line 26 in .github/workflows/publish-docs.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Using dependencies without locking resolved versions is security-sensitive.

See more on https://sonarcloud.io/project/issues?id=CPS-Innovation_digital-sop&issues=AZ_ThCWiGA9NVutVtgQp&open=AZ_ThCWiGA9NVutVtgQp&pullRequest=74
pip install ./custom

Check warning on line 27 in .github/workflows/publish-docs.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=CPS-Innovation_digital-sop&issues=AZ_ThCWiGA9NVutVtgQq&open=AZ_ThCWiGA9NVutVtgQq&pullRequest=74

- name: Build
env:
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.5
3.14.7
Loading