Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Bump twig/twig from 3.7.1 to 3.11.0 #1889

Bump twig/twig from 3.7.1 to 3.11.0

Bump twig/twig from 3.7.1 to 3.11.0 #1889

Workflow file for this run

on:
pull_request: {}
push:
branches:
- developer
paths:
- .github/workflows/semgrep.yml
schedule:
- cron: '0 0 * * 0'
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}