2020 image : quay.io/cortexproject/build-image:master-59491e9aae
2121 steps :
2222 - name : Checkout Repo
23- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424 - name : Setup Git safe.directory
2525 run : |
2626 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
5151 image : quay.io/cortexproject/build-image:master-59491e9aae
5252 steps :
5353 - name : Checkout Repo
54- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5555 - name : Setup Git safe.directory
5656 run : |
5757 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
6969 image : quay.io/cortexproject/build-image:master-59491e9aae
7070 steps :
7171 - name : Checkout Repo
72- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
72+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7373 - name : Setup Git safe.directory
7474 run : |
7575 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -91,19 +91,19 @@ jobs:
9191 security-events : write
9292 steps :
9393 - name : Checkout repository
94- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
94+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9595
9696 # Initializes the CodeQL tools for scanning.
9797 - name : Initialize CodeQL
98- uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
98+ uses : github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v3.29.5
9999 with :
100100 languages : go
101101
102102 - name : Autobuild
103- uses : github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
103+ uses : github/codeql-action/autobuild@014f16e7ab1402f30e7c3329d33797e7948572db # v3.29.5
104104
105105 - name : Perform CodeQL Analysis
106- uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
106+ uses : github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v3.29.5
107107
108108
109109 build :
@@ -112,7 +112,7 @@ jobs:
112112 image : quay.io/cortexproject/build-image:master-59491e9aae
113113 steps :
114114 - name : Checkout Repo
115- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
115+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
116116 - name : Setup Git safe.directory
117117 run : |
118118 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -133,7 +133,7 @@ jobs:
133133 touch build-image/.uptodate
134134 make BUILD_IN_CONTAINER=false web-build
135135 - name : Upload Website Artifact
136- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
136+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
137137 with :
138138 name : website public
139139 path : website/public/
@@ -145,7 +145,7 @@ jobs:
145145 - name : Create Docker Images Archive
146146 run : tar -cvf images.tar /tmp/images
147147 - name : Upload Docker Images Artifact
148- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
148+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
149149 with :
150150 name : Docker Images
151151 path : ./images.tar
@@ -208,19 +208,19 @@ jobs:
208208 tags : integration_querier
209209 steps :
210210 - name : Upgrade golang
211- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
211+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
212212 with :
213213 go-version : 1.24.0
214214 - name : Checkout Repo
215- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
215+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
216216 - name : Install Docker Client
217217 run : sudo ./.github/workflows/scripts/install-docker.sh
218218 - name : Sym Link Expected Path to Workspace
219219 run : |
220220 sudo mkdir -p /go/src/github.com/cortexproject/cortex
221221 sudo ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
222222 - name : Download Docker Images Artifacts
223- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
223+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
224224 with :
225225 name : Docker Images
226226 - name : Extract Docker Images Archive
@@ -277,11 +277,11 @@ jobs:
277277 arch : arm64
278278 steps :
279279 - name : Checkout Repo
280- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
280+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
281281 - name : Install Docker Client
282282 run : sudo ./.github/workflows/scripts/install-docker.sh
283283 - name : Download Docker Images Artifact
284- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
284+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
285285 with :
286286 name : Docker Images
287287 - name : Extract Docker Images Archive
@@ -303,7 +303,7 @@ jobs:
303303 image : quay.io/cortexproject/build-image:master-59491e9aae
304304 steps :
305305 - name : Checkout Repo
306- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
306+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
307307 with :
308308 # web-deploy script expects repo to be cloned with ssh for some commands to work
309309 ssh-key : ${{ secrets.WEBSITE_DEPLOY_SSH_PRIVATE_KEY }}
@@ -317,7 +317,7 @@ jobs:
317317 mkdir -p /go/src/github.com/cortexproject/cortex
318318 ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
319319 - name : Download Website Artifact
320- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
320+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
321321 with :
322322 name : website public
323323 path : website/public
@@ -345,7 +345,7 @@ jobs:
345345 image : quay.io/cortexproject/build-image:master-59491e9aae
346346 steps :
347347 - name : Checkout Repo
348- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
348+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
349349 - name : Setup Git safe.directory
350350 run : |
351351 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -358,7 +358,7 @@ jobs:
358358 mkdir -p /go/src/github.com/cortexproject/cortex
359359 ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
360360 - name : Download Docker Images Artifact
361- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
361+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
362362 with :
363363 name : Docker Images
364364 - name : Extract Docker Images Archive
0 commit comments