File tree Expand file tree Collapse file tree 4 files changed +19
-19
lines changed Expand file tree Collapse file tree 4 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -11,35 +11,35 @@ jobs:
11
11
steps :
12
12
-
13
13
name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
-
16
16
name : Docker meta
17
17
id : meta
18
- uses : docker/metadata-action@v4
18
+ uses : docker/metadata-action@v5
19
19
with :
20
- images : caffix /amass
20
+ images : owaspamass /amass
21
21
tags : |
22
22
type=semver,pattern=v{{major}}
23
23
type=semver,pattern=v{{major}}.{{minor}}
24
24
type=semver,pattern=v{{major}}.{{minor}}.{{patch}}
25
25
-
26
26
name : Set up QEMU
27
- uses : docker/setup-qemu-action@v2
27
+ uses : docker/setup-qemu-action@v3
28
28
with :
29
29
platforms : linux/amd64,linux/arm64
30
30
-
31
31
name : Set up Docker Buildx
32
32
id : buildx
33
- uses : docker/setup-buildx-action@v2
33
+ uses : docker/setup-buildx-action@v3
34
34
-
35
35
name : Login to DockerHub
36
- uses : docker/login-action@v2
36
+ uses : docker/login-action@v3
37
37
with :
38
38
username : ${{ secrets.DOCKERHUB_USERNAME }}
39
39
password : ${{ secrets.DOCKERHUB_TOKEN }}
40
40
-
41
41
name : Build and push
42
- uses : docker/build-push-action@v3
42
+ uses : docker/build-push-action@v5
43
43
with :
44
44
context : ./
45
45
file : ./Dockerfile
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
17
17
steps :
18
18
-
19
19
name : setup Go ${{ matrix.go-version }}
20
- uses : actions/setup-go@v3
20
+ uses : actions/setup-go@v5
21
21
with :
22
22
go-version : ${{ matrix.go-version }}
23
23
-
24
24
name : checkout
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
-
27
27
name : simple test
28
28
run : go test -v ./...
@@ -39,11 +39,11 @@ jobs:
39
39
runs-on : ubuntu-latest
40
40
steps :
41
41
- name : setup Go
42
- uses : actions/setup-go@v3
42
+ uses : actions/setup-go@v5
43
43
with :
44
44
go-version : 1.23.1
45
45
- name : checkout
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
- name : measure coverage
48
48
run : go test -v -coverprofile=coverage.out ./...
49
49
- name : report coverage
Original file line number Diff line number Diff line change @@ -14,22 +14,22 @@ jobs:
14
14
steps :
15
15
-
16
16
name : checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
-
21
21
name : set up Go
22
- uses : actions/setup-go@v3
22
+ uses : actions/setup-go@v5
23
23
with :
24
- go-version : 1.21
24
+ go-version : 1.23.1
25
25
-
26
26
name : set up CycloneDX
27
- uses : CycloneDX/gh-gomod-generate-sbom@v1
27
+ uses : CycloneDX/gh-gomod-generate-sbom@v2
28
28
with :
29
29
version : v1
30
30
-
31
31
name : run GoReleaser
32
- uses : goreleaser/goreleaser-action@v4
32
+ uses : goreleaser/goreleaser-action@v6
33
33
with :
34
34
distribution : goreleaser
35
35
version : latest
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
15
15
steps :
16
16
-
17
17
name : setup
18
- uses : actions/setup-go@v3
18
+ uses : actions/setup-go@v5
19
19
with :
20
20
go-version : ${{ matrix.go-version }}
21
21
-
22
22
name : checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
-
25
25
name : golangci-lint
26
- uses : golangci/golangci-lint-action@v3
26
+ uses : golangci/golangci-lint-action@v6
27
27
with :
28
28
version : latest
29
29
args : --timeout=10m
You can’t perform that action at this time.
0 commit comments