Skip to content
Merged
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/aur-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7

- name: Install and fix pip2pkgbuild
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: astral-sh/setup-uv@v7

- name: Setup Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7

- name: Publish to PyPi
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
python-version: ${{ matrix.python-version }}

- name: Setup Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand All @@ -29,11 +29,11 @@
- name: Install dependencies
shell: bash
run: |
uv sync

Check warning on line 32 in .github/workflows/pytest.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=PabloLec_RecoverPy&issues=AZ9_xbapWmQjD3RHbrO7&open=AZ9_xbapWmQjD3RHbrO7&pullRequest=644

Check warning on line 32 in .github/workflows/pytest.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--no-build" can lead to the execution of setup scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=PabloLec_RecoverPy&issues=AZ9_xbapWmQjD3RHbrO6&open=AZ9_xbapWmQjD3RHbrO6&pullRequest=644
sudo apt install progress -y

- name: Run tests
run: uv run pytest

Check warning on line 36 in .github/workflows/pytest.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=PabloLec_RecoverPy&issues=AZ9_xbapWmQjD3RHbrO9&open=AZ9_xbapWmQjD3RHbrO9&pullRequest=644

Check warning on line 36 in .github/workflows/pytest.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--no-build" can lead to the execution of setup scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=PabloLec_RecoverPy&issues=AZ9_xbapWmQjD3RHbrO8&open=AZ9_xbapWmQjD3RHbrO8&pullRequest=644

automerge-dependabot:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: astral-sh/setup-uv@v7

- name: Setup Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7

- name: Publish to Test PyPi
env:
Expand Down
Loading