From 7de32cb0b8f48f1988e5335923bc631353149579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 22:52:34 +0000 Subject: [PATCH] Bump stackrox/actions from 1.0.41 to 1.0.42 Bumps [stackrox/actions](https://github.com/stackrox/actions) from 1.0.41 to 1.0.42. - [Release notes](https://github.com/stackrox/actions/releases) - [Commits](https://github.com/stackrox/actions/compare/v1.0.41...v1.0.42) --- updated-dependencies: - dependency-name: stackrox/actions dependency-version: 1.0.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/create-dev-cluster.yml | 2 +- .github/workflows/delete-dev-cluster.yml | 2 +- .github/workflows/e2e-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-dev-cluster.yml b/.github/workflows/create-dev-cluster.yml index 2d999e3..55bb21f 100644 --- a/.github/workflows/create-dev-cluster.yml +++ b/.github/workflows/create-dev-cluster.yml @@ -24,7 +24,7 @@ jobs: outputs: cluster-name: ${{ inputs.cluster-name }} steps: - - uses: stackrox/actions/infra/create-cluster@v1.0.41 + - uses: stackrox/actions/infra/create-cluster@v1.0.42 with: flavor: ${{ inputs.flavor }} name: ${{ inputs.cluster-name }} diff --git a/.github/workflows/delete-dev-cluster.yml b/.github/workflows/delete-dev-cluster.yml index 82d5851..69cef7d 100644 --- a/.github/workflows/delete-dev-cluster.yml +++ b/.github/workflows/delete-dev-cluster.yml @@ -14,7 +14,7 @@ jobs: INFRA_TOKEN: ${{ secrets.INFRA_CI_TOKEN }} steps: - name: Install infractl - uses: stackrox/actions/infra/install-infractl@v1.0.41 + uses: stackrox/actions/infra/install-infractl@v1.0.42 - name: Delete cluster run: | diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 1a61529..439c7b0 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -78,7 +78,7 @@ jobs: run: echo "USE_GKE_GCLOUD_AUTH_PLUGIN=True" >> "$GITHUB_ENV" - name: Download production infractl - uses: stackrox/actions/infra/install-infractl@v1.0.41 + uses: stackrox/actions/infra/install-infractl@v1.0.42 - name: Download artifacts run: |