@@ -21,11 +21,11 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout Repository
24
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
25
with :
26
26
show-progress : false
27
27
- name : Setup Golang
28
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
28
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
29
29
with :
30
30
go-version-file : go.mod
31
31
cache : false
34
34
run : |
35
35
echo "GOLANGCILINT_SHA=$(cat ./tools/GOLANGCI_LINT_VERSION | sha256sum - | awk '{ print $1 }')" >> $GITHUB_ENV
36
36
- name : Setup golangci-lint Cache
37
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
37
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
38
38
with :
39
39
path : |
40
40
./tools/bin
@@ -56,11 +56,11 @@ jobs:
56
56
GOEXPERIMENT : nocoverageredesign
57
57
steps :
58
58
- name : Checkout Repository
59
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
59
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
60
60
with :
61
61
show-progress : false
62
62
- name : Setup Golang
63
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
63
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
64
64
with :
65
65
go-version-file : go.mod
66
66
- name : Run Test Coverage
@@ -75,11 +75,11 @@ jobs:
75
75
if : github.event_name != 'push'
76
76
steps :
77
77
- name : Checkout Repository
78
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
78
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
79
79
with :
80
80
show-progress : false
81
81
- name : Setup Golang
82
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
82
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
83
83
with :
84
84
go-version-file : go.mod
85
85
- name : Setup Goreleaser
@@ -98,12 +98,12 @@ jobs:
98
98
if : github.event_name == 'push'
99
99
steps :
100
100
- name : Checkout Repository
101
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
101
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
102
102
with :
103
103
show-progress : false
104
104
fetch-depth : 0
105
105
- name : Setup Golang
106
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
106
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
107
107
with :
108
108
go-version-file : go.mod
109
109
- name : Setup Goreleaser
@@ -120,7 +120,7 @@ jobs:
120
120
env :
121
121
GITHUB_TOKEN : ${{ secrets.BOT_GITHUB_TOKEN }}
122
122
- name : Upload Binaries Artifacts
123
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
123
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
124
124
with :
125
125
name : artifacts
126
126
path : bin/
@@ -131,7 +131,7 @@ jobs:
131
131
- publish-release
132
132
steps :
133
133
- name : Checkout Repository
134
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
134
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135
135
with :
136
136
show-progress : false
137
137
- name : Download Binaries
@@ -157,6 +157,6 @@ jobs:
157
157
run : make docker-setup-multiarch
158
158
- name : Setup Buildx Context
159
159
id : buildx
160
- uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6 .1
160
+ uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7 .1
161
161
- name : Build Latest Image
162
162
run : make ci-docker BUILDX_CONTEXT=${{ steps.buildx.outputs.name }}
0 commit comments