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@16140ae1a102900babc80a33c44059580f687047   #  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@16140ae1a102900babc80a33c44059580f687047   #  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@16140ae1a102900babc80a33c44059580f687047   #  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." 
@@ -167,19 +167,19 @@ jobs:
167167          - integration_remote_write_v2 
168168    steps :
169169      - name : Upgrade golang 
170-         uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5   #  v5.5 .0
170+         uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00   #  v6.0 .0
171171        with :
172172          go-version : 1.24.0 
173173      - name : Checkout Repo 
174-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
174+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
175175      - name : Install Docker Client 
176176        run : sudo ./.github/workflows/scripts/install-docker.sh 
177177      - name : Sym Link Expected Path to Workspace 
178178        run : | 
179179          sudo mkdir -p /go/src/github.com/cortexproject/cortex 
180180          sudo ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex 
181181name : Download Docker Images Artifacts 
182-         uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093   #  v4.3 .0
182+         uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5.0 .0
183183        with :
184184          name : Docker Images 
185185      - name : Extract Docker Images Archive 
@@ -235,11 +235,11 @@ jobs:
235235    runs-on : ubuntu-24.04 
236236    steps :
237237      - name : Checkout Repo 
238-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
238+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
239239      - name : Install Docker Client 
240240        run : sudo ./.github/workflows/scripts/install-docker.sh 
241241      - name : Download Docker Images Artifact 
242-         uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093   #  v4.3 .0
242+         uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5.0 .0
243243        with :
244244          name : Docker Images 
245245      - name : Extract Docker Images Archive 
@@ -259,7 +259,7 @@ jobs:
259259      image : quay.io/cortexproject/build-image:master-59491e9aae 
260260    steps :
261261      - name : Checkout Repo 
262-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
262+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
263263        with :
264264          #  web-deploy script expects repo to be cloned with ssh for some commands to work
265265          ssh-key : ${{ secrets.WEBSITE_DEPLOY_SSH_PRIVATE_KEY }} 
@@ -273,7 +273,7 @@ jobs:
273273          mkdir -p /go/src/github.com/cortexproject/cortex 
274274          ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex 
275275name : Download Website Artifact 
276-         uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093   #  v4.3 .0
276+         uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5.0 .0
277277        with :
278278          name : website public 
279279          path : website/public 
@@ -301,7 +301,7 @@ jobs:
301301      image : quay.io/cortexproject/build-image:master-59491e9aae 
302302    steps :
303303      - name : Checkout Repo 
304-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
304+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
305305      - name : Setup Git safe.directory 
306306        run : | 
307307          echo "this step is needed because when running in container, actions/checkout does not set safe.directory effectively." 
@@ -314,7 +314,7 @@ jobs:
314314          mkdir -p /go/src/github.com/cortexproject/cortex 
315315          ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex 
316316name : Download Docker Images Artifact 
317-         uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093   #  v4.3 .0
317+         uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5.0 .0
318318        with :
319319          name : Docker Images 
320320      - name : Extract Docker Images Archive 
0 commit comments