Skip to content

Remove all polyfill.io #11201

Remove all polyfill.io

Remove all polyfill.io #11201

Workflow file for this run

---
name: CodeQL scanning
on:
push:
pull_request:
jobs:
codeql:
name: CodeQL scanning
runs-on: ubuntu-20.04
timeout-minutes: 15
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1