diff --git a/.github/workflows/batch_release_pr.yml b/.github/workflows/batch_release_pr.yml index aebf9eb58e8..66fc5b2dc60 100644 --- a/.github/workflows/batch_release_pr.yml +++ b/.github/workflows/batch_release_pr.yml @@ -19,7 +19,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.FLUTTERGITHUBBOT_TOKEN }} steps: - name: checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: token: ${{ secrets.FLUTTERGITHUBBOT_TOKEN }} - name: "Install Flutter" @@ -59,7 +59,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.FLUTTERGITHUBBOT_TOKEN }} steps: - name: checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: ref: ${{ env.HEAD_BRANCH_NAME }} - name: Create batch release PR diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1dd47e11c71..76a9b420e47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: steps: # Checks out a copy of the repo. - name: Check out code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: fetch-depth: 0 # Fetch all history so the tool can get all the tags to determine version. - name: "Install Flutter" diff --git a/.github/workflows/reusable_release.yml b/.github/workflows/reusable_release.yml index 6f87cb634c6..f3671e6b0cb 100644 --- a/.github/workflows/reusable_release.yml +++ b/.github/workflows/reusable_release.yml @@ -19,7 +19,7 @@ jobs: steps: # Checks out a copy of the repo. - name: Check out code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: fetch-depth: 0 # Fetch all history so the tool can get all the tags to determine version. ref: ${{ inputs.branch-name }} diff --git a/.github/workflows/sync_release_pr.yml b/.github/workflows/sync_release_pr.yml index b13486dc599..40639854220 100644 --- a/.github/workflows/sync_release_pr.yml +++ b/.github/workflows/sync_release_pr.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: fetch-depth: 0 # Fetch history to allow branch comparison