Skip to content

chore(deps): bump cryptography from 49.0.0 to 50.0.0 in /bench #278

chore(deps): bump cryptography from 49.0.0 to 50.0.0 in /bench

chore(deps): bump cryptography from 49.0.0 to 50.0.0 in /bench #278

Workflow file for this run

name: CodeQL
env:
MISE_LOCKED: "1"
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
schedule:
- cron: "38 6 * * 1"
permissions:
actions: read
contents: read
security-events: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
analyze:
name: analyze (${{ matrix.language }})
runs-on: ubuntu-24.04
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
include:
- language: python
build-mode: none
- language: javascript-typescript
build-mode: none
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
persist-credentials: false
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db
with:
version: 2026.7.1
install: true
cache: true
- name: Initialize CodeQL
uses: github/codeql-action/init@b22c66273205240d86582638b860f9b25772b4d3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b22c66273205240d86582638b860f9b25772b4d3
with:
category: "/language:${{ matrix.language }}"