Skip to content

feat(Books): use Shapeshift dwnld lnks, rm deprecated generator funcs #298

feat(Books): use Shapeshift dwnld lnks, rm deprecated generator funcs

feat(Books): use Shapeshift dwnld lnks, rm deprecated generator funcs #298

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [master, staging]
pull_request:
branches: [master, staging ]
schedule:
- cron: "0 6 * * 1" # weekly, mirrors default-setup cadence
jobs:
analyze:
name: Analyze (javascript-typescript)
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Initialize CodeQL
uses: github/codeql-action/init@c4dd10e44af883a891fe31ced449bcb4a6728b9b # v3.37.6
with:
languages: javascript-typescript
build-mode: none
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@c4dd10e44af883a891fe31ced449bcb4a6728b9b # v3.37.6
with:
category: "/language:javascript-typescript"