File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222 format-and-analyze :
2323 runs-on : ubuntu-24.04
2424 steps :
25- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626 - uses : subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
2727 with :
2828 flutter-version : ${{ env.FLUTTER_VERSION }}
5858 permissions :
5959 checks : write # to publish the report
6060 steps :
61- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
61+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6262 - uses : axel-op/dart-package-analyzer@7a6c3c66bce78d82b729a1ffef2d9458fde6c8d2 # v3
6363 id : analysis # set an id for the current step
6464 with :
7979 permissions :
8080 checks : write # to publish the report
8181 steps :
82- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
82+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8383 # Prefer running on Ubuntu over Dart Docker image
8484 - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 # v1.6.5
8585 with :
Original file line number Diff line number Diff line change 3030 generator-integ-tests :
3131 runs-on : ubuntu-24.04
3232 steps :
33- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
33+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434 # Prefer running on Ubuntu over Dart Docker image
3535 - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 # v1.6.5
3636 with :
4646 init-script :
4747 runs-on : ubuntu-24.04
4848 steps :
49- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
49+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5050 - uses : subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
5151 with :
5252 flutter-version : ${{ env.FLUTTER_VERSION }}
7474 - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 # v1.6.5
7575 with :
7676 sdk : ${{ matrix.sdk }}
77- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
77+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7878 - name : Generator Test
7979 working-directory : generator
8080 run : |
@@ -125,7 +125,7 @@ jobs:
125125 jdk : 17
126126 runs-on : ${{ matrix.os }}
127127 steps :
128- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
128+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
129129 - uses : subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
130130 with :
131131 flutter-version : ${{ matrix.flutter-version }}
You can’t perform that action at this time.
0 commit comments