From 33a07d9a6aabc28f27e0e5e869a7f92c7d206acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:05:30 +0000 Subject: [PATCH] chore(deps): bump the minor-deps-updates group across 1 directory with 2 updates Bumps the minor-deps-updates group with 2 updates in the / directory: [stateful/vscode-server-action](https://github.com/stateful/vscode-server-action) and [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action). Updates `stateful/vscode-server-action` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/stateful/vscode-server-action/releases) - [Commits](https://github.com/stateful/vscode-server-action/compare/ec99599aefe0bf96d14491e1d5f7e80d30e22247...fecb182f472f25d9510d087e129fa810a2bd616a) Updates `lewagon/wait-on-check-action` from 1.4.0 to 1.8.0 - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/lewagon/wait-on-check-action/compare/0dceb95e7c4cad8cc7422aee3885998f5cab9c79...96d9100b431964d10e0136aff8b9ccb92470505e) --- updated-dependencies: - dependency-name: stateful/vscode-server-action dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-deps-updates - dependency-name: lewagon/wait-on-check-action dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-deps-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-e2e.yml | 2 +- .github/workflows/ci-smoke.yml | 2 +- .github/workflows/ci-unit.yml | 2 +- .github/workflows/update.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index c8d3083..fe3897a 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -68,7 +68,7 @@ jobs: paths: e2e/logs - name: 🐛 Debug Build - uses: stateful/vscode-server-action@ec99599aefe0bf96d14491e1d5f7e80d30e22247 # v1.1.0 + uses: stateful/vscode-server-action@fecb182f472f25d9510d087e129fa810a2bd616a # v1.2.0 if: failure() with: timeout: '180000' diff --git a/.github/workflows/ci-smoke.yml b/.github/workflows/ci-smoke.yml index 6c7f012..898a105 100644 --- a/.github/workflows/ci-smoke.yml +++ b/.github/workflows/ci-smoke.yml @@ -69,7 +69,7 @@ jobs: paths: e2e/logs - name: 🐛 Debug Build - uses: stateful/vscode-server-action@ec99599aefe0bf96d14491e1d5f7e80d30e22247 # v1.1.0 + uses: stateful/vscode-server-action@fecb182f472f25d9510d087e129fa810a2bd616a # v1.2.0 if: failure() with: timeout: '180000' diff --git a/.github/workflows/ci-unit.yml b/.github/workflows/ci-unit.yml index af6723d..5a4a82e 100644 --- a/.github/workflows/ci-unit.yml +++ b/.github/workflows/ci-unit.yml @@ -42,7 +42,7 @@ jobs: shell: bash - name: 🐛 Debug Build - uses: stateful/vscode-server-action@ec99599aefe0bf96d14491e1d5f7e80d30e22247 # v1.1.0 + uses: stateful/vscode-server-action@fecb182f472f25d9510d087e129fa810a2bd616a # v1.2.0 if: failure() with: timeout: '180000' diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index ca3a1ae..564dbf2 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -28,7 +28,7 @@ jobs: # Don't merge updates to GitHub Actions versions automatically. # (Some repos may wish to limit by version range (major/minor/patch), or scope (dep vs dev-dep), too.) if: contains(steps.metadata.outputs.package-ecosystem, 'npm') - uses: lewagon/wait-on-check-action@0dceb95e7c4cad8cc7422aee3885998f5cab9c79 # v1.4.0 + uses: lewagon/wait-on-check-action@96d9100b431964d10e0136aff8b9ccb92470505e # v1.8.0 with: ref: ${{ github.event.pull_request.head.sha }} repo-token: ${{ secrets.GITHUB_TOKEN }}