Skip to content

chore(deps-dev): bump jinja2 from 3.1.4 to 3.1.5 #51

chore(deps-dev): bump jinja2 from 3.1.4 to 3.1.5

chore(deps-dev): bump jinja2 from 3.1.4 to 3.1.5 #51

Workflow file for this run

name: CI
on:
# run on pushed commits to master and on new commits on pull requests
push:
branches:
- master
pull_request:
types: [opened, synchronize]
jobs:
Security:
name: Security Pipeline
uses: uc-cdis/.github/.github/workflows/securitypipeline.yaml@master
with:
python-poetry: 'false'
secrets: inherit # pragma: allowlist secret
UnitTest:
name: Python Unit Test
uses: uc-cdis/.github/.github/workflows/python_unit_test.yaml@master
with:
python-version: '3.9'