Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Bump axios from 1.4.0 to 1.6.7 #3

Bump axios from 1.4.0 to 1.6.7

Bump axios from 1.4.0 to 1.6.7 #3

Workflow file for this run

name: Snyk scan for JavaScript
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}