Skip to content

Commit d06751d

Browse files
Bump actions/checkout from 2.3.4 to 4.1.7 (#128)
* Bump actions/checkout from 2.3.4 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@5a4ac90...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump actions/checkout from 2.3.4 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@5a4ac90...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Debug checkout * Update ci.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zennon Gosalvez <1798166+zgosalvez@users.noreply.github.com>
1 parent f8a7e00 commit d06751d

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/cdelivery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone the repository
13-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
13+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
1414
- name: Ensure SHA pinned actions
1515
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4
1616

@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Clone the repository
23-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
23+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
2424
- name: Draft the release
2525
id: release-drafter
2626
uses: release-drafter/release-drafter@fe52e97d262833ae07d05efaf1a239df3f1b5cd4

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Clone the repository
15-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1616
- name: Ensure SHA pinned actions
1717
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4
1818

@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
steps:
2828
- name: Clone the repository
29-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
29+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3030
with:
3131
path: code
3232
- name: Get Flutter version
@@ -48,7 +48,7 @@ jobs:
4848
cache-name: flutter-cache
4949
- name: Clone the Flutter repository
5050
if: steps.flutter-cache.outputs.cache-hit != 'true'
51-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
51+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5252
with:
5353
repository: flutter/flutter
5454
ref: ${{ steps.get-flutter-version.outputs.version }}
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
steps:
9090
- name: Clone the repository
91-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
91+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
9292
- name: Setup LCOV
9393
uses: hrishikesh-kadam/setup-lcov@6c1aa0cc9e1c02f9f58f01ac599f1064ccc83470
9494
- name: Download code coverage from GitHub
@@ -103,4 +103,4 @@ jobs:
103103
coverage-files: coverage/lcov.*.info
104104
minimum-coverage: 90
105105
artifact-name: code-coverage-report
106-
github-token: ${{ secrets.GITHUB_TOKEN }}
106+
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/deployment.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone the repository
13-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
13+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
1414
- name: Ensure SHA pinned actions
1515
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4
1616

@@ -35,7 +35,7 @@ jobs:
3535
fail-fast: false
3636
steps:
3737
- name: Clone the repository
38-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
38+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
3939
with:
4040
path: code
4141
- name: Get Flutter version
@@ -57,7 +57,7 @@ jobs:
5757
cache-name: flutter-cache
5858
- name: Clone the Flutter repository
5959
if: steps.flutter-cache.outputs.cache-hit != 'true'
60-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
60+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
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@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
116+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
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@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
138+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
139139
with:
140140
repository: flutter/flutter
141141
ref: ${{ steps.get-flutter-version.outputs.version }}

.github/workflows/pull_request-opened.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone the repository
13-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
13+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
1414
- name: Ensure SHA pinned actions
1515
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4
1616

0 commit comments

Comments
 (0)