Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@0d87fcd4cd9550e50bfa1923b98afbed80708325 # v2.7.9
permissions:
contents: read
packages: read
security-events: write
secrets: inherit
with:
reusable-ci-ref: v2.7.3
reusable-ci-ref: v2.7.9
project-type: maven
linters.devbasecheck: true
linters.commitlint: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@0d87fcd4cd9550e50bfa1923b98afbed80708325 # v2.7.9
permissions:
contents: write
packages: write
Expand All @@ -26,7 +26,7 @@ jobs:
attestations: write
secrets: inherit
with:
reusable-ci-ref: v2.7.3
reusable-ci-ref: v2.7.9
artifacts-config: .github/artifacts.yml
changelog-creator: git-cliff
release-publisher: github-cli
Expand Down
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading