From e01542d6edc4fec199b3e7b3ed9ee9c45cd3d4af Mon Sep 17 00:00:00 2001 From: Josef Andersson Date: Tue, 14 Apr 2026 17:59:58 +0200 Subject: [PATCH 1/2] ci: bump reusable-ci to v2.7.8 Signed-off-by: Josef Andersson --- .github/workflows/pull-request-workflow.yml | 4 ++-- .github/workflows/release-workflow.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request-workflow.yml b/.github/workflows/pull-request-workflow.yml index fadaea1..4fb1f89 100644 --- a/.github/workflows/pull-request-workflow.yml +++ b/.github/workflows/pull-request-workflow.yml @@ -11,14 +11,14 @@ concurrency: cancel-in-progress: true jobs: pr-checks: - uses: diggsweden/reusable-ci/.github/workflows/pullrequest-orchestrator.yml@2afbedbefbb457a5fc6175de232e4644cab58a69 # v2.7.3 + uses: diggsweden/reusable-ci/.github/workflows/pullrequest-orchestrator.yml@1e3141deda57eba0e4a9e122b015862c738a2dfb # v2.7.8 permissions: contents: read packages: read security-events: write secrets: inherit with: - reusable-ci-ref: v2.7.3 + reusable-ci-ref: v2.7.8 project-type: maven linters.devbasecheck: true linters.commitlint: false diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index 78c9d36..10c3ab4 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -16,7 +16,7 @@ permissions: contents: read jobs: release: - uses: diggsweden/reusable-ci/.github/workflows/release-orchestrator.yml@2afbedbefbb457a5fc6175de232e4644cab58a69 # v2.7.3 + uses: diggsweden/reusable-ci/.github/workflows/release-orchestrator.yml@1e3141deda57eba0e4a9e122b015862c738a2dfb # v2.7.8 permissions: contents: write packages: write @@ -26,7 +26,7 @@ jobs: attestations: write secrets: inherit with: - reusable-ci-ref: v2.7.3 + reusable-ci-ref: v2.7.8 artifacts-config: .github/artifacts.yml changelog-creator: git-cliff release-publisher: github-cli From 2edb365f1c45821804f4031643e8781c907d3659 Mon Sep 17 00:00:00 2001 From: Josef Andersson Date: Tue, 14 Apr 2026 17:59:58 +0200 Subject: [PATCH 2/2] ci: bump reusable-ci to v2.7.9 Signed-off-by: Josef Andersson --- .github/workflows/pull-request-workflow.yml | 4 ++-- .github/workflows/release-workflow.yml | 4 ++-- .mise.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull-request-workflow.yml b/.github/workflows/pull-request-workflow.yml index 4fb1f89..fe2754f 100644 --- a/.github/workflows/pull-request-workflow.yml +++ b/.github/workflows/pull-request-workflow.yml @@ -11,14 +11,14 @@ concurrency: cancel-in-progress: true jobs: pr-checks: - uses: diggsweden/reusable-ci/.github/workflows/pullrequest-orchestrator.yml@1e3141deda57eba0e4a9e122b015862c738a2dfb # v2.7.8 + uses: diggsweden/reusable-ci/.github/workflows/pullrequest-orchestrator.yml@0d87fcd4cd9550e50bfa1923b98afbed80708325 # v2.7.9 permissions: contents: read packages: read security-events: write secrets: inherit with: - reusable-ci-ref: v2.7.8 + reusable-ci-ref: v2.7.9 project-type: maven linters.devbasecheck: true linters.commitlint: false diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index 10c3ab4..ea448ac 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -16,7 +16,7 @@ permissions: contents: read jobs: release: - uses: diggsweden/reusable-ci/.github/workflows/release-orchestrator.yml@1e3141deda57eba0e4a9e122b015862c738a2dfb # v2.7.8 + uses: diggsweden/reusable-ci/.github/workflows/release-orchestrator.yml@0d87fcd4cd9550e50bfa1923b98afbed80708325 # v2.7.9 permissions: contents: write packages: write @@ -26,7 +26,7 @@ jobs: attestations: write secrets: inherit with: - reusable-ci-ref: v2.7.8 + reusable-ci-ref: v2.7.9 artifacts-config: .github/artifacts.yml changelog-creator: git-cliff release-publisher: github-cli diff --git a/.mise.toml b/.mise.toml index 17e5e72..80c9e6c 100644 --- a/.mise.toml +++ b/.mise.toml @@ -29,7 +29,7 @@ PIP_INDEX_URL = "{{ get_env(name='PIP_INDEX_URL', default='') }}" "aqua:google/yamlfmt" = "v0.21.0" "aqua:rhysd/actionlint" = "v1.7.12" "aqua:zricethezav/gitleaks" = "v8.30.1" -"forgejo:itiquette/gommitlint" = "0.9.4" +"forgejo:itiquette/gommitlint" = "0.9.10" "aqua:koalaman/shellcheck" = "v0.11.0" "aqua:mvdan/sh" = "v3.13.0" # shfmt - Shell formatter "aqua:hadolint/hadolint" = "v2.14.0"