File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
41
41
uses : actions/checkout@v4
42
42
43
43
- name : Install Go
44
- uses : actions/setup-go@v4
44
+ uses : actions/setup-go@v5
45
45
with :
46
46
go-version-file : go.mod
47
47
48
48
# Initializes the CodeQL tools for scanning.
49
49
- name : Initialize CodeQL
50
- uses : github/codeql-action/init@v2
50
+ uses : github/codeql-action/init@v3
51
51
with :
52
52
languages : ${{ matrix.language }}
53
53
# If you wish to specify custom queries, you can do so here or in a config file.
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Checkout code
9
- uses : actions/checkout@v3
9
+ uses : actions/checkout@v4
10
10
11
11
- name : Install Go
12
- uses : actions/setup-go@v3
12
+ uses : actions/setup-go@v5
13
13
with :
14
14
go-version-file : go.mod
15
15
@@ -26,10 +26,10 @@ jobs:
26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Checkout code
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
31
31
- name : Install Go
32
- uses : actions/setup-go@v4
32
+ uses : actions/setup-go@v5
33
33
with :
34
34
go-version-file : go.mod
35
35
@@ -44,10 +44,10 @@ jobs:
44
44
needs : [lint-test, verify-docs]
45
45
steps :
46
46
- name : Checkout code
47
- uses : actions/checkout@v3
47
+ uses : actions/checkout@v4
48
48
49
49
- name : Install Go
50
- uses : actions/setup-go@v4
50
+ uses : actions/setup-go@v5
51
51
with :
52
52
go-version-file : go.mod
53
53
Original file line number Diff line number Diff line change 15
15
steps :
16
16
-
17
17
name : Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
-
27
27
name : install cosign
28
28
uses : sigstore/cosign-installer@main
29
29
-
30
- uses : anchore/sbom-action/download-syft@v0.14.3
30
+ uses : anchore/sbom-action/download-syft@v0.16.0
31
31
-
32
32
name : Run GoReleaser
33
33
uses : goreleaser/goreleaser-action@v4
You can’t perform that action at this time.
0 commit comments