Skip to content

Commit

Permalink
fix: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Jul 27, 2022
2 parents 98ea318 + f708739 commit 4ebe43b
Show file tree
Hide file tree
Showing 4 changed files with 416 additions and 356 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: "CodeQL"
on:
push:
branches:
- main
- develop
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash


jobs:

codeql-analysis:
name: "CodeQL Analysis"
runs-on: ubuntu-latest
permissions:
security-events: write

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Initialise CodeQL
uses: github/codeql-action/init@v2
with:
languages: 'javascript'
queries: security-and-quality

- name: Build
run: |
npm ci
npm run build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: ./.github/workflows/lint.yml

call-build:
name: "Build"
name: "Build & Test"
needs: call-lint
uses: ./.github/workflows/build.yml

Expand Down
Loading

0 comments on commit 4ebe43b

Please sign in to comment.