Skip to content

Commit 97d729a

Browse files
authored
Merge branch 'main' into dependabot/github_actions/release-drafter/release-drafter-6.1.0
2 parents 97bbd3f + 336f1ab commit 97d729a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "monthly"

.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@f43a0e5ff2bd294095638e18286ca9a3d1956744
13+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@f43a0e5ff2bd294095638e18286ca9a3d1956744
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2424
- name: Draft the release
2525
id: release-drafter
2626
uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
steps:
9090
- name: Clone the repository
91-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
91+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
9292
- name: Setup LCOV
9393
uses: hrishikesh-kadam/setup-lcov@6c1aa0cc9e1c02f9f58f01ac599f1064ccc83470
9494
- name: Download code coverage from GitHub

.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@f43a0e5ff2bd294095638e18286ca9a3d1956744
13+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@f43a0e5ff2bd294095638e18286ca9a3d1956744
38+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@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 }}

.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@f43a0e5ff2bd294095638e18286ca9a3d1956744
13+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1414
- name: Ensure SHA pinned actions
1515
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4
1616

0 commit comments

Comments
 (0)