Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork28.3k
build(deps-dev): Bump eslint from 9.39.1 to 9.39.2#2175
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| name:"Static code analysis workflow (CodeQL)" | |
| on: | |
| push: | |
| branches: | |
| -master | |
| pull_request: | |
| branches: | |
| -master | |
| permissions: | |
| actions:read | |
| checks:read | |
| contents:read | |
| deployments:read | |
| issues:read | |
| discussions:read | |
| packages:read | |
| pages:read | |
| pull-requests:read | |
| repository-projects:read | |
| security-events:write | |
| statuses:read | |
| jobs: | |
| CodeQL-Build: | |
| if:github.repository == 'anuraghazra/github-readme-stats' | |
| # CodeQL runs on ubuntu-latest, windows-latest, and macos-latest | |
| runs-on:ubuntu-latest | |
| steps: | |
| -name:Checkout repository | |
| uses:actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3# v6.0.0 | |
| # Initializes the CodeQL tools for scanning. | |
| -name:Initialize CodeQL | |
| uses:github/codeql-action/init@46a6823b81f2d7c67ddf123851eea88365bc8a67# v2.13.5 | |
| with: | |
| languages:javascript | |
| -name:Perform CodeQL Analysis | |
| uses:github/codeql-action/analyze@46a6823b81f2d7c67ddf123851eea88365bc8a67# v2.13.5 |