diff --git a/.github/workflows/lint-bpf-checks.yaml b/.github/workflows/lint-bpf-checks.yaml index 7e33e4720e202..6ed0a88de433c 100644 --- a/.github/workflows/lint-bpf-checks.yaml +++ b/.github/workflows/lint-bpf-checks.yaml @@ -88,7 +88,7 @@ jobs: path: $HOME/.clang key: llvm-10.0 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@c538b5e281d5fc40848a3a62636a3a2b6f5a1cfa + uses: KyleMayes/install-llvm-action@ef175530927af66c61e4e8da4fea4e15de63f780 with: version: "10.0" directory: $HOME/.clang @@ -121,7 +121,7 @@ jobs: path: $HOME/.clang key: llvm-10.0 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@c538b5e281d5fc40848a3a62636a3a2b6f5a1cfa + uses: KyleMayes/install-llvm-action@ef175530927af66c61e4e8da4fea4e15de63f780 with: version: "10.0" directory: $HOME/.clang diff --git a/.github/workflows/lint-build-commits.yaml b/.github/workflows/lint-build-commits.yaml index 2f5e315901d0a..d9ebce94edc4e 100644 --- a/.github/workflows/lint-build-commits.yaml +++ b/.github/workflows/lint-build-commits.yaml @@ -33,7 +33,7 @@ jobs: key: llvm-10.0 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@c538b5e281d5fc40848a3a62636a3a2b6f5a1cfa + uses: KyleMayes/install-llvm-action@ef175530927af66c61e4e8da4fea4e15de63f780 with: version: "10.0" directory: $HOME/.clang