Skip to content

build(deps): update jdx/mise-action action to v4 #248

build(deps): update jdx/mise-action action to v4

build(deps): update jdx/mise-action action to v4 #248

# SPDX-FileCopyrightText: 2025 Digg - Agency for Digital Government
#
# SPDX-License-Identifier: CC0-1.0
name: Pull Request Workflow
on: # yamllint disable-line rule:truthy
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-checks:
uses: diggsweden/reusable-ci/.github/workflows/pullrequest-orchestrator.yml@617cb32268cb6aefdfa4117b4159d37e3b47d7b3 # v2.8.3
permissions:
contents: read
packages: read
security-events: write
secrets: inherit
with:
reusable-ci-ref: d31c989acd139c3e8754e116496c826af8dbbca0
# No buildable artifacts - this is a linting toolkit
project-type: maven
# Use just+mise-based linting (replaces commitlint, licenselint, megalint)
linters.devbasecheck: true
# Disable deprecated linters (handled by justmiselint)
linters.commitlint: false
linters.licenselint: false
linters.megalint: false
linters.publiccodelint: false
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1
- uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4
with:
just-version: 1.43.0
- name: Run tests
run: just test