File tree 7 files changed +17
-19
lines changed
7 files changed +17
-19
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Set up Go
16
- uses : actions/setup-go@v2
16
+ uses : actions/setup-go@v5
17
17
with :
18
- go-version : 1.22.2
19
- - uses : actions/checkout@v2
18
+ go-version : ' 1.22'
19
+ - uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : ' 0'
22
22
- name : golangci-lint
23
- uses : golangci/golangci-lint-action@v3.4.0
23
+ uses : golangci/golangci-lint-action@v6
24
24
with :
25
- version : v1.52.2
25
+ version : v1.58
26
26
args : -v
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
15
15
id-token : write
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
22
22
- name : Set up Go
23
- uses : actions/setup-go@v2
23
+ uses : actions/setup-go@v5
24
24
with :
25
- go-version : 1.22.2
25
+ go-version : ' 1.22'
26
26
27
27
- name : Set up Cosign
28
28
uses : sigstore/cosign-installer@v3
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
runs-on : ubuntu-20.04
12
12
steps :
13
13
- name : Set up Go
14
- uses : actions/setup-go@v2
14
+ uses : actions/setup-go@v5
15
15
with :
16
- go-version : 1.22.2
16
+ go-version : ' 1.22'
17
17
- name : Check out code into the Go module directory
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v4
19
19
with :
20
20
path : src/github.com/${{ github.repository }}
21
21
fetch-depth : 0
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Set up Go
14
- uses : actions/setup-go@v2
14
+ uses : actions/setup-go@v5
15
15
with :
16
- go-version : 1.22.2
16
+ go-version : ' 1.22'
17
17
- name : Check out code into the Go module directory
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v4
19
19
with :
20
20
path : src/github.com/${{ github.repository }}
21
21
fetch-depth : 0
Original file line number Diff line number Diff line change 1
1
name : Trivy CVE Dependency Scanner
2
2
3
3
on :
4
+ workflow_dispatch :
4
5
schedule :
5
6
- cron : ' 0 0 * * *'
6
7
10
11
with :
11
12
repo : carvel-dev/kapp
12
13
tool : kapp
13
- goVersion : 1.22.2
14
+ goVersion : ' 1.22'
14
15
secrets :
15
16
githubToken : ${{ secrets.GITHUB_TOKEN }}
16
17
slackWebhookURL : ${{ secrets.SLACK_WEBHOOK_URL }}
Original file line number Diff line number Diff line change 4
4
enable :
5
5
- goheader
6
6
- revive
7
- - deadcode
8
7
- unused
9
8
disable-all : true
10
9
# all available settings of specific linters
Original file line number Diff line number Diff line change 1
1
module carvel.dev/kapp
2
2
3
- go 1.22.0
4
-
5
- toolchain go1.22.2
3
+ go 1.22.3
6
4
7
5
require (
8
6
github.com/cppforlife/cobrautil v0.0.0-20221130162803-acdfead391ef
You can’t perform that action at this time.
0 commit comments