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
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Set up uv
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
with:
python-version: "3.12"
- name: ruff
Expand Down Expand Up @@ -50,7 +50,7 @@
sudo cp ${archive_name}/* /usr/bin
sudo cp policy.xml /etc/ImageMagick-6/
- name: Set up uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v7

Check failure on line 53 in .github/workflows/ci.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=manykarim_robotframework-doctestlibrary&issues=AZ9bGzlGfI86R02PhGMw&open=AZ9bGzlGfI86R02PhGMw&pullRequest=146
with:
python-version: "3.11"
- name: Install base dependencies (without AI extras)
Expand Down Expand Up @@ -112,7 +112,7 @@
sudo cp ${archive_name}/* /usr/bin
sudo cp policy.xml /etc/ImageMagick-6/
- name: Set up uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v7

Check failure on line 115 in .github/workflows/ci.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=manykarim_robotframework-doctestlibrary&issues=AZ9bGzlGfI86R02PhGMx&open=AZ9bGzlGfI86R02PhGMx&pullRequest=146
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies (all extras)
Expand Down Expand Up @@ -172,7 +172,7 @@
sudo cp ${archive_name}/* /usr/bin
sudo cp policy.xml /etc/ImageMagick-6/
- name: Set up uv
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
with:
python-version: "3.13"
- name: Install dependencies (all extras)
Expand All @@ -199,7 +199,7 @@
sudo apt-get install -y imagemagick tesseract-ocr ghostscript libdmtx0b libzbar0
sudo cp policy.xml /etc/ImageMagick-6/
- name: Set up uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v7

Check failure on line 202 in .github/workflows/ci.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=manykarim_robotframework-doctestlibrary&issues=AZ9bGzlGfI86R02PhGMy&open=AZ9bGzlGfI86R02PhGMy&pullRequest=146
with:
python-version: "3.13"
- name: Set up Node
Expand Down Expand Up @@ -235,7 +235,7 @@
sudo apt-get install -y imagemagick tesseract-ocr ghostscript libdmtx0b libzbar0
sudo cp policy.xml /etc/ImageMagick-6/
- name: Set up uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v7

Check failure on line 238 in .github/workflows/ci.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=manykarim_robotframework-doctestlibrary&issues=AZ9bGzlGfI86R02PhGMz&open=AZ9bGzlGfI86R02PhGMz&pullRequest=146
with:
python-version: "3.13"
- name: Set up Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v7
with:
python-version: "3.12"
- name: Set up Node
Expand Down
Loading