2020 image : quay.io/cortexproject/build-image:master-5f643d518c
2121 steps :
2222 - name : Checkout Repo
23- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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."
5656 image : quay.io/cortexproject/build-image:master-5f643d518c
5757 steps :
5858 - name : Checkout Repo
59- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
59+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6060 - name : Setup Git safe.directory
6161 run : |
6262 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
8484 image : quay.io/cortexproject/build-image:master-5f643d518c
8585 steps :
8686 - name : Checkout Repo
87- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
87+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8888 - name : Setup Git safe.directory
8989 run : |
9090 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -107,19 +107,19 @@ jobs:
107107 security-events : write
108108 steps :
109109 - name : Checkout repository
110- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
110+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
111111
112112 # Initializes the CodeQL tools for scanning.
113113 - name : Initialize CodeQL
114- uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
114+ uses : github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v3.29.5
115115 with :
116116 languages : go
117117
118118 - name : Autobuild
119- uses : github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
119+ uses : github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v3.29.5
120120
121121 - name : Perform CodeQL Analysis
122- uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
122+ uses : github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v3.29.5
123123
124124
125125 build :
@@ -128,7 +128,7 @@ jobs:
128128 image : quay.io/cortexproject/build-image:master-5f643d518c
129129 steps :
130130 - name : Checkout Repo
131- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
131+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
132132 - name : Setup Git safe.directory
133133 run : |
134134 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -155,7 +155,7 @@ jobs:
155155 - name : Create Docker Images Archive
156156 run : tar -cvf images.tar /tmp/images
157157 - name : Upload Docker Images Artifact
158- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
158+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
159159 with :
160160 name : Docker Images
161161 path : ./images.tar
@@ -236,17 +236,17 @@ jobs:
236236 tags : integration_grpc
237237 steps :
238238 - name : Upgrade golang
239- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
239+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
240240 with :
241241 go-version : 1.26.2
242242 - name : Checkout Repo
243- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
243+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
244244 - name : Sym Link Expected Path to Workspace
245245 run : |
246246 sudo mkdir -p /go/src/github.com/cortexproject/cortex
247247 sudo ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
248248 - name : Download Docker Images Artifacts
249- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
249+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
250250 with :
251251 name : Docker Images
252252 - name : Extract Docker Images Archive
@@ -304,9 +304,9 @@ jobs:
304304 arch : arm64
305305 steps :
306306 - name : Checkout Repo
307- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
307+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
308308 - name : Download Docker Images Artifact
309- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
309+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
310310 with :
311311 name : Docker Images
312312 - name : Extract Docker Images Archive
@@ -328,7 +328,7 @@ jobs:
328328 image : quay.io/cortexproject/build-image:master-5f643d518c
329329 steps :
330330 - name : Checkout Repo
331- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
331+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
332332 - name : Setup Git safe.directory
333333 run : |
334334 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -344,7 +344,7 @@ jobs:
344344 mkdir -p /go/src/github.com/cortexproject/cortex
345345 ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
346346 - name : Download Docker Images Artifact
347- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
347+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
348348 with :
349349 name : Docker Images
350350 - name : Extract Docker Images Archive
0 commit comments