File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
- name : Run golangci-lint
16
- uses : golangci/golangci-lint-action@v3.2.0
16
+ uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
17
17
with :
18
- version : v1.50.0
18
+ version : v1.59.1
19
19
only-new-issues : false
20
20
args : --config .golangci.yml --timeout=5m
Original file line number Diff line number Diff line change @@ -16,30 +16,30 @@ jobs:
16
16
steps :
17
17
18
18
- name : Checkout
19
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
19
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
20
with :
21
21
fetch-depth : 0
22
22
23
23
- name : Fetch
24
24
run : git fetch --prune --force --tags
25
25
26
26
- name : Setup Go
27
- uses : actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v3.2 .1
27
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0 .1
28
28
with :
29
29
go-version : ' 1.20'
30
30
31
- - uses : sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65 # v3.0.1
31
+ - uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
32
32
33
- - uses : anchore/sbom-action/download-syft@448520c4f19577ffce70a8317e619089054687e3 # v0.13.4
33
+ - uses : anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
34
34
35
- - uses : docker/login-action@v2
35
+ - uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
36
36
with :
37
37
registry : ghcr.io
38
38
username : ${{ github.repository_owner }}
39
39
password : ${{ secrets.GITHUB_TOKEN }}
40
40
41
41
- name : Publish release
42
- uses : goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # 4.2 .0
42
+ uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # 6.0 .0
43
43
with :
44
44
version : latest
45
45
args : release --clean
You can’t perform that action at this time.
0 commit comments