File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 21
21
- name : Check Alpine
22
22
run : ./dip image --name=alpine --regex=^3\.[0-9]+\.[0-9]+$ --updateDockerfile
23
23
- name : Set up Go
24
- uses : actions/setup-go@v5.2 .0
24
+ uses : actions/setup-go@v5.3 .0
25
25
with :
26
26
go-version-file : ' go.mod'
27
27
cache : false
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Set up QEMU
12
- uses : docker/setup-qemu-action@v3.2 .0
12
+ uses : docker/setup-qemu-action@v3.6 .0
13
13
- name : Set up Docker Buildx
14
- uses : docker/setup-buildx-action@v3.8 .0
14
+ uses : docker/setup-buildx-action@v3.10 .0
15
15
- name : Login to DockerHub
16
16
17
17
with :
22
22
run : echo ::set-output name=version::${GITHUB_REF#refs/tags/}
23
23
- name : Build and push
24
24
id : docker_build
25
- uses : docker/build-push-action@v6.10 .0
25
+ uses : docker/build-push-action@v6.15 .0
26
26
with :
27
27
push : true
28
28
tags : utrecht/n3dr:${{ steps.version.outputs.version }}
Original file line number Diff line number Diff line change 19
19
steps :
20
20
21
21
- name : Set up Go
22
- uses : actions/setup-go@v5.2 .0
22
+ uses : actions/setup-go@v5.3 .0
23
23
with :
24
24
go-version-file : ' go.mod'
25
25
cache : false
@@ -31,14 +31,14 @@ jobs:
31
31
grep -v internal/app/n3dr/n3drtest |\
32
32
grep -v cmd/n3dr)
33
33
if : ${{ startsWith(matrix.os, 'ubuntu') }}
34
- - uses : codecov/codecov-action@v5.1.2
34
+ - uses : codecov/codecov-action@v5.4.0
35
35
with :
36
36
files : ./coverage.txt
37
37
flags : unittests
38
38
verbose : true
39
39
if : ${{ startsWith(matrix.os, 'ubuntu') }}
40
40
- name : SonarCloud Scan
41
- uses : sonarsource/sonarcloud-github-action@v4 .0.0
41
+ uses : sonarsource/sonarcloud-github-action@v5 .0.0
42
42
with :
43
43
args : >
44
44
-Dsonar.organization=030-github
Original file line number Diff line number Diff line change 27
27
TASK_X_REMOTE_TASKFILES : 1
28
28
steps :
29
29
30
- - uses : schubergphilis/mcvs-golang-action@v0.15.4
30
+ - uses : schubergphilis/mcvs-golang-action@v0.17.6
31
31
with :
32
32
code-coverage-expected : 37.5
33
33
golang-unit-tests-exclusions : |-
Original file line number Diff line number Diff line change 10
10
gomod-go-version-updater-action :
11
11
runs-on : ubuntu-22.04
12
12
steps :
13
- - uses : 030/gomod-go-version-updater-action@v0.2.2
13
+ - uses : 030/gomod-go-version-updater-action@v0.3.1
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
12
- - uses : actions/setup-go@v5.2 .0
12
+ - uses : actions/setup-go@v5.3 .0
13
13
with :
14
14
go-version-file : ' go.mod'
15
15
cache : false
Original file line number Diff line number Diff line change 19
19
with :
20
20
ref : main
21
21
- name : Set up Go
22
- uses : actions/setup-go@v5.2 .0
22
+ uses : actions/setup-go@v5.3 .0
23
23
with :
24
24
go-version-file : ' go.mod'
25
25
cache : false
You can’t perform that action at this time.
0 commit comments