From ed230e68eebd60f2fa6ff8aaf610ab9f05fb7854 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 01:27:18 +0000 Subject: [PATCH] chore(github-actions): update actions/create-github-app-token action to v3.2.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/pr.yaml | 2 +- .github/workflows/renovate-custom-hooks.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 917968f..3c5e218 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: permissions: contents: write steps: - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: app-id: 1248576 diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 3237b77..ba5c504 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -21,7 +21,7 @@ jobs: !contains(github.event.pull_request.labels.*.name, 'chore') && !contains(github.event.pull_request.labels.*.name, '🛠️ dependencies') steps: - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: app-id: 1248576 diff --git a/.github/workflows/renovate-custom-hooks.yaml b/.github/workflows/renovate-custom-hooks.yaml index d20d6c3..3273a6d 100644 --- a/.github/workflows/renovate-custom-hooks.yaml +++ b/.github/workflows/renovate-custom-hooks.yaml @@ -28,7 +28,7 @@ jobs: # Used App: # https://github.com/organizations/prometheus-community/settings/apps/helm-charts-renovate-helper. # Ref: https://github.com/prometheus-community/helm-charts/issues/5213. - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: app-id: 1248576