From 34f1483480b6d69c4dd57a4970f0ac6090481b3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:43:54 +0000 Subject: [PATCH] ci(deps): update zeshuaro/github-actions-workflows digest to ebcf8bd --- .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 b93c04c..030ddc5 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@dca8343c89ffc1c43d346922d04fcdc44a883174 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@ebcf8bd55a3743e9d32ff48874b6ac8036ac691a # main permissions: id-token: write with: diff --git a/.github/workflows/pull-request-target.yml b/.github/workflows/pull-request-target.yml index f62bd43..9068a42 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@dca8343c89ffc1c43d346922d04fcdc44a883174 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@ebcf8bd55a3743e9d32ff48874b6ac8036ac691a # main diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5a79d8a..d36ce8d 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@dca8343c89ffc1c43d346922d04fcdc44a883174 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@ebcf8bd55a3743e9d32ff48874b6ac8036ac691a # main diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 661bb36..062f7ea 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@dca8343c89ffc1c43d346922d04fcdc44a883174 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@ebcf8bd55a3743e9d32ff48874b6ac8036ac691a # main secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}