Skip to content

Commit 2f77a04

Browse files
Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [getsentry/action-validate-gocd-pipelines](https://github.com/getsentry/action-validate-gocd-pipelines). Updates `astral-sh/setup-uv` from 94527f2e458b27549849d47d273a16bec83a01e9 to 37802adc94f370d6bfd71619e3f0bf239e1f3b78 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@94527f2...37802ad) Updates `docker/setup-buildx-action` from 3.12.0 to 4.0.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@8d2750c...4d04d5d) Updates `getsentry/action-validate-gocd-pipelines` from 80fde540c1403d52e17783368930fa28bd93447f to 5662a2b631d4e2aa1bfc21e878f9e131c31c40c1 - [Release notes](https://github.com/getsentry/action-validate-gocd-pipelines/releases) - [Commits](getsentry/action-validate-gocd-pipelines@80fde54...5662a2b) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 37802adc94f370d6bfd71619e3f0bf239e1f3b78 dependency-type: direct:production dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: getsentry/action-validate-gocd-pipelines dependency-version: 5662a2b631d4e2aa1bfc21e878f9e131c31c40c1 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05e5485 commit 2f77a04

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: "3.13"
2525

2626
- name: Install uv
27-
uses: astral-sh/setup-uv@94527f2e458b27549849d47d273a16bec83a01e9 # v7
27+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2828
with:
2929
enable-cache: true
3030
cache-dependency-glob: pyproject.toml
@@ -56,7 +56,7 @@ jobs:
5656
python-version: "3.13"
5757

5858
- name: Install uv
59-
uses: astral-sh/setup-uv@94527f2e458b27549849d47d273a16bec83a01e9 # v7
59+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
6060
with:
6161
enable-cache: true
6262
cache-dependency-glob: pyproject.toml
@@ -147,7 +147,7 @@ jobs:
147147
python-version: "3.13"
148148

149149
- name: Install uv
150-
uses: astral-sh/setup-uv@94527f2e458b27549849d47d273a16bec83a01e9 # v7
150+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
151151
with:
152152
enable-cache: true
153153
cache-dependency-glob: pyproject.toml
@@ -260,7 +260,7 @@ jobs:
260260
python-version: "3.13"
261261

262262
- name: Install uv
263-
uses: astral-sh/setup-uv@94527f2e458b27549849d47d273a16bec83a01e9 # v7
263+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
264264
with:
265265
enable-cache: true
266266
cache-dependency-glob: pyproject.toml

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
GHCR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767

6868
- name: Set up Docker Buildx
69-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
69+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
7070

7171
- name: Create multiplatform manifests
7272
run: |

.github/workflows/validate-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
jb-install: true
5656
jsonnet-dir: gocd/templates
5757
generated-dir: gocd/generated-pipelines
58-
- uses: getsentry/action-validate-gocd-pipelines@80fde540c1403d52e17783368930fa28bd93447f # v1
58+
- uses: getsentry/action-validate-gocd-pipelines@5662a2b631d4e2aa1bfc21e878f9e131c31c40c1 # v1
5959
with:
6060
configrepo: launchpad__main
6161
gocd_access_token: ${{ secrets.GOCD_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)