Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge pull request #213 from fingerprintjs/dependabot/npm_and_yarn/no… #741

Merge pull request #213 from fingerprintjs/dependabot/npm_and_yarn/no…

Merge pull request #213 from fingerprintjs/dependabot/npm_and_yarn/no… #741

# Perform CodeQL Analysis
# See https://github.com/github/codeql-action for usage.
name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '44 18 * * 6'
jobs:
analyze:
name: Analyze
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: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3