From cc0ecb8d6be0d08780b4de2d8ee9e79f30461e96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 11:42:59 +0000 Subject: [PATCH] chore(deps): Bump the workflows group across 1 directory with 3 updates Bumps the workflows group with 3 updates in the /.github/workflows directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action). Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3) Updates `codecov/codecov-action` from 5.5.2 to 6.0.1 - [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.1) Updates `gitleaks/gitleaks-action` from 2 to 3 - [Release notes](https://github.com/gitleaks/gitleaks-action/releases) - [Commits](https://github.com/gitleaks/gitleaks-action/compare/v2...v3) --- 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.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflows - dependency-name: gitleaks/gitleaks-action dependency-version: '3' 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 | 4 ++-- .github/workflows/publish.yaml | 2 +- .github/workflows/update-webkit-repos.yaml | 2 +- 4 files changed, 5 insertions(+), 5 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..25944e77 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.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out @@ -125,7 +125,7 @@ jobs: fetch-depth: 0 - name: Run Gitleaks - uses: gitleaks/gitleaks-action@v2 + uses: gitleaks/gitleaks-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.ORG_GITLEAKS_LICENSE }} 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