use new trustedAuthors flag in CI action (#2992)
This commit is contained in:
2
.github/workflows/lockfiles.yaml
vendored
2
.github/workflows/lockfiles.yaml
vendored
@@ -8,7 +8,6 @@ jobs:
|
|||||||
lockfiles:
|
lockfiles:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Verify lock file integrity
|
name: Verify lock file integrity
|
||||||
if: ${{ github.actor != 'kevinpapst' && github.actor != 'dependabot[bot]' }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone Kimai
|
- name: Clone Kimai
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -17,3 +16,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pattern: .*.lock
|
pattern: .*.lock
|
||||||
|
trustedAuthors: kevinpapst, dependabot
|
||||||
|
|||||||
Reference in New Issue
Block a user