Skip to content

[AAASM-3683] 🔒 (python-sdk): Pass language-SDK package version through the FFI into the handshake #72

[AAASM-3683] 🔒 (python-sdk): Pass language-SDK package version through the FFI into the handshake

[AAASM-3683] 🔒 (python-sdk): Pass language-SDK package version through the FFI into the handshake #72

Workflow file for this run

name: CodeQL
on:
pull_request:
paths-ignore:
- "**/*.md"
- "docs/**"
- "LICENSE"
push:
paths-ignore:
- "**/*.md"
- "docs/**"
- "LICENSE"
branches:
- master
schedule:
- cron: "0 3 * * 1"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
security-events: write
actions: read
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
submodules: recursive
- name: Initialize CodeQL
uses: github/codeql-action/init@65216971a11ded447a6b76263d5a144519e5eee1 # codeql-bundle-v2.25.2
with:
languages: python
build-mode: none
- name: Analyze
uses: github/codeql-action/analyze@65216971a11ded447a6b76263d5a144519e5eee1 # codeql-bundle-v2.25.2
with:
category: "/language:python"