File tree 8 files changed +15
-15
lines changed
8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
17
17
- name : install go
18
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
18
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
19
19
with :
20
20
# use version from go.mod file
21
21
go-version-file : " go.mod"
Original file line number Diff line number Diff line change 39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
42
+ uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
# If you wish to specify custom queries, you can do so here or in a config file.
50
50
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
51
51
# If this step fails, then you should remove it and run the build manually (see below)
52
52
- name : Autobuild
53
- uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
53
+ uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
54
54
55
55
# ℹ️ Command-line programs to run using the OS shell.
56
56
# 📚 https://git.io/JvXDl
64
64
# make release
65
65
66
66
- name : Perform CodeQL Analysis
67
- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
67
+ uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
Original file line number Diff line number Diff line change 19
19
fetch-depth : 0
20
20
21
21
- name : install go
22
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
22
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
23
23
with :
24
24
# use version from go.mod file
25
25
go-version-file : " go.mod"
Original file line number Diff line number Diff line change 18
18
fetch-depth : 0
19
19
20
20
- name : install go
21
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
21
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
22
22
with :
23
23
# use version from go.mod file
24
24
go-version-file : " go.mod"
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
14
14
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
16
16
- name : install go
17
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
17
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
18
18
with :
19
19
# use version from go.mod file
20
20
go-version-file : " go.mod"
21
21
cache : true
22
22
check-latest : true
23
23
24
24
- name : golangci-lint
25
- uses : reviewdog/action-golangci-lint@dd3fda91790ca90e75049e5c767509dc0ec7d99b # v2
25
+ uses : reviewdog/action-golangci-lint@f9bba13753278f6a73b27a56a3ffb1bfda90ed71 # v2
26
26
with :
27
27
github_token : ${{ secrets.github_token }}
28
28
golangci_lint_flags : " --config=.golangci.yml"
@@ -38,15 +38,15 @@ jobs:
38
38
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
39
40
40
- name : install go
41
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
41
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
42
42
with :
43
43
# use version from go.mod file
44
44
go-version-file : " go.mod"
45
45
cache : true
46
46
check-latest : true
47
47
48
48
- name : golangci-lint
49
- uses : reviewdog/action-golangci-lint@dd3fda91790ca90e75049e5c767509dc0ec7d99b # v2.7 .0
49
+ uses : reviewdog/action-golangci-lint@f9bba13753278f6a73b27a56a3ffb1bfda90ed71 # v2.8 .0
50
50
with :
51
51
github_token : ${{ secrets.github_token }}
52
52
golangci_lint_flags : " --config=.golangci.yml"
Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
17
17
- name : install go
18
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
18
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
19
19
with :
20
20
# use version from go.mod file
21
21
go-version-file : " go.mod"
27
27
go test -covermode=atomic -coverprofile=coverage.out ./...
28
28
29
29
- name : coverage
30
- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
30
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
31
31
with :
32
32
token : ${{ secrets.CODECOV_TOKEN }}
33
33
file : coverage.out
Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
17
17
- name : install go
18
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
18
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
19
19
with :
20
20
# use version from go.mod file
21
21
go-version-file : " go.mod"
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ require (
9
9
github.com/go-vela/server v0.26.2
10
10
github.com/hashicorp/go-cleanhttp v0.5.2
11
11
github.com/hashicorp/go-retryablehttp v0.7.7
12
- github.com/jfrog/jfrog-client-go v1.50 .0
12
+ github.com/jfrog/jfrog-client-go v1.52 .0
13
13
github.com/joho/godotenv v1.5.1
14
14
github.com/sirupsen/logrus v1.9.3
15
- github.com/urfave/cli/v2 v2.27.5
15
+ github.com/urfave/cli/v2 v2.27.6
16
16
)
17
17
18
18
require (
You can’t perform that action at this time.
0 commit comments