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
23
23
actions : write
24
24
steps :
25
25
- name : Checkout
51
51
env :
52
52
GORELEASER_PREVIOUS_TAG : ${{steps.latest_version.outputs.release}}
53
53
- name : Upload
54
- uses : actions/upload-artifact@v3
54
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
55
55
with :
56
56
name : kubectl-datadog-linux
57
57
path : |
64
64
permissions :
65
65
# https://github.com/marketplace/actions/goreleaser-action
66
66
contents : write
67
- # actions/upload-artifact@v3
67
+ # actions/upload-artifact
68
68
actions : write
69
69
steps :
70
70
- uses : actions/checkout@v3
92
92
env :
93
93
GORELEASER_PREVIOUS_TAG : ${{steps.latest_version.outputs.release}}
94
94
- name : Upload
95
- uses : actions/upload-artifact@v3
95
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
96
96
with :
97
97
name : kubectl-datadog-darwin
98
98
path : |
@@ -104,7 +104,7 @@ jobs:
104
104
permissions :
105
105
# https://github.com/marketplace/actions/goreleaser-action
106
106
contents : write
107
- # actions/upload-artifact@v3
107
+ # actions/upload-artifact
108
108
actions : write
109
109
steps :
110
110
- uses : actions/checkout@v3
@@ -132,7 +132,7 @@ jobs:
132
132
env :
133
133
GORELEASER_PREVIOUS_TAG : ${{steps.latest_version.outputs.release}}
134
134
- name : Upload
135
- uses : actions/upload-artifact@v3
135
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
136
136
with :
137
137
name : kubectl-datadog-windows
138
138
path : |
@@ -146,7 +146,7 @@ jobs:
146
146
# https://github.com/marketplace/actions/goreleaser-action
147
147
# https://github.com/softprops/action-gh-release?tab=readme-ov-file#permissions
148
148
contents : write
149
- # actions/download-artifact@v3
149
+ # actions/download-artifact
150
150
actions : read
151
151
# rajatjindal/krew-release-bot@v0.0.43
152
152
pull-requests : write
@@ -161,17 +161,17 @@ jobs:
161
161
mkdir -p ./dist/darwin
162
162
mkdir -p ./dist/windows
163
163
- name : Download linux binaries
164
- uses : actions/download-artifact@v3
164
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
165
165
with :
166
166
name : kubectl-datadog-linux
167
167
path : ./tmp-build/linux
168
168
- name : Download darwin binaries
169
- uses : actions/download-artifact@v3
169
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
170
170
with :
171
171
name : kubectl-datadog-darwin
172
172
path : ./tmp-build/darwin
173
173
- name : Download windows binaries
174
- uses : actions/download-artifact@v3
174
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
175
175
with :
176
176
name : kubectl-datadog-windows
177
177
path : ./tmp-build/windows
0 commit comments