@@ -137,14 +137,14 @@ jobs:
137137 # Remove symbol versioning from dumps, so we can compare across major versions.
138138 sed -i 's/LLVM_${{ matrix.llvm_version_major }}/LLVM_NOVERSION/' ${{ matrix.ref }}.abi
139139 - name : Upload ABI file
140- uses : actions/upload-artifact@v3
140+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 4.6.0
141141 with :
142142 name : ${{ matrix.name }}
143143 path : ${{ matrix.ref }}.abi
144144
145145 - name : Upload symbol list file
146146 if : matrix.name == 'build-baseline'
147- uses : actions/upload-artifact@v3
147+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 4.6.0
148148 with :
149149 name : symbol-list
150150 path : llvm.symbols
@@ -157,17 +157,17 @@ jobs:
157157 - abi-dump
158158 steps :
159159 - name : Download baseline
160- uses : actions/download-artifact@v3
160+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
161161 with :
162162 name : build-baseline
163163 path : build-baseline
164164 - name : Download latest
165- uses : actions/download-artifact@v3
165+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
166166 with :
167167 name : build-latest
168168 path : build-latest
169169 - name : Download symbol list
170- uses : actions/download-artifact@v3
170+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
171171 with :
172172 name : symbol-list
173173 path : symbol-list
@@ -186,7 +186,7 @@ jobs:
186186 abi-compliance-checker $EXTRA_ARGS -l libLLVM.so -old build-baseline/*.abi -new build-latest/*.abi || test "${{ needs.abi-dump-setup.outputs.ABI_HEADERS }}" = "llvm-c"
187187 - name : Upload ABI Comparison
188188 if : always()
189- uses : actions/upload-artifact@v3
189+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 4.6.0
190190 with :
191191 name : compat-report-${{ github.sha }}
192192 path : compat_reports/
0 commit comments