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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # 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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # 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."
@@ -151,7 +151,7 @@ jobs:
151151 - name : Create Docker Images Archive
152152 run : tar -cvf images.tar /tmp/images
153153 - name : Upload Docker Images Artifact
154- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
154+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
155155 with :
156156 name : Docker Images
157157 path : ./images.tar
@@ -232,19 +232,19 @@ jobs:
232232 tags : integration_grpc
233233 steps :
234234 - name : Upgrade golang
235- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
235+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
236236 with :
237237 go-version : 1.26.2
238238 - name : Checkout Repo
239- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
239+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
240240 - name : Install Docker Client
241241 run : sudo ./.github/workflows/scripts/install-docker.sh
242242 - name : Sym Link Expected Path to Workspace
243243 run : |
244244 sudo mkdir -p /go/src/github.com/cortexproject/cortex
245245 sudo ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
246246 - name : Download Docker Images Artifacts
247- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
247+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
248248 with :
249249 name : Docker Images
250250 - name : Extract Docker Images Archive
@@ -302,11 +302,11 @@ jobs:
302302 arch : arm64
303303 steps :
304304 - name : Checkout Repo
305- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
305+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
306306 - name : Install Docker Client
307307 run : sudo ./.github/workflows/scripts/install-docker.sh
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-ee0b97cc37
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."
@@ -341,7 +341,7 @@ jobs:
341341 mkdir -p /go/src/github.com/cortexproject/cortex
342342 ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
343343 - name : Download Docker Images Artifact
344- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
344+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
345345 with :
346346 name : Docker Images
347347 - name : Extract Docker Images Archive
0 commit comments