diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d8f5106d..82fb125a3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 - name: Install qlty - uses: qltysh/qlty-action/install@a19242102d17e497f437d7466aa01b528537e899 + uses: qltysh/qlty-action/install@6bbb1add7432c45a3fd35a824ea69dc5bef27967 - name: Run qlty check run: qlty check @@ -173,10 +173,10 @@ jobs: timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: cache: 'npm' node-version: ${{ env.NODE_VERSION }} diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index f94a2b3468..281d2a5c9c 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -79,7 +79,7 @@ jobs: continue-on-error: true - name: Install uv - uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7 + uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7 - name: Setup Venv run: |