From 1cfd11ab353324cb2215014e5b85e9bcec3507a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:47:57 +0000 Subject: [PATCH] chore(deps): bump the major-deps-updates group across 1 directory with 5 updates Bumps the major-deps-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/stale](https://github.com/actions/stale) | `9.1.0` | `10.2.0` | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `6.0.2` | | [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) | `2.9.3` | `3.0.2` | | [actions/github-script](https://github.com/actions/github-script) | `7.0.1` | `8.0.0` | | [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) | `2.4.0` | `3.0.0` | Updates `actions/stale` from 9.1.0 to 10.2.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...b5d41d4e1d5dceea10e7104786b73624c18a190f) Updates `actions/checkout` from 4.2.2 to 6.0.2 - [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...de0fac2e4500dabe0009e67214ff5f5447ce83dd) Updates `marocchino/sticky-pull-request-comment` from 2.9.3 to 3.0.2 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/d2ad0de260ae8b0235ce059e63f2949ba9e05943...70d2764d1a7d5d9560b100cbea0077fc8f633987) 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) Updates `dependabot/fetch-metadata` from 2.4.0 to 3.0.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/08eff52bf64351f401fb50d4972fa95b9f2c2d1b...ffa630c65fa7e0ecfa0625b5ceda64399aea1b36) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.2 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 - dependency-name: dependabot/fetch-metadata dependency-version: 3.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 | 6 +++--- .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 ++-- .github/workflows/update.yml | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/auto-close.yml b/.github/workflows/auto-close.yml index 584fea8..fa3872d 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@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.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..8870b7e 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ssh-key: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index c8d3083..4bf61a4 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ssh-key: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/ci-license.yml b/.github/workflows/ci-license.yml index 0c3e91a..96da8b0 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: 🛠️ Setup workspace uses: ./.github/actions/setup-workspace @@ -45,7 +45,7 @@ jobs: fi shell: bash - - uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3 + - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 if: ${{ steps.check.outputs.result > 0 }} with: header: license-error @@ -70,7 +70,7 @@ jobs: if: ${{ steps.check.outputs.result > 0 }} run: exit 1 - - uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3 + - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 if: ${{ steps.check.outputs.result == 0 }} with: header: license-error diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 0b7dcff..a4127d7 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ssh-key: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/ci-smoke.yml b/.github/workflows/ci-smoke.yml index 6c7f012..51621ff 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ssh-key: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/ci-typecheck.yml b/.github/workflows/ci-typecheck.yml index 057def7..e4f8190 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ssh-key: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/ci-unit.yml b/.github/workflows/ci-unit.yml index af6723d..45045c8 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 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..d598a8c 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 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: | diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index ca3a1ae..bc16ec9 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Fetch PR metadata id: metadata - uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2.4.0 + uses: dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 # v3.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }}