This is an automated email from the ASF dual-hosted git repository. imbajin pushed a commit to branch goal-test in repository https://gitbox.apache.org/repos/asf/hugegraph-ai.git
commit 74313582044df2d6c04a09915e80c3e529029ec3 Author: imbajin <[email protected]> AuthorDate: Mon Jun 1 21:44:39 2026 +0800 fix: use resolvable setup-uv action tag - replace missing astral-sh/setup-uv@v8 with v8.1.0 - keep readable official action versions per maintainer preference - update final quality report with the resolvable uv action tag --- .github/workflows/hugegraph-llm.yml | 6 +++--- .github/workflows/hugegraph-python-client.yml | 4 ++-- .workflow/quality-program/reports/final-quality-report.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/hugegraph-llm.yml b/.github/workflows/hugegraph-llm.yml index 85fe694b..90ec6cca 100644 --- a/.github/workflows/hugegraph-llm.yml +++ b/.github/workflows/hugegraph-llm.yml @@ -48,7 +48,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@v8 + uses: astral-sh/[email protected] with: version: "0.9.22" @@ -107,7 +107,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@v8 + uses: astral-sh/[email protected] with: version: "0.9.22" @@ -164,7 +164,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@v8 + uses: astral-sh/[email protected] with: version: "0.9.22" diff --git a/.github/workflows/hugegraph-python-client.yml b/.github/workflows/hugegraph-python-client.yml index 1a34bdd5..d4fe9423 100644 --- a/.github/workflows/hugegraph-python-client.yml +++ b/.github/workflows/hugegraph-python-client.yml @@ -29,7 +29,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@v8 + uses: astral-sh/[email protected] with: version: "0.9.22" @@ -85,7 +85,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@v8 + uses: astral-sh/[email protected] with: version: "0.9.22" diff --git a/.workflow/quality-program/reports/final-quality-report.md b/.workflow/quality-program/reports/final-quality-report.md index a4a0c012..605794ae 100644 --- a/.workflow/quality-program/reports/final-quality-report.md +++ b/.workflow/quality-program/reports/final-quality-report.md @@ -127,7 +127,7 @@ Deferred items are documented in `.workflow/quality-program/reports/deferred-ref - HugeGraph integration jobs use `hugegraph/hugegraph:1.7.0` and selected integration tests fail when the required service is unavailable. - Smoke tests are deterministic and exercise production code at KG, GraphRAG, and Text2Gremlin boundaries. - Coverage ratchets start from local areas instead of imposing a full-repository threshold. -- GitHub Actions are kept on readable official major-version tags (`actions/checkout@v6`, `actions/setup-python@v6`, `actions/cache@v5`, `actions/upload-artifact@v7`, `astral-sh/setup-uv@v8`) per maintainer preference; SHA-pinning review feedback is intentionally not adopted. +- GitHub Actions are kept on readable official version tags (`actions/checkout@v6`, `actions/setup-python@v6`, `actions/cache@v5`, `actions/upload-artifact@v7`, `astral-sh/[email protected]`) per maintainer preference; SHA-pinning review feedback is intentionally not adopted. ## Recommended Next Actions
