@@ -23,10 +23,10 @@ jobs:
23
23
runs-on : ' ubuntu-latest'
24
24
steps :
25
25
- name : ' Checkout'
26
- uses : ' actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b ' # ratchet:actions/checkout@v3
26
+ uses : ' actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b ' # ratchet:actions/checkout@v3
27
27
28
28
- name : ' Setup Go'
29
- uses : ' actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f ' # ratchet:actions/setup-go@v3
29
+ uses : ' actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 ' # ratchet:actions/setup-go@v3
30
30
with :
31
31
go-version : ' ${{ inputs.go_version }}'
32
32
@@ -53,16 +53,16 @@ jobs:
53
53
runs-on : ' ubuntu-latest'
54
54
steps :
55
55
- name : ' Checkout'
56
- uses : ' actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b ' # ratchet:actions/checkout@v3
56
+ uses : ' actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b ' # ratchet:actions/checkout@v3
57
57
58
58
- name : ' Setup Go'
59
- uses : ' actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f ' # ratchet:actions/setup-go@v3
59
+ uses : ' actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 ' # ratchet:actions/setup-go@v3
60
60
with :
61
61
go-version : ' ${{ inputs.go_version }}'
62
62
63
63
- name : ' Lint (default configuration)'
64
64
if : ${{ hashFiles('.golangci.yml') == '' && hashFiles('.golangci.yaml') == '' }}
65
- uses : ' golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc ' # ratchet:golangci/golangci-lint-action@v3
65
+ uses : ' golangci/golangci-lint-action@07db5389c99593f11ad7b44463c2d4233066a9b1 ' # ratchet:golangci/golangci-lint-action@v3
66
66
with :
67
67
args : |-
68
68
--enable=${{ join(fromJson('[
@@ -111,6 +111,6 @@ jobs:
111
111
112
112
- name : ' Lint (custom configuration)'
113
113
if : ${{ hashFiles('.golangci.yml') != '' && hashFiles('.golangci.yaml') != '' }}
114
- uses : ' golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc ' # ratchet:golangci/golangci-lint-action@v3
114
+ uses : ' golangci/golangci-lint-action@07db5389c99593f11ad7b44463c2d4233066a9b1 ' # ratchet:golangci/golangci-lint-action@v3
115
115
with :
116
116
working-directory : ' ${{ inputs.directory }}'
0 commit comments