From 187ea6d546cce59b383f78c8c4a1f54cee505a48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 01:09:43 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3.2.0 --- .github/workflows/backport.yaml | 2 +- .github/workflows/linkcheck.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index 1cc8ab74e..ecafc730a 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -28,7 +28,7 @@ jobs: # This actions creates the github token using the postgrest app secrets - name: Create Github App Token id: app-token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ vars.POSTGREST_CI_APP_ID }} private-key: ${{ secrets.POSTGREST_CI_PRIVATE_KEY }} diff --git a/.github/workflows/linkcheck.yaml b/.github/workflows/linkcheck.yaml index 2cc4a15b3..1975c996f 100644 --- a/.github/workflows/linkcheck.yaml +++ b/.github/workflows/linkcheck.yaml @@ -25,7 +25,7 @@ jobs: - name: Create Github App Token (Runs only on linkcheck failure) id: app-token if: ${{ failure() && steps.linkcheck.outcome == 'failure' }} # only create the token on linkcheck failure - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ vars.POSTGREST_CI_APP_ID }} private-key: ${{ secrets.POSTGREST_CI_PRIVATE_KEY }}