From e88d853590070faff96e55a413d0505605e4313f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 10:11:52 +0000 Subject: [PATCH] chore(deps): bump stackrox/actions from 1.0.17 to 1.0.18 Bumps [stackrox/actions](https://github.com/stackrox/actions) from 1.0.17 to 1.0.18. - [Release notes](https://github.com/stackrox/actions/releases) - [Commits](https://github.com/stackrox/actions/compare/v1.0.17...v1.0.18) --- updated-dependencies: - dependency-name: stackrox/actions dependency-version: 1.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 19e9ab5e..aace95bf 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -92,7 +92,7 @@ jobs: run: docker run -d --add-host host.docker.internal:host-gateway -p 8080:8080 jenkins-test - name: Create GKE infra cluster - uses: stackrox/actions/infra/create-cluster@v1.0.17 + uses: stackrox/actions/infra/create-cluster@v1.0.18 with: token: ${{ secrets.INFRA_TOKEN }} flavor: qa-demo