From 1f53fc53e658a0f86bf9eae48a00db775dd1b977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 15:24:04 +0000 Subject: [PATCH] build(deps): bump getsentry/action-validate-gocd-pipelines Bumps [getsentry/action-validate-gocd-pipelines](https://github.com/getsentry/action-validate-gocd-pipelines) from 80fde540c1403d52e17783368930fa28bd93447f to 5662a2b631d4e2aa1bfc21e878f9e131c31c40c1. - [Release notes](https://github.com/getsentry/action-validate-gocd-pipelines/releases) - [Commits](https://github.com/getsentry/action-validate-gocd-pipelines/compare/80fde540c1403d52e17783368930fa28bd93447f...5662a2b631d4e2aa1bfc21e878f9e131c31c40c1) --- updated-dependencies: - dependency-name: getsentry/action-validate-gocd-pipelines dependency-version: 5662a2b631d4e2aa1bfc21e878f9e131c31c40c1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/validate-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-pipelines.yml b/.github/workflows/validate-pipelines.yml index 16c27b4098..f882815305 100644 --- a/.github/workflows/validate-pipelines.yml +++ b/.github/workflows/validate-pipelines.yml @@ -53,7 +53,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: snuba__master gocd_access_token: ${{ secrets.GOCD_ACCESS_TOKEN }}