File tree 10 files changed +17
-17
lines changed
10 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
17
18
18
- name : install go
19
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
19
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
20
20
with :
21
21
# use version from go.mod file
22
22
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
42
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
53
+ uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
67
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
Original file line number Diff line number Diff line change 20
20
fetch-depth : 0
21
21
22
22
- name : install go
23
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
23
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
24
24
with :
25
25
# use version from go.mod file
26
26
go-version-file : ' go.mod'
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
22
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
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 @@ -15,15 +15,15 @@ jobs:
15
15
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
16
17
17
- name : install go
18
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
18
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
19
19
with :
20
20
# use version from go.mod file
21
21
go-version-file : ' go.mod'
22
22
cache : true
23
23
check-latest : true
24
24
25
25
- name : golangci-lint
26
- uses : reviewdog/action-golangci-lint@dd3fda91790ca90e75049e5c767509dc0ec7d99b # v2
26
+ uses : reviewdog/action-golangci-lint@3dfdce20f5ca12d264c214abb993dbb40834da90 # v2
27
27
with :
28
28
github_token : ${{ secrets.github_token }}
29
29
golangci_lint_flags : " --config=.golangci.yml"
@@ -39,15 +39,15 @@ jobs:
39
39
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
40
40
41
41
- name : install go
42
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
42
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
43
43
with :
44
44
# use version from go.mod file
45
45
go-version-file : ' go.mod'
46
46
cache : true
47
47
check-latest : true
48
48
49
49
- name : golangci-lint
50
- uses : reviewdog/action-golangci-lint@dd3fda91790ca90e75049e5c767509dc0ec7d99b # v2
50
+ uses : reviewdog/action-golangci-lint@3dfdce20f5ca12d264c214abb993dbb40834da90 # v2
51
51
with :
52
52
github_token : ${{ secrets.github_token }}
53
53
golangci_lint_flags : " --config=.golangci.yml"
Original file line number Diff line number Diff line change 16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
17
18
18
- name : install go
19
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
19
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
20
20
with :
21
21
# use version from go.mod file
22
22
go-version-file : ' go.mod'
28
28
go test -race -covermode=atomic -coverprofile=coverage.out ./...
29
29
30
30
- name : coverage
31
- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5
31
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
32
32
with :
33
33
token : ${{ secrets.CODECOV_TOKEN }}
34
34
file : coverage.out
Original file line number Diff line number Diff line change 16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
17
18
18
- name : install go
19
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
19
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
20
20
with :
21
21
# use version from go.mod file
22
22
go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 4
4
# # docker build --no-cache --target certs -t vela-slack:certs . ##
5
5
# #######################################################################
6
6
7
- FROM alpine@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 as certs
7
+ FROM alpine@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c as certs
8
8
9
9
RUN apk add --update --no-cache ca-certificates
10
10
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/joho/godotenv v1.5.1
11
11
github.com/sirupsen/logrus v1.9.3
12
12
github.com/slack-go/slack v0.16.0
13
- github.com/urfave/cli/v2 v2.27.5
13
+ github.com/urfave/cli/v2 v2.27.6
14
14
)
15
15
16
16
require (
Original file line number Diff line number Diff line change @@ -151,8 +151,8 @@ github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS
151
151
github.com/twitchyliquid64/golang-asm v0.15.1 /go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08 =
152
152
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE =
153
153
github.com/ugorji/go/codec v1.2.12 /go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg =
154
- github.com/urfave/cli/v2 v2.27.5 h1:WoHEJLdsXr6dDWoJgMq/CboDmyY/8HMMH1fTECbih+w =
155
- github.com/urfave/cli/v2 v2.27.5 /go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ =
154
+ github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g =
155
+ github.com/urfave/cli/v2 v2.27.6 /go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ =
156
156
github.com/wk8/go-ordered-map/v2 v2.1.8 h1:5h/BUHu93oj4gIdvHHHGsScSTMijfx5PeYkE/fJgbpc =
157
157
github.com/wk8/go-ordered-map/v2 v2.1.8 /go.mod h1:5nJHM5DyteebpVlHnWMV0rPz6Zp7+xBAnxjb1X5vnTw =
158
158
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
You can’t perform that action at this time.
0 commit comments