9191 steps :
9292 - name : Collect Workflow Telemetry
9393 if : inputs.type == 'perf'
94- uses : catchpoint/workflow-telemetry-action@v2
94+ uses : catchpoint/workflow-telemetry-action@94c3c3d9567a0205de6da68a76c428ce4e769af1 # v2.0.0
9595 with :
9696 theme : dark
9797 job_summary : true
@@ -108,13 +108,13 @@ jobs:
108108
109109 - name : Login to GitHub Container Registry
110110 if : (github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'release' || github.ref == 'refs/heads/develop') && github.actor != 'dependabot[bot]'
111- uses : docker/login-action@v4
111+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
112112 with :
113113 registry : ghcr.io
114114 username : ${{ secrets.CR_USER }}
115115 password : ${{ secrets.CR_PAT }}
116116
117- - uses : actions/checkout@v6
117+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
118118
119119 - name : Setup NodeJS
120120 uses : ./.github/actions/setup-node
@@ -131,7 +131,7 @@ jobs:
131131
132132 # Download Docker images from build artifacts
133133 - name : Download Docker images
134- uses : actions/download-artifact@v8
134+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
135135 if : github.event.pull_request.head.repo.full_name != github.repository && github.event_name != 'release' && github.ref != 'refs/heads/develop'
136136 with :
137137 pattern : ${{ inputs.release == 'ce' && 'docker-image-rocketchat-amd64-coverage' || 'docker-image-*-amd64-coverage' }}
@@ -275,7 +275,7 @@ jobs:
275275
276276 - name : Store playwright test trace
277277 if : inputs.type == 'ui' && always()
278- uses : actions/upload-artifact@v7
278+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
279279 with :
280280 name : playwright-test-trace-${{ inputs.release }}-${{ matrix.mongodb-version }}-${{ matrix.shard }}
281281 path : ./apps/meteor/tests/e2e/.playwright*
@@ -291,7 +291,7 @@ jobs:
291291
292292 - name : Store coverage
293293 if : inputs.coverage == matrix.mongodb-version
294- uses : actions/upload-artifact@v7
294+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
295295 with :
296296 name : coverage-${{ inputs.type }}-${{ matrix.shard }}
297297 path : /tmp/coverage
0 commit comments