[llvm] [Github] Use sparse checkout in release asset audit (PR #148646)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 25 01:09:13 PDT 2025


================
@@ -22,7 +22,12 @@ jobs:
     runs-on: ubuntu-24.04
     if: github.repository == 'llvm/llvm-project'
     steps:
-      - uses: actions/checkout at a5ac7e51b41094c92402da3b24376905380afc29 #v4.1.6
+      - name: Checkout LLVM
+        uses: actions/checkout at 11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
----------------
DavidSpickett wrote:

Do we use one specific version in all the workflows? Even if we intended to, I expect some have drifted by now anyway.

(fixing the version to something is good for traceability, no objection to that)

https://github.com/llvm/llvm-project/pull/148646


More information about the llvm-commits mailing list