diff --git a/.github/workflows/cdelivery.yml b/.github/workflows/cdelivery.yml index 9c2e682..c08af98 100644 --- a/.github/workflows/cdelivery.yml +++ b/.github/workflows/cdelivery.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the repository - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Ensure SHA pinned actions uses: zgosalvez/github-actions-ensure-sha-pinned-actions@8877889a5717dad0b139f1d2925689aa68f88a43 @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the repository - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Draft the release id: release-drafter uses: release-drafter/release-drafter@fe52e97d262833ae07d05efaf1a239df3f1b5cd4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2ec6b8..1180dc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the repository - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Ensure SHA pinned actions uses: zgosalvez/github-actions-ensure-sha-pinned-actions@8877889a5717dad0b139f1d2925689aa68f88a43 @@ -26,7 +26,7 @@ jobs: fail-fast: false steps: - name: Clone the repository - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: path: code - name: Get Flutter version @@ -48,7 +48,7 @@ jobs: cache-name: flutter-cache - name: Clone the Flutter repository if: steps.flutter-cache.outputs.cache-hit != 'true' - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: repository: flutter/flutter ref: ${{ steps.get-flutter-version.outputs.version }} @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the repository - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Download code coverage from GitHub uses: actions/download-artifact@3be87be14a055c47b01d3bd88f8fe02320a9bb60 with: diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 92402af..61fe7e6 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the repository - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Ensure SHA pinned actions uses: zgosalvez/github-actions-ensure-sha-pinned-actions@8877889a5717dad0b139f1d2925689aa68f88a43 @@ -35,7 +35,7 @@ jobs: fail-fast: false steps: - name: Clone the repository - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: path: code - name: Get Flutter version @@ -57,7 +57,7 @@ jobs: cache-name: flutter-cache - name: Clone the Flutter repository if: steps.flutter-cache.outputs.cache-hit != 'true' - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: repository: flutter/flutter ref: ${{ steps.get-flutter-version.outputs.version }} @@ -113,7 +113,7 @@ jobs: if: ${{ !(matrix.file == 'apk' && github.event.release.prerelease) || ((matrix.file == 'aab' || matrix.file == 'ipa') && !github.event.release.prerelease) }} run: exit - name: Clone the repository - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: path: code - name: Get Flutter version @@ -135,7 +135,7 @@ jobs: cache-name: flutter-cache - name: Clone the Flutter repository if: steps.flutter-cache.outputs.cache-hit != 'true' - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: repository: flutter/flutter ref: ${{ steps.get-flutter-version.outputs.version }} diff --git a/.github/workflows/pull_request-opened.yml b/.github/workflows/pull_request-opened.yml index 28794ff..1b2f145 100644 --- a/.github/workflows/pull_request-opened.yml +++ b/.github/workflows/pull_request-opened.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the repository - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Ensure SHA pinned actions uses: zgosalvez/github-actions-ensure-sha-pinned-actions@8877889a5717dad0b139f1d2925689aa68f88a43