Skip to content

[PY] bump: cryptography from 42.0.8 to 43.0.1 in /python/samples/06.assistants.a.mathBot #583

[PY] bump: cryptography from 42.0.8 to 43.0.1 in /python/samples/06.assistants.a.mathBot

[PY] bump: cryptography from 42.0.8 to 43.0.1 in /python/samples/06.assistants.a.mathBot #583

Workflow file for this run

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: Python CodeQL
on:
push:
branches: ['main']
paths: ['python/**']
pull_request:
branches: ['main']
paths: ['python/**']
schedule:
- cron: '0 0 * * 1'
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Initialize CodeQL
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
with:
category: "/language:python"