Skip to content

Commit d904f28

Browse files
authored
chore(deps): update github actions (aneoconsulting#406)
2 parents df75366 + fa760db commit d904f28

7 files changed

+38
-38
lines changed

.github/workflows/build.yml

+19-19
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
version: ${{ steps.genver.outputs.version }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
19+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2020
with:
2121
ref: ${{ github.ref }}
2222
fetch-depth: 0
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ${{ matrix.os }}
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
49+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
5050
with:
5151
ref: ${{ github.ref }}
5252
submodules: true
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ${{ matrix.os }}
9292
steps:
9393
- name: Checkout
94-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
94+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
9595
with:
9696
ref: ${{ github.ref }}
9797
submodules: true
@@ -129,7 +129,7 @@ jobs:
129129
runs-on: windows-latest
130130
steps:
131131
- name: Checkout
132-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
132+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
133133
with:
134134
ref: ${{ github.ref }}
135135
submodules: true
@@ -151,7 +151,7 @@ jobs:
151151
runs-on: ubuntu-latest
152152
steps:
153153
- name: Checkout
154-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
154+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
155155
with:
156156
ref: ${{ github.ref }}
157157
submodules: true
@@ -168,7 +168,7 @@ jobs:
168168
VERSION: ${{ needs.versionning.outputs.version }}
169169
steps:
170170
- name: Checkout
171-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
171+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
172172
with:
173173
ref: ${{ github.ref }}
174174

@@ -192,7 +192,7 @@ jobs:
192192
VERSION: ${{ needs.versionning.outputs.version }}
193193
steps:
194194
- name: Checkout
195-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
195+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
196196
with:
197197
ref: ${{ github.ref }}
198198
submodules: true
@@ -245,7 +245,7 @@ jobs:
245245
path: ./Tests/Bench/Client/src/Dockerfile
246246
steps:
247247
- name: Checkout
248-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
248+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
249249
with:
250250
ref: ${{ github.ref }}
251251
submodules: true
@@ -269,7 +269,7 @@ jobs:
269269
VERSION: ${{ needs.versionning.outputs.version }}
270270
steps:
271271
- name: Checkout
272-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
272+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
273273
with:
274274
ref: ${{ github.ref }}
275275
submodules: true
@@ -283,7 +283,7 @@ jobs:
283283

284284
- name: Set up Docker Buildx
285285
id: buildx
286-
uses: docker/setup-buildx-action@6a58db7e0d21ca03e6c44877909e80e45217eed2 # v2
286+
uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2
287287

288288
- name: login
289289
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
@@ -332,7 +332,7 @@ jobs:
332332
path: ./Tests/Bench/Client/src/Dockerfile
333333
steps:
334334
- name: Checkout
335-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
335+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
336336
with:
337337
ref: ${{ github.ref }}
338338
submodules: true
@@ -342,7 +342,7 @@ jobs:
342342

343343
- name: Set up Docker Buildx
344344
id: buildx
345-
uses: docker/setup-buildx-action@6a58db7e0d21ca03e6c44877909e80e45217eed2 # v2
345+
uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2
346346

347347
- name: login
348348
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
@@ -354,7 +354,7 @@ jobs:
354354
run: echo ${{ steps.buildx.outputs.platforms }}
355355

356356
- name: Build and push
357-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4
357+
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4
358358
with:
359359
file: ${{ matrix.path }}
360360
context: .
@@ -389,7 +389,7 @@ jobs:
389389
- Verbose
390390
steps:
391391
- name: Checkout
392-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
392+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
393393
with:
394394
ref: ${{ github.ref }}
395395
submodules: true
@@ -468,7 +468,7 @@ jobs:
468468
name: HtcMock ${{ matrix.queue }} ${{ matrix.object }} ${{ matrix.log-level }}
469469
steps:
470470
- name: Checkout
471-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
471+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
472472
with:
473473
ref: ${{ github.ref }}
474474
submodules: true
@@ -616,7 +616,7 @@ jobs:
616616
name: "Test connectivity - Ca installed ${{ matrix.ca }}"
617617
steps:
618618
- name: Checkout
619-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
619+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
620620
with:
621621
ref: ${{ github.ref }}
622622
submodules: true
@@ -688,7 +688,7 @@ jobs:
688688
runs-on: ubuntu-latest
689689
steps:
690690
- name: Checkout
691-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
691+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
692692
with:
693693
ref: ${{ github.ref }}
694694
submodules: true
@@ -783,7 +783,7 @@ jobs:
783783
runs-on: ubuntu-latest
784784
steps:
785785
- name: Checkout
786-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
786+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
787787
with:
788788
ref: ${{ github.ref }}
789789
submodules: true
@@ -847,7 +847,7 @@ jobs:
847847
runs-on: ubuntu-latest
848848
steps:
849849
- name: Checkout
850-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
850+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
851851
with:
852852
ref: ${{ github.ref }}
853853
submodules: true

.github/workflows/code-formatting.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 15
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
12+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
1313
with:
1414
ref: ${{ github.ref }}
1515

@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- name: Checkout
63-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
63+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
6464
with:
6565
ref: ${{ github.ref }}
6666

.github/workflows/deploy-docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
24+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2525

2626
- run: npm i -g pnpm @antfu/ni
2727

@@ -45,7 +45,7 @@ jobs:
4545
run: cd .docs && nr generate
4646

4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@64bcae551a7b18bcb9a09042ddf1960979799187 # v1
48+
uses: actions/upload-pages-artifact@66b63f4a7de003f4f00cc8e9af4b83b8f2abdb96 # v1
4949
with:
5050
path: .docs/.output/public
5151

@@ -59,4 +59,4 @@ jobs:
5959
steps:
6060
- name: Deploy to GitHub Pages
6161
id: deployment
62-
uses: actions/deploy-pages@af48cf94a42f2c634308b1c9dc0151830b6f190a # v2
62+
uses: actions/deploy-pages@ee48c7b82e077d7b8ef30b50a719e6a792a50c9a # v2

.github/workflows/make-release.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
release: ${{ steps.release.outputs.version }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
19+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2020
with:
2121
ref: ${{ github.ref }}
2222
fetch-depth: 0
@@ -70,7 +70,7 @@ jobs:
7070
VERSION: ${{ needs.versionning.outputs.release }}
7171
steps:
7272
- name: Checkout
73-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
73+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
7474
with:
7575
ref: ${{ github.ref }}
7676
submodules: true
@@ -109,7 +109,7 @@ jobs:
109109
path: ./Tests/Bench/Client/src/Dockerfile
110110
steps:
111111
- name: Checkout
112-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
112+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
113113
with:
114114
ref: ${{ github.ref }}
115115
submodules: true
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: Set up Docker Buildx
121121
id: buildx
122-
uses: docker/setup-buildx-action@6a58db7e0d21ca03e6c44877909e80e45217eed2 # v2
122+
uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2
123123

124124
- name: login
125125
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
@@ -131,7 +131,7 @@ jobs:
131131
run: echo ${{ steps.buildx.outputs.platforms }}
132132

133133
- name: Build and push
134-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4
134+
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4
135135
with:
136136
file: ${{ matrix.path }}
137137
context: .
@@ -152,7 +152,7 @@ jobs:
152152
VERSION: ${{ needs.versionning.outputs.release }}
153153
steps:
154154
- name: Checkout
155-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
155+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
156156
with:
157157
ref: ${{ github.ref }}
158158

@@ -173,7 +173,7 @@ jobs:
173173
needs:
174174
- versionning
175175
steps:
176-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
176+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
177177
with:
178178
fetch-depth: 0
179179

.github/workflows/manual-integration-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
version: ${{ steps.genver.outputs.version }}
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
13+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
1414
with:
1515
ref: ${{ github.ref }}
1616
fetch-depth: 0
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
31+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
3232
with:
3333
ref: ${{ github.ref }}
3434
submodules: true
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
steps:
9090
- name: Checkout
91-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
91+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
9292
with:
9393
ref: ${{ github.ref }}
9494
submodules: true

.github/workflows/sonar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
distribution: 'zulu'
2121
java-version: 11
22-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
22+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2323
with:
2424
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2525
submodules: true

.github/workflows/validate-docs-generation.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
18+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
1919

2020
- run: npm i -g pnpm @antfu/ni
2121

@@ -40,7 +40,7 @@ jobs:
4040
name: Lint Markdown
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
43+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
4444

4545
- run: npm i -g pnpm @antfu/ni
4646

@@ -58,7 +58,7 @@ jobs:
5858
name: Lint
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
61+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
6262

6363
- run: npm i -g pnpm @antfu/ni
6464

0 commit comments

Comments
 (0)