Commit 4e18b58 1 parent 49e0655 commit 4e18b58 Copy full SHA for 4e18b58
File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
actionlint :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
16
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
17
17
- uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
18
18
with :
19
19
go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 16
16
golangci-lint :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
19
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
20
20
- uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
21
21
with :
22
22
go-version-file : ' go.mod'
30
30
matrix :
31
31
go-version : [ '1.20', '1.19' ]
32
32
steps :
33
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
33
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
34
34
- uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
35
35
with :
36
36
go-version : ${{ matrix.go-version }}
Original file line number Diff line number Diff line change 13
13
check :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
16
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
17
17
- uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
18
18
with :
19
19
go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 11
11
copywrite :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
14
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
15
15
- uses : hashicorp/setup-copywrite@867a1a2a064a0626db322392806428f7dc59cb3e # v1.1.2
16
16
- run : copywrite headers --plan
17
17
- run : copywrite license --plan
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
32
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
33
33
with :
34
34
fetch-depth : 0
35
35
# Avoid persisting GITHUB_TOKEN credentials as they take priority over our service account PAT for `git push` operations
58
58
runs-on : ubuntu-latest
59
59
steps :
60
60
- name : Checkout
61
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
61
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
62
62
with :
63
63
fetch-depth : 0
64
64
# Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
83
83
contents : write # Needed for goreleaser to create GitHub release
84
84
issues : write # Needed for goreleaser to close associated milestone
85
85
steps :
86
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
86
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
87
87
with :
88
88
ref : ${{ inputs.versionNumber }}
89
89
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments