From 33822e7388fb3ecbb1b01cb7ba5c2644d6cb57fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:10:12 +0000 Subject: [PATCH] chore(ci): bump the github-actions group with 4 updates Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/labeler](https://github.com/actions/labeler), [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) and [actions/stale](https://github.com/actions/stale). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) Updates `actions/labeler` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/f27b608878404679385c85cfa523b85ccb86e213...b8dd2d9be0f68b860e7dae5dae7d772984eacd6d) Updates `slackapi/slack-github-action` from 3.0.3 to 3.0.5 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackapi/slack-github-action/compare/45a88b9581bfab2566dc881e2cd66d334e621e2c...0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc) Updates `actions/stale` from 10.2.0 to 10.4.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/b5d41d4e1d5dceea10e7104786b73624c18a190f...1e223db275d687790206a7acac4d1a11bd6fe629) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/labeler dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: slackapi/slack-github-action dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/stale dependency-version: 10.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/label.yml | 2 +- .github/workflows/slack.yml | 4 ++-- .github/workflows/stale.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17942bb6a..0a89716dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 lfs: true @@ -72,7 +72,7 @@ jobs: lighthouse: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 lfs: true @@ -94,7 +94,7 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 lfs: true diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index c98369974..37146d3e2 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -15,6 +15,6 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 + - uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d with: sync-labels: false diff --git a/.github/workflows/slack.yml b/.github/workflows/slack.yml index 047630375..0fb7e9dc6 100644 --- a/.github/workflows/slack.yml +++ b/.github/workflows/slack.yml @@ -30,14 +30,14 @@ jobs: steps: - name: Notify primary Slack channel if: matrix.destination == 'primary' - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c + uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook payload: ${{ env.SLACK_PAYLOAD }} - name: Notify CI Slack channel if: matrix.destination == 'ci' - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c + uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc with: webhook: ${{ secrets.SLACK_WEBHOOK_URL_CI }} webhook-type: incoming-webhook diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 46f191e74..4d1aa46f3 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,7 +16,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f + - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 with: stale-issue-label: stale stale-pr-label: stale