Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump requests from 2.32.3 to 2.32.4 #21

Bump requests from 2.32.3 to 2.32.4

Bump requests from 2.32.3 to 2.32.4 #21

Workflow file for this run

name: CI
on:
push:
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
UnitTest:
name: Python Unit Test
uses: uc-cdis/.github/.github/workflows/python_unit_test.yaml@master
with:
python-version: '3.9'