We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c5d926 + 0165242 commit 445eaacCopy full SHA for 445eaac
.github/workflows/clang-format.yml
@@ -22,7 +22,7 @@ jobs:
22
CLANG_MAJOR_VERSION: 18
23
steps:
24
25
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
58
59
- name: 'Build'
60
env:
0 commit comments