diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86d509e..4e8c3cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,19 +130,19 @@ jobs: cat clang-format_version.txt - name: Set up QEMU - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 with: image: tonistiigi/binfmt:qemu-v8.1.5 if: runner.os == 'Linux' && matrix.emulation == 'qemu' - name: Build wheels - uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1 + uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1 env: CIBW_ARCHS: "${{ matrix.arch }}" # restrict to a single Python version as wheel does not depend on Python: CIBW_BUILD: "cp311-${{ matrix.platform }}*" - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: clang-format-wheels-${{ matrix.platform }}-${{ matrix.arch }} path: ./wheelhouse/*.whl @@ -227,7 +227,7 @@ jobs: cat clang-tidy_version.txt - name: Build wheels - uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1 + uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1 env: CIBW_ARCHS: "${{ matrix.arch }}" CIBW_BEFORE_TEST: rm -rf {package}/clang_tidy @@ -237,7 +237,7 @@ jobs: # restrict to a single Python version as wheel does not depend on Python: CIBW_BUILD: "cp311-${{ matrix.platform }}*" - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: clang-tidy-wheels-${{ matrix.platform }}-${{ matrix.arch }} path: ./wheelhouse/*.whl @@ -276,7 +276,7 @@ jobs: - name: Build SDist run: pipx run build --sdist - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: clang-format-sdist path: dist/*.tar.gz @@ -315,7 +315,7 @@ jobs: - name: Build SDist run: pipx run build --sdist - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: path: dist/*.tar.gz name: clang-tidy-sdist @@ -351,7 +351,7 @@ jobs: with: python-version: '3.13' - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: clang-format-sdist path: sdist @@ -405,7 +405,7 @@ jobs: with: python-version: '3.13' - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: clang-tidy-sdist path: sdist @@ -439,13 +439,13 @@ jobs: contents: write steps: - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: clang-format-* merge-multiple: true path: clang-format-dist - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: clang-tidy-* merge-multiple: true @@ -465,7 +465,7 @@ jobs: ls -la release-assets/ - name: Create draft release - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2 if: github.event_name == 'workflow_dispatch' # only create release on manual trigger with: draft: true