Skip to content

chore(deps-dev): bump cryptography from 46.0.3 to 46.0.5 #45

chore(deps-dev): bump cryptography from 46.0.3 to 46.0.5

chore(deps-dev): bump cryptography from 46.0.3 to 46.0.5 #45

Workflow file for this run

# push will run on every pushed commit to any branch (so this will rerun the tests
# once a branch gets merged to main in addition to any new commits on any branch)
on: push
name: CI
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
Security:
name: Security Pipeline
uses: uc-cdis/.github/.github/workflows/securitypipeline.yaml@master
with:
python-poetry: 'true'
secrets: inherit
UnitTest:
name: Python Unit Test with Postgres
uses: uc-cdis/.github/.github/workflows/python_unit_test.yaml@master
with:
python-version: '3.13'
use-cache: true