19
19
permissions :
20
20
# https://github.com/marketplace/actions/goreleaser-action
21
21
contents : write
22
- # actions/upload-artifact@v3
22
+ # actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
23
23
actions : write
24
24
steps :
25
25
- name : Checkout
50
50
env :
51
51
GORELEASER_PREVIOUS_TAG : ${{steps.latest_version.outputs.release}}
52
52
- name : Upload
53
- uses : actions/upload-artifact@v3
53
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
54
54
with :
55
55
name : kubectl-wpa-linux
56
56
path : |
63
63
permissions :
64
64
# https://github.com/marketplace/actions/goreleaser-action
65
65
contents : write
66
- # actions/upload-artifact@v3
66
+ # actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
67
67
actions : write
68
68
steps :
69
69
- uses : actions/checkout@v3
90
90
env :
91
91
GORELEASER_PREVIOUS_TAG : ${{steps.latest_version.outputs.release}}
92
92
- name : Upload
93
- uses : actions/upload-artifact@v3
93
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
94
94
with :
95
95
name : kubectl-wpa-darwin
96
96
path : |
@@ -102,7 +102,7 @@ jobs:
102
102
permissions :
103
103
# https://github.com/marketplace/actions/goreleaser-action
104
104
contents : write
105
- # actions/upload-artifact@v3
105
+ # actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
106
106
actions : write
107
107
steps :
108
108
- uses : actions/checkout@v3
@@ -129,7 +129,7 @@ jobs:
129
129
env :
130
130
GORELEASER_PREVIOUS_TAG : ${{steps.latest_version.outputs.release}}
131
131
- name : Upload
132
- uses : actions/upload-artifact@v3
132
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
133
133
with :
134
134
name : kubectl-wpa-windows
135
135
path : |
@@ -143,7 +143,7 @@ jobs:
143
143
# https://github.com/marketplace/actions/goreleaser-action
144
144
# https://github.com/softprops/action-gh-release?tab=readme-ov-file#permissions
145
145
contents : write
146
- # actions/download-artifact@v3
146
+ # actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
147
147
actions : read
148
148
149
149
pull-requests : write
@@ -158,17 +158,17 @@ jobs:
158
158
mkdir -p ./dist/darwin
159
159
mkdir -p ./dist/windows
160
160
- name : Download linux binaries
161
- uses : actions/download-artifact@v3
161
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
162
162
with :
163
163
name : kubectl-wpa-linux
164
164
path : ./tmp-build/linux
165
165
- name : Download darwin binaries
166
- uses : actions/download-artifact@v3
166
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
167
167
with :
168
168
name : kubectl-wpa-darwin
169
169
path : ./tmp-build/darwin
170
170
- name : Download windows binaries
171
- uses : actions/download-artifact@v3
171
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
172
172
with :
173
173
name : kubectl-wpa-windows
174
174
path : ./tmp-build/windows
0 commit comments