diff --git a/.github/workflows/component-integration.yml b/.github/workflows/component-integration.yml index c831390f..9adcba4b 100644 --- a/.github/workflows/component-integration.yml +++ b/.github/workflows/component-integration.yml @@ -97,7 +97,7 @@ jobs: - name: Setup uv cache if: steps.should_test.outputs.test != 'false' - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | ~/.cache/uv @@ -197,7 +197,7 @@ jobs: - name: Upload integration test results if: always() && steps.should_test.outputs.test != 'false' - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: integration-test-results-${{ matrix.component }}-py${{ matrix.python }} path: | diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e356a594..f849585c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -78,7 +78,7 @@ jobs: type=semver,pattern={{major}}.{{minor}},suffix=${{ inputs.suffix }} - name: Build and push Docker image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: . file: ${{ matrix.dockerfile }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 04bab1f2..175d8190 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -130,7 +130,7 @@ jobs: uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 - name: Setup uv cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | ~/.cache/uv diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 84fbe63c..d358adb2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -67,7 +67,7 @@ jobs: uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 - name: Setup uv cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | ~/.cache/uv @@ -171,7 +171,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: test-results-${{ matrix.component }}-py${{ matrix.python }} path: |