File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ 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"
28
28
path : " ./grafana"
29
- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # 5.5 .0
29
+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # 6.0 .0
30
30
with :
31
31
cache : false
32
32
go-version : " ~1.22"
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/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # 5.5 .0
24
+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # 6.0 .0
25
25
with :
26
26
cache : false
27
27
check-latest : true
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ jobs:
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
22
22
- name : Setup go
23
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # 5.5 .0
23
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # 6.0 .0
24
24
with :
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