Skip to content

Fix node-fetch version to ^2.6.11 (#29) #39

Fix node-fetch version to ^2.6.11 (#29)

Fix node-fetch version to ^2.6.11 (#29) #39

Workflow file for this run

name: Check
on:
pull_request:
branches: ['main']
push:
branches: ['main']
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prepare
uses: ./.github/actions/prepare
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2