Skip to content

allow PHP 8.3 (#4471) #4

allow PHP 8.3 (#4471)

allow PHP 8.3 (#4471) #4

Workflow file for this run

name: Check .lock files
on:
pull_request: null
push:
branches:
- main
jobs:
lockfiles:
runs-on: ubuntu-latest
name: Verify lock file integrity
steps:
- name: Clone Kimai
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Prevent file change
uses: xalvarez/prevent-file-change-action@v1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: .*.lock
trustedAuthors: kevinpapst, dependabot