From c4a228b06c0e083fb73753be5206f914e38219b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:28:43 +0000 Subject: [PATCH] build(deps): bump grafana/setup-k6-action Bumps the minor-and-patch group with 1 update in the / directory: [grafana/setup-k6-action](https://github.com/grafana/setup-k6-action). Updates `grafana/setup-k6-action` from 1.1.0 to 1.2.1 - [Release notes](https://github.com/grafana/setup-k6-action/releases) - [Commits](https://github.com/grafana/setup-k6-action/compare/ffe7d7290dfa715e48c2ccc924d068444c94bde2...db07bd9765aac508ef18982e52ab937fe633a065) --- updated-dependencies: - dependency-name: grafana/setup-k6-action dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/perf-enforced.yml | 2 +- .github/workflows/perf-foundation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/perf-enforced.yml b/.github/workflows/perf-enforced.yml index 0797970..32669e7 100644 --- a/.github/workflows/perf-enforced.yml +++ b/.github/workflows/perf-enforced.yml @@ -77,7 +77,7 @@ jobs: contents: read steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: grafana/setup-k6-action@ffe7d7290dfa715e48c2ccc924d068444c94bde2 + - uses: grafana/setup-k6-action@db07bd9765aac508ef18982e52ab937fe633a065 - run: k6 run tests/perf/api.k6.js --summary-export=.perf-results/api-summary.json env: BASE_URL: ${{ vars.PERF_BASE_URL }} diff --git a/.github/workflows/perf-foundation.yml b/.github/workflows/perf-foundation.yml index 171c713..5326602 100644 --- a/.github/workflows/perf-foundation.yml +++ b/.github/workflows/perf-foundation.yml @@ -71,7 +71,7 @@ jobs: contents: read steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: grafana/setup-k6-action@ffe7d7290dfa715e48c2ccc924d068444c94bde2 + - uses: grafana/setup-k6-action@db07bd9765aac508ef18982e52ab937fe633a065 - run: k6 run tests/perf/api.k6.js --summary-export=.perf-results/api-summary.json env: BASE_URL: ${{ vars.PERF_BASE_URL }}