From 629bfd8c5b0a0bc9a27f04749a1e56c6100859ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:34:19 +0000 Subject: [PATCH] chore(deps): 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/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 78bd9c0..d8c6119 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -22,7 +22,7 @@ jobs: uses: stackrox/actions/infra/install-infractl@main - name: Create GKE infra 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: qa-demo