Skip to content

Translations update from Hosted Weblate #57

Translations update from Hosted Weblate

Translations update from Hosted Weblate #57

Workflow file for this run

name: Verify supply-chain files
on:
pull_request_target: null
push:
branches:
- main
permissions:
pull-requests: read
jobs:
lockfiles:
runs-on: ubuntu-latest
name: Verify supply-chain integrity
steps:
- name: Prevent file change
uses: xalvarez/prevent-file-change-action@v3
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: ^package.json$|^composer.json$|.*\.lock$|^\.github\/.*$
trustedAuthors: kevinpapst, dependabot, cavasinf