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 }}