Skip to content

Bump websockets from 10.4 to 11.0.3 #63

Bump websockets from 10.4 to 11.0.3

Bump websockets from 10.4 to 11.0.3 #63

Workflow file for this run

name: "Security Scan on PR"
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
security_scan:
runs-on: [self-hosted, linux, x64, big]
steps:
- name: Checkout code
uses: actions/checkout@main
- name: Run CodeQL Scan
uses: github/codeql-action/init@main
with:
languages: 'python,javascript'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@main