14
14
- examples/**
15
15
16
16
env :
17
- GORELEASER_VERSION : v1.26.1
17
+ GORELEASER_VERSION : v1.26.2
18
18
jobs :
19
19
lint :
20
20
name : Lint Code
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout Repository
24
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
25
25
with :
26
26
show-progress : false
27
27
- name : Setup Golang
28
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
28
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
29
29
with :
30
30
go-version-file : go.mod
31
31
cache : false
@@ -54,11 +54,11 @@ jobs:
54
54
runs-on : ${{ matrix.os }}
55
55
steps :
56
56
- name : Checkout Repository
57
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
57
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
58
58
with :
59
59
show-progress : false
60
60
- name : Setup Golang
61
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
61
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
62
62
with :
63
63
go-version-file : go.mod
64
64
- name : Run Test Coverage
@@ -73,15 +73,15 @@ jobs:
73
73
if : github.event_name != 'push'
74
74
steps :
75
75
- name : Checkout Repository
76
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
76
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
77
77
with :
78
78
show-progress : false
79
79
- name : Setup Golang
80
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
80
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
81
81
with :
82
82
go-version-file : go.mod
83
83
- name : Setup Goreleaser
84
- uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0 .0
84
+ uses : goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1 .0
85
85
with :
86
86
version : ${{ env.GORELEASER_VERSION }}
87
87
install-only : true
@@ -96,16 +96,16 @@ jobs:
96
96
if : github.event_name == 'push'
97
97
steps :
98
98
- name : Checkout Repository
99
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
99
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
100
100
with :
101
101
show-progress : false
102
102
fetch-depth : 0
103
103
- name : Setup Golang
104
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
104
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
105
105
with :
106
106
go-version-file : go.mod
107
107
- name : Setup Goreleaser
108
- uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0 .0
108
+ uses : goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1 .0
109
109
with :
110
110
version : ${{ env.GORELEASER_VERSION }}
111
111
install-only : true
@@ -129,7 +129,7 @@ jobs:
129
129
- publish-release
130
130
steps :
131
131
- name : Checkout Repository
132
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
132
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
133
133
with :
134
134
show-progress : false
135
135
- name : Download Binaries
@@ -141,13 +141,13 @@ jobs:
141
141
run : |
142
142
find ./bin/{darwin,linux} -type f -exec chmod +x {} \;
143
143
- name : Docker Login to GitHub Repository
144
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
144
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
145
145
with :
146
146
registry : ghcr.io
147
147
username : ${{ github.repository_owner }}
148
148
password : ${{ secrets.GITHUB_TOKEN }}
149
149
- name : Docker Login to DockerHub
150
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
150
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
151
151
with :
152
152
username : ${{ secrets.BOT_DOCKER_USERNAME }}
153
153
password : ${{ secrets.BOT_DOCKER_TOKEN }}
0 commit comments