From b136b649778792cd15589b98286cc8895530b8b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 09:15:16 +0000 Subject: [PATCH] ci(deps): update zeshuaro/github-actions-workflows digest to bd6f35f --- .github/workflows/github-actions.yml | 2 +- .github/workflows/pull-request-target.yml | 2 +- .github/workflows/pull-request.yml | 2 +- .github/workflows/scheduled.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 047e0c7..81b6e00 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -15,7 +15,7 @@ concurrency: jobs: flutter-package: - uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@603a8482a7723f4f48adbcf947fa687fc3d7ddc7 + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@bd6f35fc854aac8edd01f1bf34b06872a6b9e7ac permissions: id-token: write with: diff --git a/.github/workflows/pull-request-target.yml b/.github/workflows/pull-request-target.yml index 5cd0ca6..d7662ba 100644 --- a/.github/workflows/pull-request-target.yml +++ b/.github/workflows/pull-request-target.yml @@ -5,4 +5,4 @@ on: jobs: pull-request: - uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@603a8482a7723f4f48adbcf947fa687fc3d7ddc7 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@bd6f35fc854aac8edd01f1bf34b06872a6b9e7ac diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f2334c2..01694c8 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -5,4 +5,4 @@ on: jobs: pull-request: - uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@603a8482a7723f4f48adbcf947fa687fc3d7ddc7 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@bd6f35fc854aac8edd01f1bf34b06872a6b9e7ac diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 56bb291..8a48f3c 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -6,7 +6,7 @@ on: jobs: scheduled: - uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@603a8482a7723f4f48adbcf947fa687fc3d7ddc7 + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@bd6f35fc854aac8edd01f1bf34b06872a6b9e7ac secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}