Skip to content

Remove all polyfill.io #11200

Remove all polyfill.io

Remove all polyfill.io #11200

Workflow file for this run

---
name: CodeQL scanning
on:
push:
env:
HAS_SECRETS: ${{ secrets.HAS_SECRETS }}
jobs:
codeql:
name: CodeQL scanning
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- name: Checkout repository
uses: actions/checkout@v3
if: env.HAS_SECRETS == 'HAS_SECRETS'
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
if: env.HAS_SECRETS == 'HAS_SECRETS'
# 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@v2
if: env.HAS_SECRETS == 'HAS_SECRETS'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
if: env.HAS_SECRETS == 'HAS_SECRETS'