diff --git a/.github/actions/setup-python/action.yml b/.github/actions/setup-python/action.yml index 1d74c9ca..80833130 100644 --- a/.github/actions/setup-python/action.yml +++ b/.github/actions/setup-python/action.yml @@ -44,7 +44,7 @@ runs: # - python-version: Sets UV_PYTHON to ensure uv uses the correct Python version # - version: Empty defaults to latest or version from pyproject.toml/uv.toml - name: Install uv - uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7 + uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7 with: # Version: Empty means use latest or version from pyproject.toml/uv.toml # If pyproject.toml has [tool.uv] with required-version, that will be used diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc33588c..bc3b2a7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,7 +188,7 @@ jobs: - name: Checkout uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Validate - uses: reviewdog/action-actionlint@437bbe918b0d29544cbf9e8b1d63fe6f4e7a881d # v1.69.0 + uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.69.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} level: ${{ env.REVIEWDOG_LEVEL }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a49b730b..9e116cbe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -153,7 +153,7 @@ jobs: - name: Upload Coverage to Codecov if: ${{ !cancelled() && steps.verify_coverage.outputs.coverage_exists == 'true' }} continue-on-error: true - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 with: # Explicitly specify the coverage XML file to upload (generated by pytest) files: coverage.xml