diff --git a/.github/workflows/reusable-pr-label-by-branch.yml b/.github/workflows/reusable-pr-label-by-branch.yml index 4d544ff..8ae0582 100644 --- a/.github/workflows/reusable-pr-label-by-branch.yml +++ b/.github/workflows/reusable-pr-label-by-branch.yml @@ -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: diff --git a/.github/workflows/reusable-python-uv-pytest.yml b/.github/workflows/reusable-python-uv-pytest.yml index 0bc8652..59366e9 100644 --- a/.github/workflows/reusable-python-uv-pytest.yml +++ b/.github/workflows/reusable-python-uv-pytest.yml @@ -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 }} @@ -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 }} diff --git a/.github/workflows/reusable-release-draft-on-merge.yml b/.github/workflows/reusable-release-draft-on-merge.yml index 6d3b191..9a32f4a 100644 --- a/.github/workflows/reusable-release-draft-on-merge.yml +++ b/.github/workflows/reusable-release-draft-on-merge.yml @@ -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 }} diff --git a/.github/workflows/reusable-release-on-merge.yml b/.github/workflows/reusable-release-on-merge.yml index 9fe9ee6..3b58e18 100644 --- a/.github/workflows/reusable-release-on-merge.yml +++ b/.github/workflows/reusable-release-on-merge.yml @@ -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 }}