Skip to content

Bump github/codeql-action from 2.21.9 to 2.22.4 #142

Bump github/codeql-action from 2.21.9 to 2.22.4

Bump github/codeql-action from 2.21.9 to 2.22.4 #142

Workflow file for this run

name: PR Test
on: pull_request
permissions: read-all
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3
- name: Set up Python versions
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
with:
python-version: |
3.7
3.8
3.9
3.10
3.11
3.12-dev
- name: run UT
run: |
pip install tox
tox