diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index aa4e2da..4b39f3e 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@e2bd453ea9994b0c7b8b6c40b4eec23e6b5ef548 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@de5b77345928e6de87fdd166b80938db10ce52fc # main permissions: id-token: write with: diff --git a/.github/workflows/pull-request-target.yml b/.github/workflows/pull-request-target.yml index a06fbf6..7595c3e 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@e2bd453ea9994b0c7b8b6c40b4eec23e6b5ef548 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@de5b77345928e6de87fdd166b80938db10ce52fc # main diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d3854ab..6266802 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@e2bd453ea9994b0c7b8b6c40b4eec23e6b5ef548 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@de5b77345928e6de87fdd166b80938db10ce52fc # main diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 984a26c..8f97af4 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@e2bd453ea9994b0c7b8b6c40b4eec23e6b5ef548 # main + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@de5b77345928e6de87fdd166b80938db10ce52fc # main secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}