From c47faafc746e1176494ebcacfc99b061c0c7fdd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:24:43 +0000 Subject: [PATCH] Update actions/create-github-app-token action to v3 --- .github/workflows/fix-vulnerabilities.yaml | 2 +- .github/workflows/sync-from-upstream.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fix-vulnerabilities.yaml b/.github/workflows/fix-vulnerabilities.yaml index e06863b..0b1884e 100644 --- a/.github/workflows/fix-vulnerabilities.yaml +++ b/.github/workflows/fix-vulnerabilities.yaml @@ -72,7 +72,7 @@ jobs: steps: - name: Generate a token id: generate_token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 with: app-id: ${{ secrets.HERALD_APP_ID }} private-key: ${{ secrets.HERALD_APP_KEY }} diff --git a/.github/workflows/sync-from-upstream.yaml b/.github/workflows/sync-from-upstream.yaml index bd8cf8b..337d82e 100644 --- a/.github/workflows/sync-from-upstream.yaml +++ b/.github/workflows/sync-from-upstream.yaml @@ -66,7 +66,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 with: app-id: ${{ secrets.HERALD_APP_ID }} private-key: ${{ secrets.HERALD_APP_KEY }} @@ -205,7 +205,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 with: app-id: ${{ secrets.HERALD_APP_ID }} private-key: ${{ secrets.HERALD_APP_KEY }}