From 13c9758d9df8c3c6b9df557df7ae87c875dac29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 02:43:44 +0000 Subject: [PATCH] build(deps): bump stackrox/actions from 1.0.30 to 1.0.32 Bumps [stackrox/actions](https://github.com/stackrox/actions) from 1.0.30 to 1.0.32. - [Release notes](https://github.com/stackrox/actions/releases) - [Commits](https://github.com/stackrox/actions/compare/v1.0.30...v1.0.32) --- updated-dependencies: - dependency-name: stackrox/actions dependency-version: 1.0.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index be6f7d3..b58a705 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -236,7 +236,7 @@ jobs: uses: stackrox/actions/infra/install-infractl@main - name: Create GKE cluster - uses: stackrox/actions/infra/create-cluster@v1.0.30 + uses: stackrox/actions/infra/create-cluster@v1.0.32 with: token: ${{ secrets.INFRA_TOKEN }} flavor: gke-default