diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 90e813fa..56a4de93 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@57920073d2b5530cbd3df8c34bd0e392cbf77841 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@befbed399fffc6dcf737a1f6448bf40495042fd9 # main permissions: id-token: write with: diff --git a/.github/workflows/pull-request-target.yml b/.github/workflows/pull-request-target.yml index 3d80069f..c61fea91 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@57920073d2b5530cbd3df8c34bd0e392cbf77841 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@befbed399fffc6dcf737a1f6448bf40495042fd9 # main diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 480fd865..e11922fd 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@57920073d2b5530cbd3df8c34bd0e392cbf77841 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@befbed399fffc6dcf737a1f6448bf40495042fd9 # main diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index dbeb491c..83d88c09 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@57920073d2b5530cbd3df8c34bd0e392cbf77841 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@befbed399fffc6dcf737a1f6448bf40495042fd9 # main secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}