Skip to content

Bump bootstrap from 3.4.1 to 5.3.3 #3094

Bump bootstrap from 3.4.1 to 5.3.3

Bump bootstrap from 3.4.1 to 5.3.3 #3094

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- master
- development
- "!dependabot/**"
pull_request:
# The branches below must be a subset of the branches above
branches:
- master
- development
schedule:
- cron: "0 0 * * 0"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: "javascript"
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3