20
20
image : quay.io/cortexproject/build-image:master-59491e9aae
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."
51
51
image : quay.io/cortexproject/build-image:master-59491e9aae
52
52
steps :
53
53
- name : Checkout Repo
54
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
55
55
- name : Setup Git safe.directory
56
56
run : |
57
57
echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
69
69
image : quay.io/cortexproject/build-image:master-59491e9aae
70
70
steps :
71
71
- name : Checkout Repo
72
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
72
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
73
73
- name : Setup Git safe.directory
74
74
run : |
75
75
echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -91,19 +91,19 @@ jobs:
91
91
security-events : write
92
92
steps :
93
93
- name : Checkout repository
94
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
94
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
95
95
96
96
# Initializes the CodeQL tools for scanning.
97
97
- name : Initialize CodeQL
98
- uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
98
+ uses : github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.29.5
99
99
with :
100
100
languages : go
101
101
102
102
- name : Autobuild
103
- uses : github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
103
+ uses : github/codeql-action/autobuild@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.29.5
104
104
105
105
- name : Perform CodeQL Analysis
106
- uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
106
+ uses : github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.29.5
107
107
108
108
109
109
build :
@@ -112,7 +112,7 @@ jobs:
112
112
image : quay.io/cortexproject/build-image:master-59491e9aae
113
113
steps :
114
114
- name : Checkout Repo
115
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
115
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
116
116
- name : Setup Git safe.directory
117
117
run : |
118
118
echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -167,19 +167,19 @@ jobs:
167
167
- integration_remote_write_v2
168
168
steps :
169
169
- name : Upgrade golang
170
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
170
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
171
171
with :
172
172
go-version : 1.24.0
173
173
- name : Checkout Repo
174
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
174
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
175
175
- name : Install Docker Client
176
176
run : sudo ./.github/workflows/scripts/install-docker.sh
177
177
- name : Sym Link Expected Path to Workspace
178
178
run : |
179
179
sudo mkdir -p /go/src/github.com/cortexproject/cortex
180
180
sudo ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
181
181
- name : Download Docker Images Artifacts
182
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
182
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
183
183
with :
184
184
name : Docker Images
185
185
- name : Extract Docker Images Archive
@@ -235,11 +235,11 @@ jobs:
235
235
runs-on : ubuntu-24.04
236
236
steps :
237
237
- name : Checkout Repo
238
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
238
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
239
239
- name : Install Docker Client
240
240
run : sudo ./.github/workflows/scripts/install-docker.sh
241
241
- name : Download Docker Images Artifact
242
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
242
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
243
243
with :
244
244
name : Docker Images
245
245
- name : Extract Docker Images Archive
@@ -259,7 +259,7 @@ jobs:
259
259
image : quay.io/cortexproject/build-image:master-59491e9aae
260
260
steps :
261
261
- name : Checkout Repo
262
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
262
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
263
263
with :
264
264
# web-deploy script expects repo to be cloned with ssh for some commands to work
265
265
ssh-key : ${{ secrets.WEBSITE_DEPLOY_SSH_PRIVATE_KEY }}
@@ -273,7 +273,7 @@ jobs:
273
273
mkdir -p /go/src/github.com/cortexproject/cortex
274
274
ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
275
275
- name : Download Website Artifact
276
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
276
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
277
277
with :
278
278
name : website public
279
279
path : website/public
@@ -301,7 +301,7 @@ jobs:
301
301
image : quay.io/cortexproject/build-image:master-59491e9aae
302
302
steps :
303
303
- name : Checkout Repo
304
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
304
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
305
305
- name : Setup Git safe.directory
306
306
run : |
307
307
echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -314,7 +314,7 @@ jobs:
314
314
mkdir -p /go/src/github.com/cortexproject/cortex
315
315
ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
316
316
- name : Download Docker Images Artifact
317
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
317
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
318
318
with :
319
319
name : Docker Images
320
320
- name : Extract Docker Images Archive
0 commit comments