From 2c2453c92442f37b36537346269e547d0732ac22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:55:41 +0000 Subject: [PATCH] chore(deps): bump the major-deps-updates group across 1 directory with 3 updates Bumps the major-deps-updates group with 3 updates in the / directory: [actions/stale](https://github.com/actions/stale), [actions/checkout](https://github.com/actions/checkout) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/stale` from 9.1.0 to 10.0.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/5bef64f19d7facfb25b37b414482c7164d639639...3a9db7e6a41a89f618792c92c0e97cc736e1b13f) Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/11bd71901bbe5b1630ceea73d27597364c9af683...08c6903cd8c0fde910a37f88322edcfb5dd907a8) Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/60a0d83039c74a4aee543508d2ffcb1c3799cdea...ed597411d8f924073f98dfc5c65a23a2325f34cd) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-deps-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-close.yml | 2 +- .github/workflows/ci-build.yml | 2 +- .github/workflows/ci-e2e.yml | 2 +- .github/workflows/ci-license.yml | 2 +- .github/workflows/ci-lint.yml | 2 +- .github/workflows/ci-smoke.yml | 2 +- .github/workflows/ci-typecheck.yml | 2 +- .github/workflows/ci-unit.yml | 2 +- .github/workflows/pr-labeler.yml | 2 +- .github/workflows/release.yml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/auto-close.yml b/.github/workflows/auto-close.yml index 584fea8..e9025c8 100644 --- a/.github/workflows/auto-close.yml +++ b/.github/workflows/auto-close.yml @@ -12,7 +12,7 @@ jobs: close-not-reproducible-issues: runs-on: ubuntu-latest steps: - - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0 + - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0 with: repo-token: ${{ secrets.WDIO_BOT_GITHUB_TOKEN }} only-issue-labels: 'Reproducible Example Missing' diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8f91264..9d40b96 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - name: 👷 Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: ssh-key: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index c8d3083..3bbc016 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -29,7 +29,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: 👷 Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: ssh-key: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/ci-license.yml b/.github/workflows/ci-license.yml index 0c3e91a..e79d222 100644 --- a/.github/workflows/ci-license.yml +++ b/.github/workflows/ci-license.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write steps: - name: 👷 Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: 🛠️ Setup workspace uses: ./.github/actions/setup-workspace diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 0b7dcff..047a0ef 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -16,7 +16,7 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: 👷 Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: ssh-key: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/ci-smoke.yml b/.github/workflows/ci-smoke.yml index 6c7f012..4f4de2b 100644 --- a/.github/workflows/ci-smoke.yml +++ b/.github/workflows/ci-smoke.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: 👷 Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: ssh-key: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/ci-typecheck.yml b/.github/workflows/ci-typecheck.yml index 057def7..9cbefb5 100644 --- a/.github/workflows/ci-typecheck.yml +++ b/.github/workflows/ci-typecheck.yml @@ -22,7 +22,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: 👷 Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: ssh-key: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/ci-unit.yml b/.github/workflows/ci-unit.yml index af6723d..6f16641 100644 --- a/.github/workflows/ci-unit.yml +++ b/.github/workflows/ci-unit.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: 👷 Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: ssh-key: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 2d42f0f..0be7d3e 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Auto Label Based on Checklist - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const { owner, repo, number } = context.issue; diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e0d2d4..c8aadee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 👷 Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: ref: 'main' fetch-depth: 0 @@ -68,7 +68,7 @@ jobs: id: gen-pre-release-ver env: RELEASE_TYPE: ${{ github.event.inputs.releaseType }} - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: result-encoding: string script: |