prevent lock file changes
This commit is contained in:
8
.github/workflows/lockfiles.yaml
vendored
8
.github/workflows/lockfiles.yaml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Check .lock files
|
name: Check .lock files
|
||||||
on:
|
on:
|
||||||
pull_request: null
|
pull_request_target: null
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@@ -9,12 +9,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Verify lock file integrity
|
name: Verify lock file integrity
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Clone Kimai
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
persist-credentials: false
|
|
||||||
|
|
||||||
- name: Prevent file change
|
- name: Prevent file change
|
||||||
uses: xalvarez/prevent-file-change-action@v3
|
uses: xalvarez/prevent-file-change-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user