Skip to content

fix(deps): update dependency pyperclip to v1.9.0 (#211) #471

fix(deps): update dependency pyperclip to v1.9.0 (#211)

fix(deps): update dependency pyperclip to v1.9.0 (#211) #471

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
security-events: write
jobs:
codeql:
name: CodeQL analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v3