chore(deps): update dependency @stylistic/eslint-plugin-js to v2.7.2 #3336
Workflow file for this run
This file contains 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
# This workflow runs GitHub's industry-leading static analysis engine, CodeQL, against a repository's source code to find security vulnerabilities. | |
# For more information see: https://github.com/github/codeql-action | |
name: CodeQL | |
on: [push] | |
jobs: | |
codeql_build: | |
runs-on: ubuntu-latest | |
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 |