Skip to content

build(deps): bump github/codeql-action from 2.20.3 to 2.20.4 #1196

build(deps): bump github/codeql-action from 2.20.3 to 2.20.4

build(deps): bump github/codeql-action from 2.20.3 to 2.20.4 #1196

Workflow file for this run

---
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
ci:
name: Run CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
with:
node-version: '18'
cache: npm
- run: npm install
- run: npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4