Skip to content

[Snyk] Security upgrade @octokit/webhooks from 7.24.3 to 9.26.3 #183

[Snyk] Security upgrade @octokit/webhooks from 7.24.3 to 9.26.3

[Snyk] Security upgrade @octokit/webhooks from 7.24.3 to 9.26.3 #183

Workflow file for this run

name: "test"
on: # rebuild any PRs and main branch changes
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
jobs:
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}