We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f765c5 + d960890 commit 2098907Copy full SHA for 2098907
.github/workflows/clang-format.yml
@@ -22,7 +22,7 @@ jobs:
22
CLANG_MAJOR_VERSION: 18
23
steps:
24
25
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26
27
- name: Add Clang/LLVM repositories
28
run: |-
.github/workflows/linux.yml
@@ -54,7 +54,7 @@ jobs:
54
clang-${{ matrix.clang_major_version }}
55
56
- name: Checkout Git branch
57
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
58
59
- name: 'Build'
60
env:
0 commit comments