Skip to content

Commit 98400ee

Browse files
Merge branch 'github-actions-updates'
2 parents 1942a50 + 4d6466e commit 98400ee

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/dart.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
generator:
2121
runs-on: ubuntu-22.04
2222
steps:
23-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2424
# Prefer running on Ubuntu over Dart Docker image
2525
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 # v1.6.2
2626
with:
@@ -34,8 +34,8 @@ jobs:
3434
init-script:
3535
runs-on: ubuntu-22.04
3636
steps:
37-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
38-
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 # v2.12.0
37+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
38+
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
3939
with:
4040
flutter-version: 3.19.1
4141
cache: true
@@ -60,7 +60,7 @@ jobs:
6060
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 # v1.6.2
6161
with:
6262
sdk: ${{ matrix.sdk }}
63-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
63+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
6464
- name: Generator Test
6565
working-directory: generator
6666
run: |
@@ -98,13 +98,13 @@ jobs:
9898
- 3.7.12
9999
runs-on: ${{ matrix.os }}
100100
steps:
101-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
102-
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 # v2.12.0
101+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
102+
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
103103
with:
104104
flutter-version: ${{ matrix.flutter-version }}
105105
cache: true
106106
# windows-2022 defaults to Java 8, but Android Plugin requires at least 11.
107-
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
107+
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
108108
with:
109109
distribution: 'temurin'
110110
java-version: '17'

.github/workflows/lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
analyze:
1717
runs-on: ubuntu-22.04
1818
steps:
19-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
19+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2020
# Prefer running on Ubuntu over Dart Docker image
2121
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 # v1.6.2
2222
with:
@@ -47,7 +47,7 @@ jobs:
4747
permissions:
4848
checks: write # to publish the report
4949
steps:
50-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
50+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
5151
- uses: axel-op/dart-package-analyzer@7a6c3c66bce78d82b729a1ffef2d9458fde6c8d2 # v3
5252
id: analysis # set an id for the current step
5353
with:
@@ -68,7 +68,7 @@ jobs:
6868
permissions:
6969
checks: write # to publish the report
7070
steps:
71-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
71+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
7272
# Prefer running on Ubuntu over Dart Docker image
7373
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 # v1.6.2
7474
with:
@@ -96,13 +96,13 @@ jobs:
9696
result_path: objectbox/coverage/lcov.info
9797
min_coverage: 90
9898
token: ${{ github.token }}
99-
- uses: danielpalme/ReportGenerator-GitHub-Action@4d510cbed8a05af5aefea46c7fd6e05b95844c89 # v5.2.0
99+
- uses: danielpalme/ReportGenerator-GitHub-Action@2a2d60ea1c7e811f54684179af6ac1ae8c1ce69a # v5.2.5
100100
with:
101101
reports: 'objectbox/coverage/lcov.info'
102102
targetdir: 'coveragereport'
103103
reporttypes: 'HtmlInline' # The output formats and scope (separated by semicolon) Values: Badges, Clover, Cobertura, CsvSummary, Html, HtmlChart, HtmlInline, HtmlInline_AzurePipelines, HtmlInline_AzurePipelines_Dark, HtmlSummary, JsonSummary, Latex, LatexSummary, lcov, MarkdownSummary, MHtml, PngChart, SonarQube, TeamCitySummary, TextSummary, Xml, XmlSummary
104104
sourcedirs: 'objectbox'
105-
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
105+
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
106106
with:
107107
name: CoverageReport # Artifact name
108108
path: coveragereport # Directory containing files to upload

0 commit comments

Comments
 (0)