Skip to content

Bump glob from 7.1.7 to 10.4.1 #252

Bump glob from 7.1.7 to 10.4.1

Bump glob from 7.1.7 to 10.4.1 #252

Workflow file for this run

name: "units-test"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
inputSarifFile: ./fixtures/test002.sarif
outputSarifFile: ./fixtures/test002.out.sarif
githubToken: ${{ secrets.GITHUB_TOKEN }}
- name: Display output
run: |
cat ./fixtures/test002.out.sarif