From 3d79e925b7697f45ffe0fa3ae7df3b09de0f3a9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 00:12:04 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v1.11.1 --- .github/workflows/auto-rebase.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update-deps.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-rebase.yml b/.github/workflows/auto-rebase.yml index aaf99a31..6c6a5fd9 100644 --- a/.github/workflows/auto-rebase.yml +++ b/.github/workflows/auto-rebase.yml @@ -13,7 +13,7 @@ jobs: name: AutoRebase runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1.11.0 + - uses: actions/create-github-app-token@v1.11.1 id: generate-token with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37ac90b9..06208d1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1.11.0 + - uses: actions/create-github-app-token@v1.11.1 id: generate_token with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 3809cd09..18842b1a 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -62,14 +62,14 @@ jobs: id: needs_pr run: echo "did_change=${{ steps.get_current_commit.outputs.rev != steps.get_new_commit.outputs.rev }}" >> "$GITHUB_OUTPUT" - - uses: actions/create-github-app-token@v1.11.0 + - uses: actions/create-github-app-token@v1.11.1 if: fromJSON(steps.needs_pr.outputs.did_change) id: generate_pr_token with: app-id: ${{ secrets.SQUAWK_BOT_APP_ID }} private-key: ${{ secrets.SQUAWK_BOT_APP_PRIVATE_KEY }} - - uses: actions/create-github-app-token@v1.11.0 + - uses: actions/create-github-app-token@v1.11.1 if: fromJSON(steps.needs_pr.outputs.did_change) id: generate_pr_approval_token with: