Skip to content

Commit d73963d

Browse files
Bump the actions group across 1 directory with 8 updates
Bumps the actions group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.0` | `6.0.2` | | [actions/setup-go](https://github.com/actions/setup-go) | `6.1.0` | `6.2.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5.0.0` | `6.0.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.11.1` | `3.12.0` | | [docker/login-action](https://github.com/docker/login-action) | `3.6.0` | `3.7.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6.0.0` | `7.0.0` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `9.1.0` | `9.2.0` | Updates `actions/checkout` from 6.0.0 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...de0fac2) Updates `actions/setup-go` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4dc6199...7a3fe6c) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) Updates `actions/upload-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) Updates `docker/setup-buildx-action` from 3.11.1 to 3.12.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@e468171...8d2750c) Updates `docker/login-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...c94ce9f) Updates `actions/download-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...37930b1) Updates `golangci/golangci-lint-action` from 9.1.0 to 9.2.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@e7fa5ac...1e7e51e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/setup-go dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/setup-buildx-action dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: golangci/golangci-lint-action dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6745e5 commit d73963d

File tree

4 files changed

+43
-43
lines changed

4 files changed

+43
-43
lines changed

.github/workflows/_shared-build.yaml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ jobs:
4646
name: Build linux/amd64 binary
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
49+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050
with:
5151
ref: ${{ inputs.ref }}
5252

5353
# setup global dependencies
5454
- name: Set up go
55-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
55+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
5656
with:
5757
go-version: 1.25.x
5858
- name: Set up Node.js
59-
uses: actions/setup-node@v4
59+
uses: actions/setup-node@v6
6060
with:
6161
node-version: '20'
6262
cache: 'npm'
@@ -78,7 +78,7 @@ jobs:
7878

7979
# upload artifacts
8080
- name: "Upload artifact: assertoor_linux_amd64"
81-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
81+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8282
with:
8383
path: ./bin/*
8484
name: assertoor_linux_amd64
@@ -87,17 +87,17 @@ jobs:
8787
name: Build linux/arm64 binary
8888
runs-on: ubuntu-latest
8989
steps:
90-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
90+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9191
with:
9292
ref: ${{ inputs.ref }}
9393

9494
# setup global dependencies
9595
- name: Set up go
96-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
96+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
9797
with:
9898
go-version: 1.25.x
9999
- name: Set up Node.js
100-
uses: actions/setup-node@v4
100+
uses: actions/setup-node@v6
101101
with:
102102
node-version: '20'
103103
cache: 'npm'
@@ -125,7 +125,7 @@ jobs:
125125

126126
# upload artifacts
127127
- name: "Upload artifact: assertoor_linux_arm64"
128-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
128+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
129129
with:
130130
path: ./bin/*
131131
name: assertoor_linux_arm64
@@ -134,17 +134,17 @@ jobs:
134134
name: Build windows/amd64 binary
135135
runs-on: windows-latest
136136
steps:
137-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
137+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
138138
with:
139139
ref: ${{ inputs.ref }}
140140

141141
# setup global dependencies
142142
- name: Set up go
143-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
143+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
144144
with:
145145
go-version: 1.25.x
146146
- name: Set up Node.js
147-
uses: actions/setup-node@v4
147+
uses: actions/setup-node@v6
148148
with:
149149
node-version: '20'
150150
cache: 'npm'
@@ -166,7 +166,7 @@ jobs:
166166

167167
# upload artifacts
168168
- name: "Upload artifact: assertoor_windows_amd64"
169-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
169+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
170170
with:
171171
path: ./bin/*
172172
name: assertoor_windows_amd64
@@ -175,17 +175,17 @@ jobs:
175175
name: Build macos/amd64 binary
176176
runs-on: macos-latest
177177
steps:
178-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
178+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
179179
with:
180180
ref: ${{ inputs.ref }}
181181

182182
# setup global dependencies
183183
- name: Set up go
184-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
184+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
185185
with:
186186
go-version: 1.25.x
187187
- name: Set up Node.js
188-
uses: actions/setup-node@v4
188+
uses: actions/setup-node@v6
189189
with:
190190
node-version: '20'
191191
cache: 'npm'
@@ -207,7 +207,7 @@ jobs:
207207

208208
# upload artifacts
209209
- name: "Upload artifact: assertoor_darwin_amd64"
210-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
210+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
211211
with:
212212
path: ./bin/*
213213
name: assertoor_darwin_amd64
@@ -216,17 +216,17 @@ jobs:
216216
name: Build macos/arm64 binary
217217
runs-on: macos-latest
218218
steps:
219-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
219+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
220220
with:
221221
ref: ${{ inputs.ref }}
222222

223223
# setup global dependencies
224224
- name: Set up go
225-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
225+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
226226
with:
227227
go-version: 1.25.x
228228
- name: Set up Node.js
229-
uses: actions/setup-node@v4
229+
uses: actions/setup-node@v6
230230
with:
231231
node-version: '20'
232232
cache: 'npm'
@@ -248,7 +248,7 @@ jobs:
248248

249249
# upload artifacts
250250
- name: "Upload artifact: assertoor_darwin_arm64"
251-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
251+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
252252
with:
253253
path: ./bin/*
254254
name: assertoor_darwin_arm64
@@ -259,7 +259,7 @@ jobs:
259259
if: ${{ inputs.docker }}
260260
runs-on: ubuntu-latest
261261
steps:
262-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
262+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
263263
with:
264264
ref: ${{ inputs.ref }}
265265

@@ -269,16 +269,16 @@ jobs:
269269

270270
# prepare docker
271271
- name: Set up Docker Buildx
272-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
272+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
273273
- name: Login to Docker Hub
274-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
274+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
275275
with:
276276
username: ${{ secrets.DOCKERHUB_USERNAME }}
277277
password: ${{ secrets.DOCKERHUB_TOKEN }}
278278

279279
# download build artifacts
280280
- name: Download build artifacts
281-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
281+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
282282
with:
283283
name: assertoor_linux_amd64
284284
path: ./bin
@@ -307,7 +307,7 @@ jobs:
307307
if: ${{ inputs.docker }}
308308
runs-on: ubuntu-latest
309309
steps:
310-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
310+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
311311
with:
312312
ref: ${{ inputs.ref }}
313313
- name: Get build version
@@ -318,16 +318,16 @@ jobs:
318318
- name: Set up Docker QEMU
319319
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
320320
- name: Set up Docker Buildx
321-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
321+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
322322
- name: Login to Docker Hub
323-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
323+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
324324
with:
325325
username: ${{ secrets.DOCKERHUB_USERNAME }}
326326
password: ${{ secrets.DOCKERHUB_TOKEN }}
327327

328328
# download build artifacts
329329
- name: Download build artifacts
330-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
330+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
331331
with:
332332
name: assertoor_linux_arm64
333333
path: ./bin
@@ -356,7 +356,7 @@ jobs:
356356
if: ${{ inputs.docker }}
357357
runs-on: ubuntu-latest
358358
steps:
359-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
359+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
360360
with:
361361
ref: ${{ inputs.ref }}
362362
- name: Get build version
@@ -365,9 +365,9 @@ jobs:
365365

366366
# prepare docker
367367
- name: Set up Docker Buildx
368-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
368+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
369369
- name: Login to Docker Hub
370-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
370+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
371371
with:
372372
username: ${{ secrets.DOCKERHUB_USERNAME }}
373373
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -391,7 +391,7 @@ jobs:
391391
matrix:
392392
tag: ${{ fromJSON(inputs.additional_tags) }}
393393
steps:
394-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
394+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
395395
with:
396396
ref: ${{ inputs.ref }}
397397
- name: Get build version
@@ -400,9 +400,9 @@ jobs:
400400

401401
# prepare docker
402402
- name: Set up Docker Buildx
403-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
403+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
404404
- name: Login to Docker Hub
405-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
405+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
406406
with:
407407
username: ${{ secrets.DOCKERHUB_USERNAME }}
408408
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/_shared-check.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
name: Run code checks
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
12+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313

1414
# setup global dependencies
1515
- name: Set up go
16-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
16+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
1717
with:
1818
go-version: 1.25.x
1919

@@ -33,7 +33,7 @@ jobs:
3333

3434

3535
- name: Run golangci-lint
36-
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
36+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
3737
with:
3838
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
3939
version: v2.7.2
@@ -77,10 +77,10 @@ jobs:
7777
name: Run frontend checks
7878
runs-on: ubuntu-latest
7979
steps:
80-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
80+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8181

8282
- name: Set up Node.js
83-
uses: actions/setup-node@v4
83+
uses: actions/setup-node@v6
8484
with:
8585
node-version: '20'
8686
cache: 'npm'

.github/workflows/build-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout base code
44-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
44+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545
with:
4646
path: code
4747
- name: Generate wiki from docs
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
# download build artifacts
8585
- name: "Download build artifacts"
86-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
86+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
8787

8888
# (re)create snapshot binary release
8989
- name: Update snapshot tag & remove previous snapshot release

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
needs: [build_binaries]
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
34+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535
with:
3636
fetch-depth: 100
3737
ref: ${{ github.sha }}
@@ -52,7 +52,7 @@ jobs:
5252
5353
# download build artifacts
5454
- name: "Download build artifacts"
55-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
55+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
5656

5757
# create draft release
5858
- name: Create latest release

0 commit comments

Comments
 (0)