From d9c40e5257e986edb501b2af49f03fb056e475e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:49:27 +0000 Subject: [PATCH 1/2] ci: Bump the gh-actions group with 4 updates Bumps the gh-actions group with 4 updates: [actions/download-artifact](https://github.com/actions/download-artifact), [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment), [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) and [Swatinem/rust-cache](https://github.com/swatinem/rust-cache). Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) Updates `marocchino/sticky-pull-request-comment` from 2.9.4 to 3.0.2 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/773744901bac0e8cbb5a0dc842800d45e9b2b405...70d2764d1a7d5d9560b100cbea0077fc8f633987) Updates `release-drafter/release-drafter` from 6.2.0 to 7.1.1 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/6db134d15f3909ccc9eefd369f02bd1e9cffdf97...139054aeaa9adc52ab36ddf67437541f039b88e2) Updates `Swatinem/rust-cache` from 2.8.2 to 2.9.1 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/779680da715d629ac1d338a641029a2f4372abb5...c19371144df3bb44fab255c43d04cbc2ab54d1c4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: release-drafter/release-drafter dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: Swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/chore.yml | 6 +++--- .github/workflows/ci.yml | 4 ++-- .github/workflows/copilot-setup-steps.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd4347e4..0728d826 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,7 +81,7 @@ jobs: id-token: write environment: pypi steps: - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: dist merge-multiple: true diff --git a/.github/workflows/chore.yml b/.github/workflows/chore.yml index 6c644e8e..516d6dc8 100644 --- a/.github/workflows/chore.yml +++ b/.github/workflows/chore.yml @@ -28,7 +28,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} - name: Post comment about invalid PR title if: failure() - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 + uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 with: header: conventional-commit-pr-title message: | @@ -45,7 +45,7 @@ jobs: - name: Delete comment about invalid PR title if: success() - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 + uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 with: header: conventional-commit-pr-title delete: true @@ -58,7 +58,7 @@ jobs: pull-requests: write steps: - name: ${{ github.event_name == 'pull_request_target' && 'Assign labels' || 'Update release draft' }} - uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0 + uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1 with: disable-releaser: ${{ github.event_name == 'pull_request_target' }} disable-autolabeler: ${{ github.event_name == 'push' }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4badb746..0dcfdc0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Install Rust run: rustup show - name: Cache Rust dependencies - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 - name: pre-commit run: pixi run pre-commit-run --color=always --show-diff-on-failure @@ -71,7 +71,7 @@ jobs: - name: Install Rust run: rustup show - name: Cache Rust dependencies - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 - name: Install repository run: pixi run -e ${{ matrix.environment }} postinstall - name: Run pytest diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index aa30b1a6..d2e8c15d 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -21,6 +21,6 @@ jobs: - name: Install Rust run: rustup show - name: Cache Rust dependencies - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 - name: Install repository run: pixi run postinstall From b8c1dbcf81c09e692d6d928e56680c6d11d147ef Mon Sep 17 00:00:00 2001 From: Oliver Borchert Date: Mon, 30 Mar 2026 19:23:17 +0200 Subject: [PATCH 2/2] Update --- .github/workflows/chore-main.yml | 21 +++++++++++++++++++ .github/workflows/{chore.yml => chore-pr.yml} | 17 +++++---------- 2 files changed, 26 insertions(+), 12 deletions(-) create mode 100644 .github/workflows/chore-main.yml rename .github/workflows/{chore.yml => chore-pr.yml} (73%) diff --git a/.github/workflows/chore-main.yml b/.github/workflows/chore-main.yml new file mode 100644 index 00000000..7f75c432 --- /dev/null +++ b/.github/workflows/chore-main.yml @@ -0,0 +1,21 @@ +name: Chore +on: + push: + branches: [main] + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + draft-release: + name: Draft Release + runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: read + steps: + - name: Update release draft + uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1 + with: + token: ${{ github.token }} diff --git a/.github/workflows/chore.yml b/.github/workflows/chore-pr.yml similarity index 73% rename from .github/workflows/chore.yml rename to .github/workflows/chore-pr.yml index 516d6dc8..4131bdb9 100644 --- a/.github/workflows/chore.yml +++ b/.github/workflows/chore-pr.yml @@ -3,8 +3,6 @@ on: pull_request_target: branches: [main] types: [opened, reopened, edited, synchronize] - push: - branches: [main] concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -13,7 +11,6 @@ concurrency: jobs: check-pr-title: name: Check PR Title - if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest permissions: contents: read @@ -50,17 +47,13 @@ jobs: header: conventional-commit-pr-title delete: true - release-drafter: - name: ${{ github.event_name == 'pull_request_target' && 'Assign Labels' || 'Draft Release' }} + assign-labels: + name: Assign Labels runs-on: ubuntu-latest permissions: - contents: write pull-requests: write steps: - - name: ${{ github.event_name == 'pull_request_target' && 'Assign labels' || 'Update release draft' }} - uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1 + - name: Assign labels + uses: release-drafter/release-drafter/autolabeler@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1 with: - disable-releaser: ${{ github.event_name == 'pull_request_target' }} - disable-autolabeler: ${{ github.event_name == 'push' }} - env: - GITHUB_TOKEN: ${{ github.token }} + token: ${{ github.token }}