2020 image : quay.io/cortexproject/build-image:master-ee0b97cc37
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-ee0b97cc37
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-ee0b97cc37
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."
@@ -106,19 +106,19 @@ jobs:
106106 security-events : write
107107 steps :
108108 - name : Checkout repository
109- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
109+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
110110
111111 # Initializes the CodeQL tools for scanning.
112112 - name : Initialize CodeQL
113- uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
113+ uses : github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v3.29.5
114114 with :
115115 languages : go
116116
117117 - name : Autobuild
118- uses : github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
118+ uses : github/codeql-action/autobuild@e46ed2cbd01164d986452f91f178727624ae40d7 # v3.29.5
119119
120120 - name : Perform CodeQL Analysis
121- uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
121+ uses : github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v3.29.5
122122
123123
124124 build :
@@ -127,7 +127,7 @@ jobs:
127127 image : quay.io/cortexproject/build-image:master-ee0b97cc37
128128 steps :
129129 - name : Checkout Repo
130- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
130+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
131131 - name : Setup Git safe.directory
132132 run : |
133133 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -154,7 +154,7 @@ jobs:
154154 - name : Create Docker Images Archive
155155 run : tar -cvf images.tar /tmp/images
156156 - name : Upload Docker Images Artifact
157- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
157+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
158158 with :
159159 name : Docker Images
160160 path : ./images.tar
@@ -235,17 +235,17 @@ jobs:
235235 tags : integration_grpc
236236 steps :
237237 - name : Upgrade golang
238- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
238+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
239239 with :
240240 go-version : 1.26.2
241241 - name : Checkout Repo
242- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
242+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
243243 - name : Sym Link Expected Path to Workspace
244244 run : |
245245 sudo mkdir -p /go/src/github.com/cortexproject/cortex
246246 sudo ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
247247 - name : Download Docker Images Artifacts
248- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
248+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
249249 with :
250250 name : Docker Images
251251 - name : Extract Docker Images Archive
@@ -303,9 +303,9 @@ jobs:
303303 arch : arm64
304304 steps :
305305 - name : Checkout Repo
306- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
306+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
307307 - name : Download Docker Images Artifact
308- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
308+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
309309 with :
310310 name : Docker Images
311311 - name : Extract Docker Images Archive
@@ -327,7 +327,7 @@ jobs:
327327 image : quay.io/cortexproject/build-image:master-ee0b97cc37
328328 steps :
329329 - name : Checkout Repo
330- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
330+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
331331 - name : Setup Git safe.directory
332332 run : |
333333 echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively."
@@ -343,7 +343,7 @@ jobs:
343343 mkdir -p /go/src/github.com/cortexproject/cortex
344344 ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
345345 - name : Download Docker Images Artifact
346- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
346+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
347347 with :
348348 name : Docker Images
349349 - name : Extract Docker Images Archive
0 commit comments