File tree 7 files changed +10
-10
lines changed
7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
id : vars
25
25
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
26
26
- name : Set up Go
27
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
27
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
28
28
with :
29
29
go-version : ${{ steps.vars.outputs.go_version }}
30
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # tag=v4.2.2
30
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag=v4.2.3
31
31
name : Restore go cache
32
32
with :
33
33
path : |
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
24
24
id : vars
25
25
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
26
26
- name : Set up Go
27
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
27
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
28
28
with :
29
29
go-version : ${{ steps.vars.outputs.go_version }}
30
30
- name : golangci-lint
31
- uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # tag=v6.5.1
31
+ uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
32
32
with :
33
33
version : v1.63.4
34
34
args : --out-format=colored-line-number
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
18
- - uses : gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc # tag=1.0.16
18
+ - uses : gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31 # tag=1.0.17
19
19
with :
20
20
use-quiet-mode : ' yes'
21
21
config-file : .markdownlinkcheck.json
Original file line number Diff line number Diff line change 22
22
fetch-depth : 0
23
23
- name : Get changed files
24
24
id : changed-files
25
- uses : tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # tag=v46.0.1
25
+ uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # tag=v46.0.5
26
26
- name : Get release version
27
27
id : release-version
28
28
run : |
95
95
- name : Calculate go version
96
96
run : echo "go_version=$(make go-version)" >> $GITHUB_ENV
97
97
- name : Set up Go
98
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
98
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
99
99
with :
100
100
go-version : ${{ env.go_version }}
101
101
- name : generate release artifacts
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
21
21
with :
22
22
ref : ${{ matrix.branch }}
23
- - uses : gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc # tag=1.0.16
23
+ - uses : gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31 # tag=1.0.17
24
24
with :
25
25
use-quiet-mode : ' yes'
26
26
config-file : .markdownlinkcheck.json
Original file line number Diff line number Diff line change 25
25
id : vars
26
26
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
27
27
- name : Set up Go
28
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
28
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
29
29
with :
30
30
go-version : ${{ steps.vars.outputs.go_version }}
31
31
- name : Run verify security target
Original file line number Diff line number Diff line change 32
32
- name : Calculate go version
33
33
run : echo "go_version=$(make go-version)" >> $GITHUB_ENV
34
34
- name : Set up Go
35
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
35
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
36
36
with :
37
37
go-version : ${{ env.go_version }}
38
38
- name : Test release
You can’t perform that action at this time.
0 commit comments