Skip to content

[Snyk] Upgrade @mui/icons-material from 5.6.2 to 5.16.5 #8

[Snyk] Upgrade @mui/icons-material from 5.6.2 to 5.16.5

[Snyk] Upgrade @mui/icons-material from 5.6.2 to 5.16.5 #8

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:
inputs:
languages:
description: 'Languages to analyze'
required: true
default: 'go'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
contents: write
security-events: write
actions: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: "go"
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:go"