Skip to content

chore(deps): update dependency java to v17.0.20+101 - autoclosed #113

chore(deps): update dependency java to v17.0.20+101 - autoclosed

chore(deps): update dependency java to v17.0.20+101 - autoclosed #113

Workflow file for this run

---
name: Run pre-commit hook checks
on:
pull_request:
branches:
- "*"
jobs:
check-hooks:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# fetch all history so checks (e.g. gitleaks) can check the full history
fetch-depth: 0
- name: Set up mise
uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
- name: Run checks
run: |
hk check --all
env:
MISE_ENV: ci
# specify profile for CI check where all files are checked
HK_PROFILE: ci-check-all