Skip to content

build(deps): update actions/checkout action to v6 #57

build(deps): update actions/checkout action to v6

build(deps): update actions/checkout action to v6 #57

# 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@659cc5dbdbedc47f1510817f38aba07de8a93ae8 # v2.6.1
permissions:
contents: read
packages: read
security-events: write
secrets: inherit
with:
# 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
- uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
with:
just-version: 1.43.0
- name: Run tests
run: just test