Skip to content

De-Couple twig templates from session and request objects (#250) #3

De-Couple twig templates from session and request objects (#250)

De-Couple twig templates from session and request objects (#250) #3

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