Skip to content

Commit fc19d6a

Browse files
authored
Chore(): dependabot fixes (#6224)
* Update types/node to 24.0.13 * Update jest and types/jest * update io.mockk:mockk to 1.14.4 * update actions/upload-artifact to 4.6.2 * Update com.google.code.gson:gson to 2.13.1 * Update com.android.tools:desugar_jdk_libs to 2.1.5 * Update subosito/flutter-action to 2.21.0 * Update com.fasterxml.jackson.core:jackson-annotations to 2.19.1 * update com.fasterxml.jackson.core:jackson-core to 2.19.1 * Update aws-actions/closed-issue-message * Update actions/dependency-review-action to v4 * Update kotlin_version to 2.2.0 * update actions/cache to 4.2.3 * Added BlueOak to allowed license
1 parent aeb1f45 commit fc19d6a

File tree

55 files changed

+1120
-633
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1120
-633
lines changed

.github/composite_actions/install_dependencies/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
runs:
1313
using: "composite"
1414
steps:
15-
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # 2.11.0
15+
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # 2.21.0
1616
with:
1717
cache: true
1818
channel: ${{ inputs.channel }}

.github/dependency-review-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ allow_licenses:
1515
- "MIT"
1616
- "Apache-2.0 AND ISC AND MIT"
1717
- "Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT"
18+
- "BlueOak-1.0.0"

.github/workflows/dart_dart2js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- sdk: ${{ (github.event_name == 'pull_request') && 'beta' || 'NONE' }}
3434
steps:
3535
- name: Cache Pub dependencies
36-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
36+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
3737
with:
3838
path: |
3939
~/.pub-cache/hosted

.github/workflows/dart_ddc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- sdk: ${{ (github.event_name == 'pull_request') && 'beta' || 'NONE' }}
3434
steps:
3535
- name: Cache Pub dependencies
36-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
36+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
3737
with:
3838
path: |
3939
~/.pub-cache/hosted

.github/workflows/dart_native.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Cache Pub dependencies
29-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
29+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
3030
with:
3131
path: |
3232
~/.pub-cache/hosted

.github/workflows/dart_vm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- sdk: ${{ (github.event_name == 'pull_request') && 'beta' || 'NONE' }}
3030
steps:
3131
- name: Cache Pub dependencies
32-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
32+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
3333
with:
3434
path: |
3535
~/.pub-cache/hosted
@@ -53,7 +53,7 @@ jobs:
5353
# TODO(dnys1): Create mapping of Flutter->Dart versions so we can just use Dart
5454
# vended by Flutter.
5555
- name: Setup Flutter
56-
uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # 2.11.0
56+
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # 2.21.0
5757
with:
5858
cache: true
5959
channel: stable

.github/workflows/dependency_review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: "Checkout Repository"
1313
uses: actions/checkout@v4
1414
- name: "Dependency Review"
15-
uses: actions/dependency-review-action@v3
15+
uses: actions/dependency-review-action@v4
1616
with:
1717
config-file: "./.github/dependency-review-config.yml"

.github/workflows/flutter_android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: git submodule update --init
4545

4646
- name: Setup Flutter
47-
uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # 2.11.0
47+
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # 2.21.0
4848
with:
4949
cache: true
5050
channel: ${{ matrix.channel }}

.github/workflows/flutter_ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: git submodule update --init
4040

4141
- name: Setup Flutter
42-
uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # 2.11.0
42+
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # 2.21.0
4343
with:
4444
cache: true
4545
channel: ${{ matrix.channel }}

.github/workflows/flutter_vm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: git submodule update --init
4444

4545
- name: Setup Flutter
46-
uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # 2.11.0
46+
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # 2.21.0
4747
with:
4848
cache: true
4949
channel: ${{ matrix.channel }}
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Archive golden failures
9898
if: "always() && inputs.has-goldens && steps.testJob.conclusion == 'failure'"
99-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 4.6.0
99+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
100100
with:
101101
name: golden-failures-${{ matrix.channel }}-${{ matrix.flutter-version }}
102102
path: ${{ inputs.working-directory }}/test/ui/failures/

0 commit comments

Comments
 (0)