From 0ec5caf9dc63f297b0fc9ae6e23bb9f640e4f795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 03:01:04 +0000 Subject: [PATCH] Bump stackrox/actions from 1.0.14 to 1.0.15 Bumps [stackrox/actions](https://github.com/stackrox/actions) from 1.0.14 to 1.0.15. - [Release notes](https://github.com/stackrox/actions/releases) - [Commits](https://github.com/stackrox/actions/compare/v1.0.14...v1.0.15) --- updated-dependencies: - dependency-name: stackrox/actions 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 377a93a..a00c168 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -232,7 +232,7 @@ jobs: uses: stackrox/actions/infra/install-infractl@main - name: Create GKE cluster - uses: stackrox/actions/infra/create-cluster@v1.0.14 + uses: stackrox/actions/infra/create-cluster@v1.0.15 with: token: ${{ secrets.INFRA_TOKEN }} flavor: gke-default