diff --git a/.github/workflows/clang_format.yml b/.github/workflows/clang_format.yml index 1d64496..fddd249 100644 --- a/.github/workflows/clang_format.yml +++ b/.github/workflows/clang_format.yml @@ -21,7 +21,7 @@ jobs: env: CLANG_MAJOR_VERSION: 17 steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Add Clang/LLVM repositories run: |- diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 20c2f5b..dd02358 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -19,7 +19,7 @@ jobs: name: Enforce codespell-clean spelling runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0 with: diff --git a/.github/workflows/linux_and_macos.yml b/.github/workflows/linux_and_macos.yml index 8a4478b..0bf2171 100644 --- a/.github/workflows/linux_and_macos.yml +++ b/.github/workflows/linux_and_macos.yml @@ -100,7 +100,7 @@ jobs: sudo ln -s "$(brew --prefix llvm@${{ matrix.clang_major_version }})"/bin/clang++ /usr/local/bin/clang++-${{ matrix.clang_major_version }} - name: Checkout Git branch - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Build musl Ncurses if: "${{ runner.os == 'Linux' && contains(matrix.cc, 'musl') }}"