From 0d3dd3c5581854983626cb2f535ea056c1cc1be0 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Wed, 16 Apr 2025 18:07:40 -0400 Subject: [PATCH] chore: Use hashes to pull actions for build-single-provider job Other jobs already use hashes. Signed-off-by: Ihar Hrachyshka --- .github/workflows/providers-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/providers-build.yml b/.github/workflows/providers-build.yml index ee532a94a..117c8b6d2 100644 --- a/.github/workflows/providers-build.yml +++ b/.github/workflows/providers-build.yml @@ -86,15 +86,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: python-version: '3.10' - name: Install uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1 with: python-version: "3.10"