From 9ab0d45e9f93c3056704019e5b511604fe1ad6cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 06:50:16 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 2 to 3 Bumps [actions/create-github-app-token](https://github.com/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) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarks.yml | 2 +- .github/workflows/build-nightly.yml | 2 +- .github/workflows/pr-rules-develop.yml | 2 +- .github/workflows/pr-rules-main.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index fe71edc..df2d96d 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -27,7 +27,7 @@ jobs: benchmark-then-upload: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: cls-python-workflow-token with: app-id: ${{ secrets.CLS_PYTHON_WORKFLOW_CLIENT_ID }} diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 221d742..51f5e4a 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/develop' steps: - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: cls-python-workflow-token with: app-id: ${{ secrets.CLS_PYTHON_WORKFLOW_CLIENT_ID }} diff --git a/.github/workflows/pr-rules-develop.yml b/.github/workflows/pr-rules-develop.yml index d96d8c8..d48e79a 100644 --- a/.github/workflows/pr-rules-develop.yml +++ b/.github/workflows/pr-rules-develop.yml @@ -16,7 +16,7 @@ jobs: checks: write pull-requests: write steps: - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: cls-python-workflow-token with: app-id: ${{ secrets.CLS_PYTHON_WORKFLOW_CLIENT_ID }} diff --git a/.github/workflows/pr-rules-main.yml b/.github/workflows/pr-rules-main.yml index 161b68b..bab824b 100644 --- a/.github/workflows/pr-rules-main.yml +++ b/.github/workflows/pr-rules-main.yml @@ -16,7 +16,7 @@ jobs: checks: write pull-requests: write steps: - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: cls-python-workflow-token with: app-id: ${{ secrets.CLS_PYTHON_WORKFLOW_CLIENT_ID }}