Skip to content

Bump happy-dom from 15.7.4 to 15.10.2 #368

Bump happy-dom from 15.7.4 to 15.10.2

Bump happy-dom from 15.7.4 to 15.10.2 #368

Workflow file for this run

name: Analyze
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
on:
pull_request:
push:
branches: [main]
workflow_dispatch: