Skip to content

Update dependency postcss to v8.4.47 #979

Update dependency postcss to v8.4.47

Update dependency postcss to v8.4.47 #979

Workflow file for this run

name: 'CodeQL'
on:
push:
branches-ignore:
- main
pull_request:
branches:
- main
schedule:
- cron: '30 21 * * 5'
jobs:
analyze:
name: 'Analyze'
if: ${{ (github.event_name == 'pull_request' && github.event.pull_request.base.repo.id != github.event.pull_request.head.repo.id) || github.event_name == 'push' }}
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
env:
language: 'javascript'
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Initialize CodeQL'
uses: github/codeql-action/init@v3
with:
languages: ${{ env.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ env.language }}"