Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

npm: bump postcss from 8.4.24 to 8.4.31 #129

npm: bump postcss from 8.4.24 to 8.4.31

npm: bump postcss from 8.4.24 to 8.4.31 #129

Workflow file for this run

name: CodeQL
on:
pull_request:
branches:
- main
push:
branches:
-main
# Cancel any active builds when new commits are pushed
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- uses: dart-lang/[email protected]
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dart dependencies
run: dart pub get
- name: Install JS dependencies
run: npm ci
- name: Run Build
run: npm run build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2