Skip to content

chore(deps): bump jinja2 from 3.1.3 to 3.1.4 #6

chore(deps): bump jinja2 from 3.1.3 to 3.1.4

chore(deps): bump jinja2 from 3.1.3 to 3.1.4 #6

Workflow file for this run

on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# Full git history is needed to get a proper
# list of changed files within `super-linter`
fetch-depth: 0
- uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}