From d968d1906a0793e1773b2d76e274abc108735b7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 11:40:09 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v1.11.5 --- .github/workflows/create-rotate-key-issue.yml | 2 +- .github/workflows/docs-preview.yml | 2 +- .github/workflows/ibis-backends-cloud.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update-nix-flakes.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/create-rotate-key-issue.yml b/.github/workflows/create-rotate-key-issue.yml index 21655e146a36..4bce2bc197c2 100644 --- a/.github/workflows/create-rotate-key-issue.yml +++ b/.github/workflows/create-rotate-key-issue.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate a GitHub token - uses: actions/create-github-app-token@v1.11.3 + uses: actions/create-github-app-token@v1.11.5 id: generate_token with: app-id: ${{ secrets.SQUAWK_BOT_APP_ID }} diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index 096fcd9e8516..d99c8708ca47 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -13,7 +13,7 @@ jobs: cancel-in-progress: true if: github.event.label.name == 'docs-preview' steps: - - uses: actions/create-github-app-token@v1.11.3 + - uses: actions/create-github-app-token@v1.11.5 id: generate_token with: app-id: ${{ secrets.DOCS_BOT_APP_ID }} diff --git a/.github/workflows/ibis-backends-cloud.yml b/.github/workflows/ibis-backends-cloud.yml index c401068dc937..8a6a6149b89a 100644 --- a/.github/workflows/ibis-backends-cloud.yml +++ b/.github/workflows/ibis-backends-cloud.yml @@ -110,7 +110,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/create-github-app-token@v1.11.3 + - uses: actions/create-github-app-token@v1.11.5 id: generate_token with: app-id: ${{ secrets.DOCS_BOT_APP_ID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0db92b2f90c6..7f8eeb5df619 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.3 + - uses: actions/create-github-app-token@v1.11.5 id: generate_token with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/update-nix-flakes.yml b/.github/workflows/update-nix-flakes.yml index f3ff46a2c7c3..c6599140e095 100644 --- a/.github/workflows/update-nix-flakes.yml +++ b/.github/workflows/update-nix-flakes.yml @@ -13,7 +13,7 @@ jobs: - name: install nix uses: DeterminateSystems/nix-installer-action@v16 - - uses: actions/create-github-app-token@v1.11.3 + - uses: actions/create-github-app-token@v1.11.5 id: generate-token with: app-id: ${{ secrets.SQUAWK_BOT_APP_ID }}