From cff24eaf238cd20f8818c83d40e8f19e402328df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:07:43 +0000 Subject: [PATCH] chore(deps): bump actions/create-github-app-token from 2.2.2 to 3.1.1 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.2 to 3.1.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/fee1f7d63c2ff003460e3d139729b119787bc349...1b10c78c7865c340bc4f6099eb2f838309f1e8c3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-aggregator.yml | 2 +- .github/workflows/update-didc.yml | 2 +- .github/workflows/update-ic-cargo-deps.yaml | 2 +- .github/workflows/update-next.yml | 2 +- .github/workflows/update-rust.yml | 2 +- .github/workflows/update-sns-aggregator-response.yml | 2 +- .github/workflows/update-snsdemo.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/update-aggregator.yml b/.github/workflows/update-aggregator.yml index b7a950b2be..8b86bb18e5 100644 --- a/.github/workflows/update-aggregator.yml +++ b/.github/workflows/update-aggregator.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create GitHub App Token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: app-token with: app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }} diff --git a/.github/workflows/update-didc.yml b/.github/workflows/update-didc.yml index 3b0089d6e6..7dfea4987d 100644 --- a/.github/workflows/update-didc.yml +++ b/.github/workflows/update-didc.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create GitHub App Token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: app-token with: app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }} diff --git a/.github/workflows/update-ic-cargo-deps.yaml b/.github/workflows/update-ic-cargo-deps.yaml index f96771b5b4..d9e8d607de 100644 --- a/.github/workflows/update-ic-cargo-deps.yaml +++ b/.github/workflows/update-ic-cargo-deps.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create GitHub App Token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: app-token with: app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }} diff --git a/.github/workflows/update-next.yml b/.github/workflows/update-next.yml index b40d5c8de5..9b5eac7834 100644 --- a/.github/workflows/update-next.yml +++ b/.github/workflows/update-next.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create GitHub App Token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: app-token with: app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }} diff --git a/.github/workflows/update-rust.yml b/.github/workflows/update-rust.yml index b0db31162b..925ebbc3fd 100644 --- a/.github/workflows/update-rust.yml +++ b/.github/workflows/update-rust.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create GitHub App Token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: app-token with: app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }} diff --git a/.github/workflows/update-sns-aggregator-response.yml b/.github/workflows/update-sns-aggregator-response.yml index 5f5bc8316f..f42b05195c 100644 --- a/.github/workflows/update-sns-aggregator-response.yml +++ b/.github/workflows/update-sns-aggregator-response.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create GitHub App Token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: app-token with: app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }} diff --git a/.github/workflows/update-snsdemo.yml b/.github/workflows/update-snsdemo.yml index 0df0e4d438..0417e28aa4 100644 --- a/.github/workflows/update-snsdemo.yml +++ b/.github/workflows/update-snsdemo.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create GitHub App Token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: app-token with: app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }}