Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Bump ws from 8.13.0 to 8.18.0 #27

Bump ws from 8.13.0 to 8.18.0

Bump ws from 8.13.0 to 8.18.0 #27

# name: "CodeQL"
# on:
# push:
# branches: [ main ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ main ]
# schedule:
# - cron: '0 23 * * 3'
# jobs:
# analyze:
# name: Analyze
# runs-on: ubuntu-latest
# permissions:
# actions: read
# contents: read
# security-events: write
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
# - name: Initialize CodeQL
# uses: github/codeql-action/init@v1
# with:
# languages: "javascript"
# - name: Autobuild
# uses: github/codeql-action/autobuild@v1
# - name: Perform CodeQL Analysis
# uses: github/codeql-action/analyze@v1