File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
libs/go-kibana-rest/.github/workflows Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2323 contents : read
2424
2525 steps :
26- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
26+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2727 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2828 with :
2929 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 timeout-minutes : 5
2020 steps :
21- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2222 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2323 with :
2424 go-version-file : ' go.mod'
3434 name : Lint
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
37+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3838 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
3939 with :
4040 go-version-file : ' go.mod'
@@ -139,7 +139,7 @@ jobs:
139139 - version : ' 8.4.3'
140140 runner : ubuntu-22.04
141141 steps :
142- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
142+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
143143 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
144144 with :
145145 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 1818 build :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2222 - name : Setup Go
2323 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2424 with :
You can’t perform that action at this time.
0 commit comments