File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
permissions :
18
18
contents : read
19
19
steps :
20
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
20
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
21
21
with :
22
22
persist-credentials : false
23
23
path : " ./grafana-plugin-sdk-go"
24
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
24
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
25
25
with :
26
26
persist-credentials : false
27
27
repository : " grafana/grafana"
Original file line number Diff line number Diff line change 17
17
permissions :
18
18
contents : read
19
19
steps :
20
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
20
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
21
21
with :
22
22
persist-credentials : false
23
23
path : ' ./grafana-plugin-sdk-go'
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
18
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
19
19
with :
20
20
persist-credentials : false
21
21
25
25
go-version-file : ./go.mod
26
26
27
27
- name : Run golangci-lint
28
- uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
28
+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
29
29
with :
30
30
version : v1.64.2
31
31
args : |
Original file line number Diff line number Diff line change 16
16
contents : read
17
17
steps :
18
18
# Run `git checkout`
19
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
19
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
20
20
with :
21
21
persist-credentials : false
22
22
# Install the `buf` CLI
You can’t perform that action at this time.
0 commit comments