Skip to content

Commit 695d76d

Browse files
ci: pin setup-clang-tools + clang-tidy-diff to tagged SHA (#63)
Repin to the canonical anolishq/.github main SHA now that the `setup-clang-tools` and `clang-tidy-diff` tags exist, so Renovate can resolve their digests and heal future drift. Refs anolishq/.github#80
1 parent 7dd41c9 commit 695d76d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
# SHA-verified static LLVM 18.1.8 clang-format on PATH — the org source of
317317
# truth, matching workstation-configs apps/clang-tools on dev boxes. See
318318
# anolishq/.github#69.
319-
uses: anolishq/.github/.github/actions/setup-clang-tools@43a0fe0a7feb87215f6e7677133be542ef6f1031 # setup-clang-tools
319+
uses: anolishq/.github/.github/actions/setup-clang-tools@9869a5f4bee7da9c7c1dc9bae033cd0137c4801d # setup-clang-tools
320320
- name: Check formatting
321321
run: git ls-files '*.c' '*.cc' '*.cpp' '*.cxx' '*.h' '*.hh' '*.hpp' '*.hxx' | xargs clang-format --dry-run --Werror
322322

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# out of this g++ gate). The diagram tool links graphviz, hence apt-packages.
2626
# NB: it uses the default build/<preset> binaryDir — unlike ci-linux-release-
2727
# server (build-server/), which the gate's -path build/<preset> can't find.
28-
uses: anolishq/.github/.github/workflows/clang-tidy-diff.yml@bc822a0e1a1638789ecd912e3761283084fe914a # clang-tidy-diff
28+
uses: anolishq/.github/.github/workflows/clang-tidy-diff.yml@9869a5f4bee7da9c7c1dc9bae033cd0137c4801d # clang-tidy-diff
2929
with:
3030
# x64-linux (not the gate's x64-linux-static default) so we reuse the warm
3131
# vcpkg cache the server-enabled CI lane writes — its closure (grpc+protobuf

0 commit comments

Comments
 (0)