From c9401493fd03d37737c2be4255e6aa8138318499 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:24:13 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token digest to bcd2ba4 --- .github/workflows/app-release.yml | 2 +- .github/workflows/auto-merge-release.yml | 2 +- .github/workflows/checks.yml | 2 +- .github/workflows/create-release.yml | 4 ++-- .github/workflows/release-trigger.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/app-release.yml b/.github/workflows/app-release.yml index 64174dc..999b5fd 100644 --- a/.github/workflows/app-release.yml +++ b/.github/workflows/app-release.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 id: app-token with: client-id: ${{ secrets.COMMIT_BOT_CLIENT_ID }} diff --git a/.github/workflows/auto-merge-release.yml b/.github/workflows/auto-merge-release.yml index 5e77862..559fd2c 100644 --- a/.github/workflows/auto-merge-release.yml +++ b/.github/workflows/auto-merge-release.yml @@ -10,7 +10,7 @@ jobs: if: ${{ github.event.label.name == 'release-version' && github.event.pull_request.user.login == 'profidev-commit-bot[bot]' }} runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 id: app-token with: client-id: ${{ secrets.COMMIT_BOT_CLIENT_ID }} diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 6b81c3b..4c998ed 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -10,7 +10,7 @@ jobs: checks: write contents: write steps: - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 id: app-token with: client-id: ${{ secrets.COMMIT_BOT_CLIENT_ID }} diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 684c11a..efce270 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -15,7 +15,7 @@ jobs: if: ${{ github.event_name == 'pull_request' && github.event.pull_request.merged && contains(github.event.pull_request.labels.*.name, 'release-version') }} runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 id: app-token with: client-id: ${{ secrets.COMMIT_BOT_CLIENT_ID }} @@ -43,7 +43,7 @@ jobs: if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }} runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 id: app-token with: client-id: ${{ secrets.COMMIT_BOT_CLIENT_ID }} diff --git a/.github/workflows/release-trigger.yml b/.github/workflows/release-trigger.yml index a34ac71..e9d83c5 100644 --- a/.github/workflows/release-trigger.yml +++ b/.github/workflows/release-trigger.yml @@ -12,7 +12,7 @@ jobs: update-version: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 id: app-token with: client-id: ${{ secrets.COMMIT_BOT_CLIENT_ID }}