File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout Repository
20
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
20
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
21
21
- name : Check license headers
22
22
uses : apache/skywalking-eyes@cd7b195c51fd3d6ad52afceb760719ddc6b3ee91 # tag=v0.6.0
23
23
with :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout Repository
32
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
32
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
33
33
- name : Setup Go
34
34
uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1.0
35
35
with :
59
59
go-version : ${{ matrix.go }}
60
60
check-latest : true
61
61
- name : Checkout Repository
62
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
62
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
63
63
- name : Test
64
64
run : make test
Original file line number Diff line number Diff line change 16
16
contents : write
17
17
steps :
18
18
- name : Checkout Repository
19
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
20
20
with :
21
21
fetch-depth : 0
22
22
- name : Setup Go
You can’t perform that action at this time.
0 commit comments