1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Clone the repository
13- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
13+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1414 - name : Ensure SHA pinned actions
1515 uses : zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4
1616
3535 fail-fast : false
3636 steps :
3737 - name : Clone the repository
38- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
38+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3939 with :
4040 path : code
4141 - name : Get Flutter version
5757 cache-name : flutter-cache
5858 - name : Clone the Flutter repository
5959 if : steps.flutter-cache.outputs.cache-hit != 'true'
60- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
60+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6161 with :
6262 repository : flutter/flutter
6363 ref : ${{ steps.get-flutter-version.outputs.version }}
@@ -113,7 +113,7 @@ jobs:
113113 if : ${{ !(matrix.file == 'apk' && github.event.release.prerelease) || ((matrix.file == 'aab' || matrix.file == 'ipa') && !github.event.release.prerelease) }}
114114 run : exit
115115 - name : Clone the repository
116- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
116+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
117117 with :
118118 path : code
119119 - name : Get Flutter version
@@ -135,7 +135,7 @@ jobs:
135135 cache-name : flutter-cache
136136 - name : Clone the Flutter repository
137137 if : steps.flutter-cache.outputs.cache-hit != 'true'
138- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
138+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
139139 with :
140140 repository : flutter/flutter
141141 ref : ${{ steps.get-flutter-version.outputs.version }}
0 commit comments