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/reusable-pr-label-by-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
with:
preserve_labels: ${{ inputs.preserve_dependabot_labels }}

- uses: release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7
- uses: release-drafter/release-drafter@3a7fb5c85b80b1dda66e1ccb94009adbbd32fce3
if: steps.prerequisite-check.outputs.auto_label == 'true'
id: autolabel
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-python-uv-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
key: ${{ runner.os }}-tool-versions-${{ hashFiles('.tool-versions') }}

- name: Set up Python ${{ matrix.python-version }}
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

- name: Report coverage
if: ${{ inputs.report-coverage }}
uses: MishaKav/pytest-coverage-comment@26f986d2599c288bb62f623d29c2da98609e9cd4
uses: MishaKav/pytest-coverage-comment@287292879eaaff04116f36d3eb1a670f6e5df1a4
with:
pytest-xml-coverage-path: ./htmlcov/coverage.xml
title: Coverage report for Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-release-draft-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7
- uses: release-drafter/release-drafter@3a7fb5c85b80b1dda66e1ccb94009adbbd32fce3
with:
commitish: ${{ inputs.commitish}}
latest: ${{ inputs.latest }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-release-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
outputs:
release_version: ${{ steps.release-drafter.outputs.tag_name }}
steps:
- uses: release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7
- uses: release-drafter/release-drafter@3a7fb5c85b80b1dda66e1ccb94009adbbd32fce3
id: release-drafter
with:
config-name: ${{ inputs.config_name }}
Expand Down
Loading