Skip to content

Bump hypercore from 10.4.1 to 10.37.26 #11

Bump hypercore from 10.4.1 to 10.37.26

Bump hypercore from 10.4.1 to 10.37.26 #11

Workflow file for this run

name: Code Analysis
on:
# Triggers the workflow on push or pull request events but only for the main branch
pull_request:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
jobs:
code-risk-analyzer:
name: runner / code risk analyzer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Fizz-Q/[email protected]
with:
repository: ${{ github.repository }}
user: ${{ github.repository_owner }}
github_token: ${{ secrets.NPM_AUTH_TOKEN }}