diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 2cd5379..f97375f 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -32,7 +32,7 @@ jobs: python-version: "3.13" - name: Setup uv - uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5 + uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 - name: Install dependencies run: uv sync --dev diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f535b97..830a074 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup uv - uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5 + uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 - name: Install dependencies run: uv sync --dev @@ -33,7 +33,7 @@ jobs: uv run coverage run --source=tests,cpp_linter_hooks -m pytest -vv uv run coverage report uv run coverage xml - - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 #v5 + - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de #v5 if: matrix.python-version == '3.13' with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/update-versions.yml b/.github/workflows/update-versions.yml index 8e8a173..45ff198 100644 --- a/.github/workflows/update-versions.yml +++ b/.github/workflows/update-versions.yml @@ -45,7 +45,7 @@ jobs: - name: Create Pull Request if: steps.verify-changed-files.outputs.changed == 'true' - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: |