Skip to content

npm (deps-dev): bump tar-fs from 2.1.2 to 2.1.3 in the npm_and_yarn group #777

npm (deps-dev): bump tar-fs from 2.1.2 to 2.1.3 in the npm_and_yarn group

npm (deps-dev): bump tar-fs from 2.1.2 to 2.1.3 in the npm_and_yarn group #777

Workflow file for this run

name: Code QL Analysis
"on":
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: 30 1 * * 0
permissions:
contents: read
jobs:
CodeQL-Build:
name: CodeQL Analysis
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3