File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2121 - name : Check Alpine
2222 run : ./dip image --name=alpine --regex=^3\.[0-9]+\.[0-9]+$ --updateDockerfile
2323 - name : Set up Go
24- uses : actions/setup-go@v5.2 .0
24+ uses : actions/setup-go@v5.5 .0
2525 with :
2626 go-version-file : ' go.mod'
2727 cache : false
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-20.04
1515 steps :
161617- - uses : schubergphilis/mcvs-docker-action@v0.6.1
17+ - uses : schubergphilis/mcvs-docker-action@v0.7.2
1818 with :
1919 dockle-accept-key : libcrypto3,libssl3
2020 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Set up QEMU
12- uses : docker/setup-qemu-action@v3.2 .0
12+ uses : docker/setup-qemu-action@v3.6 .0
1313 - name : Set up Docker Buildx
14- uses : docker/setup-buildx-action@v3.8.0
14+ uses : docker/setup-buildx-action@v3.11.1
1515 - name : Login to DockerHub
16- uses : docker/login-action@v3.3 .0
16+ uses : docker/login-action@v3.4 .0
1717 with :
1818 username : ${{ secrets.DOCKERHUB_USERNAME }}
1919 password : ${{ secrets.DOCKERHUB_TOKEN }}
2222 run : echo ::set-output name=version::${GITHUB_REF#refs/tags/}
2323 - name : Build and push
2424 id : docker_build
25- uses : docker/build-push-action@v6.10 .0
25+ uses : docker/build-push-action@v6.18 .0
2626 with :
2727 push : true
2828 tags : utrecht/n3dr:${{ steps.version.outputs.version }}
Original file line number Diff line number Diff line change 1919 steps :
20202121 - name : Set up Go
22- uses : actions/setup-go@v5.2 .0
22+ uses : actions/setup-go@v5.5 .0
2323 with :
2424 go-version-file : ' go.mod'
2525 cache : false
@@ -31,14 +31,14 @@ jobs:
3131 grep -v internal/app/n3dr/n3drtest |\
3232 grep -v cmd/n3dr)
3333 if : ${{ startsWith(matrix.os, 'ubuntu') }}
34- - uses : codecov/codecov-action@v5.1.2
34+ - uses : codecov/codecov-action@v5.4.3
3535 with :
3636 files : ./coverage.txt
3737 flags : unittests
3838 verbose : true
3939 if : ${{ startsWith(matrix.os, 'ubuntu') }}
4040 - name : SonarCloud Scan
41- uses : sonarsource/sonarcloud-github-action@v4 .0.0
41+ uses : sonarsource/sonarcloud-github-action@v5 .0.0
4242 with :
4343 args : >
4444 -Dsonar.organization=030-github
Original file line number Diff line number Diff line change 2727 TASK_X_REMOTE_TASKFILES : 1
2828 steps :
292930- - uses : schubergphilis/mcvs-golang-action@v0.15.4
30+ - uses : schubergphilis/mcvs-golang-action@v3.3.1
3131 with :
3232 code-coverage-expected : 37.5
3333 golang-unit-tests-exclusions : |-
Original file line number Diff line number Diff line change 1010 gomod-go-version-updater-action :
1111 runs-on : ubuntu-22.04
1212 steps :
13- - uses : 030/gomod-go-version-updater-action@v0.2.2
13+ - uses : 030/gomod-go-version-updater-action@v0.3.5
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
111112- - uses : actions/setup-go@v5.2 .0
12+ - uses : actions/setup-go@v5.5 .0
1313 with :
1414 go-version-file : ' go.mod'
1515 cache : false
Original file line number Diff line number Diff line change 1919 with :
2020 ref : main
2121 - name : Set up Go
22- uses : actions/setup-go@v5.2 .0
22+ uses : actions/setup-go@v5.5 .0
2323 with :
2424 go-version-file : ' go.mod'
2525 cache : false
@@ -60,14 +60,14 @@ jobs:
6060 if : ${{ startsWith(matrix.os, 'windows') }}
6161 # yamllint enable rule:line-length
6262 - name : Upload binaries to release
63- uses : svenstaro/upload-release-action@2.9 .0
63+ uses : svenstaro/upload-release-action@2.10 .0
6464 with :
6565 repo_token : ${{ secrets.GITHUB_TOKEN }}
6666 file : cmd/n3dr/${{ env.n3dr-deliverable }}
6767 asset_name : ${{ env.n3dr-deliverable }}
6868 tag : ${{ github.ref }}
6969 - name : Upload checksums
70- uses : svenstaro/upload-release-action@2.9 .0
70+ uses : svenstaro/upload-release-action@2.10 .0
7171 with :
7272 repo_token : ${{ secrets.GITHUB_TOKEN }}
7373 file : cmd/n3dr/${{ env.n3dr-deliverable }}.sha512.txt
You can’t perform that action at this time.
0 commit comments