Skip to content

fix(deps): pin onnxruntime to last version with python 3.10 support (… #334

fix(deps): pin onnxruntime to last version with python 3.10 support (…

fix(deps): pin onnxruntime to last version with python 3.10 support (… #334

Workflow file for this run

name: "CodeQL Scan"
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
schedule:
- cron: "0 2 * * 0"
permissions: {} # No permissions by default on workflow level
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
permissions:
security-events: write # required to publish sarif
strategy:
fail-fast: false
matrix:
include:
- language: actions
- language: python
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
with:
languages: ${{ matrix.language }}
build-mode: none
queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
with:
category: "/language:${{matrix.language}}"