Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Update dependency browserslist to v4.21.11 #520

Update dependency browserslist to v4.21.11

Update dependency browserslist to v4.21.11 #520

Workflow file for this run

name: "Code scanning - action"
on:
push:
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
# Override language selection by uncommenting this and choosing your languages
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1