diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2126fe29..2324d102 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: python-version: "3.13" - name: Install uv - uses: astral-sh/setup-uv@94527f2e458b27549849d47d273a16bec83a01e9 # v7 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: enable-cache: true cache-dependency-glob: pyproject.toml @@ -56,7 +56,7 @@ jobs: python-version: "3.13" - name: Install uv - uses: astral-sh/setup-uv@94527f2e458b27549849d47d273a16bec83a01e9 # v7 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: enable-cache: true cache-dependency-glob: pyproject.toml @@ -147,7 +147,7 @@ jobs: python-version: "3.13" - name: Install uv - uses: astral-sh/setup-uv@94527f2e458b27549849d47d273a16bec83a01e9 # v7 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: enable-cache: true cache-dependency-glob: pyproject.toml @@ -260,7 +260,7 @@ jobs: python-version: "3.13" - name: Install uv - uses: astral-sh/setup-uv@94527f2e458b27549849d47d273a16bec83a01e9 # v7 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: enable-cache: true cache-dependency-glob: pyproject.toml diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index a629b25c..e7b7466f 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -66,7 +66,7 @@ jobs: GHCR_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 - name: Create multiplatform manifests run: | diff --git a/.github/workflows/validate-pipelines.yml b/.github/workflows/validate-pipelines.yml index db89cf26..673b844d 100644 --- a/.github/workflows/validate-pipelines.yml +++ b/.github/workflows/validate-pipelines.yml @@ -55,7 +55,7 @@ jobs: jb-install: true jsonnet-dir: gocd/templates generated-dir: gocd/generated-pipelines - - uses: getsentry/action-validate-gocd-pipelines@80fde540c1403d52e17783368930fa28bd93447f # v1 + - uses: getsentry/action-validate-gocd-pipelines@5662a2b631d4e2aa1bfc21e878f9e131c31c40c1 # v1 with: configrepo: launchpad__main gocd_access_token: ${{ secrets.GOCD_ACCESS_TOKEN }}