From 02a8f4e420a8973d92185ac8284c45265408f894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 14:11:59 +0000 Subject: [PATCH] chore(deps): Bump the workflows group across 1 directory with 2 updates Bumps the workflows group with 2 updates in the /.github/workflows directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3) Updates `codecov/codecov-action` from 5.5.2 to 6.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.5.2...v6.0.0) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflows - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflows ... Signed-off-by: dependabot[bot] --- .github/workflows/dispatch-guidelines.yaml | 2 +- .github/workflows/pr.yaml | 2 +- .github/workflows/publish.yaml | 2 +- .github/workflows/update-webkit-repos.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dispatch-guidelines.yaml b/.github/workflows/dispatch-guidelines.yaml index 0bd70156..586e6820 100644 --- a/.github/workflows/dispatch-guidelines.yaml +++ b/.github/workflows/dispatch-guidelines.yaml @@ -39,7 +39,7 @@ jobs: - name: Create GitHub App token if: steps.changes.outputs.has_changes == 'true' - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: 2161597 diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index bb218ba2..2e10b650 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -105,7 +105,7 @@ jobs: run: pnpm test:js - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b994a9c6..276a0a97 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -39,7 +39,7 @@ jobs: run: pnpm turbo run build - name: Create GitHub App token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: 2161597 diff --git a/.github/workflows/update-webkit-repos.yaml b/.github/workflows/update-webkit-repos.yaml index ab6b81b3..9ba91ea0 100644 --- a/.github/workflows/update-webkit-repos.yaml +++ b/.github/workflows/update-webkit-repos.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v6 - name: Create GitHub App token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: 2161597