diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f8e01da205..a057f4a1fa 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -284,7 +284,7 @@ jobs: sccache: "true" manylinux: musllinux_1_2 - name: Upload Python wheels - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: "wheels-${{ matrix.build.TARGET }}" working-directory: pypi diff --git a/.github/workflows/check-semver.yml b/.github/workflows/check-semver.yml index 41f1e38060..b9b0f91017 100644 --- a/.github/workflows/check-semver.yml +++ b/.github/workflows/check-semver.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Comment if: ${{ needs.check-semver.outputs.error_message != null }} - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: pr-semver-check-error message: | @@ -47,7 +47,7 @@ jobs: - name: Delete comment if: ${{ needs.check-semver.outputs.error_message == null }} - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: pr-semver-check-error delete: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d52375e4fb..b490a983c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -248,7 +248,7 @@ jobs: - name: Run profiler run: cargo run --profile bench --features profiler -- --no-exec - name: Upload report - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: git-cliff.${{ github.run_id }}-profiler-report path: git-cliff.**.flamegraph.svg