File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
permissions :
16
16
contents : write
17
17
steps :
18
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
18
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
19
19
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
20
20
with :
21
21
go-version-file : " go.mod"
Original file line number Diff line number Diff line change 20
20
name : Run linters
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
23
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24
24
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
25
25
with :
26
26
go-version-file : " go.mod"
33
33
name : Run tests
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
36
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
37
37
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
38
38
with :
39
39
go-version-file : " go.mod"
50
50
needs : [tests]
51
51
runs-on : ubuntu-latest
52
52
steps :
53
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
53
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
54
54
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
55
55
with :
56
56
name : coverage-results
Original file line number Diff line number Diff line change 8
8
goreleaser :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
11
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
12
12
with :
13
13
fetch-depth : 0
14
14
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
Original file line number Diff line number Diff line change 14
14
permissions :
15
15
security-events : write
16
16
steps :
17
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
17
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
18
18
- name : Github Actions lint
19
19
run : |
20
20
curl -O https://raw.githubusercontent.com/rhysd/actionlint/main/.github/actionlint-matcher.json
Original file line number Diff line number Diff line change 9
9
lintyaml :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
12
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
13
13
- uses : ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # tag=v3.1.1
14
14
with :
15
15
format : github
You can’t perform that action at this time.
0 commit comments