Skip to content

Bump vscode-languageclient from 3.5.1 to 9.0.1 in /htmlhint #201

Bump vscode-languageclient from 3.5.1 to 9.0.1 in /htmlhint

Bump vscode-languageclient from 3.5.1 to 9.0.1 in /htmlhint #201

Workflow file for this run

name: "CodeQL"
on:
pull_request:
branches:
- main
- "!dependabot/**"
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: "javascript"
queries: +security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2