20
20
image : quay.io/cortexproject/build-image:master-7ce1d1b12
21
21
steps :
22
22
- name : Checkout Repo
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24
24
- name : Setup Git safe.directory
25
25
run : |
26
26
echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
49
49
image : quay.io/cortexproject/build-image:master-7ce1d1b12
50
50
steps :
51
51
- name : Checkout Repo
52
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
53
53
- name : Setup Git safe.directory
54
54
run : |
55
55
echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
67
67
image : quay.io/cortexproject/build-image:master-7ce1d1b12
68
68
steps :
69
69
- name : Checkout Repo
70
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
71
71
- name : Setup Git safe.directory
72
72
run : |
73
73
echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -89,19 +89,19 @@ jobs:
89
89
security-events : write
90
90
steps :
91
91
- name : Checkout repository
92
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
92
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
93
93
94
94
# Initializes the CodeQL tools for scanning.
95
95
- name : Initialize CodeQL
96
- uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
96
+ uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
97
97
with :
98
98
languages : go
99
99
100
100
- name : Autobuild
101
- uses : github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
101
+ uses : github/codeql-action/autobuild@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
102
102
103
103
- name : Perform CodeQL Analysis
104
- uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
104
+ uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
105
105
106
106
107
107
build :
@@ -110,7 +110,7 @@ jobs:
110
110
image : quay.io/cortexproject/build-image:master-7ce1d1b12
111
111
steps :
112
112
- name : Checkout Repo
113
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
113
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
114
114
- name : Setup Git safe.directory
115
115
run : |
116
116
echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -169,15 +169,15 @@ jobs:
169
169
with :
170
170
go-version : 1.24.0
171
171
- name : Checkout Repo
172
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
172
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
173
173
- name : Install Docker Client
174
174
run : sudo ./.github/workflows/scripts/install-docker.sh
175
175
- name : Sym Link Expected Path to Workspace
176
176
run : |
177
177
sudo mkdir -p /go/src/github.com/cortexproject/cortex
178
178
sudo ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
179
179
- name : Download Docker Images Artifacts
180
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
180
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
181
181
with :
182
182
name : Docker Images
183
183
- name : Extract Docker Images Archive
@@ -233,11 +233,11 @@ jobs:
233
233
runs-on : ubuntu-24.04
234
234
steps :
235
235
- name : Checkout Repo
236
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
236
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
237
237
- name : Install Docker Client
238
238
run : sudo ./.github/workflows/scripts/install-docker.sh
239
239
- name : Download Docker Images Artifact
240
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
240
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
241
241
with :
242
242
name : Docker Images
243
243
- name : Extract Docker Images Archive
@@ -257,7 +257,7 @@ jobs:
257
257
image : quay.io/cortexproject/build-image:master-7ce1d1b12
258
258
steps :
259
259
- name : Checkout Repo
260
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
260
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
261
261
with :
262
262
# web-deploy script expects repo to be cloned with ssh for some commands to work
263
263
ssh-key : ${{ secrets.WEBSITE_DEPLOY_SSH_PRIVATE_KEY }}
@@ -271,7 +271,7 @@ jobs:
271
271
mkdir -p /go/src/github.com/cortexproject/cortex
272
272
ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
273
273
- name : Download Website Artifact
274
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
274
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
275
275
with :
276
276
name : website public
277
277
path : website/public
@@ -299,7 +299,7 @@ jobs:
299
299
image : quay.io/cortexproject/build-image:master-7ce1d1b12
300
300
steps :
301
301
- name : Checkout Repo
302
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
302
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
303
303
- name : Setup Git safe.directory
304
304
run : |
305
305
echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -312,7 +312,7 @@ jobs:
312
312
mkdir -p /go/src/github.com/cortexproject/cortex
313
313
ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
314
314
- name : Download Docker Images Artifact
315
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
315
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
316
316
with :
317
317
name : Docker Images
318
318
- name : Extract Docker Images Archive
0 commit comments