Skip to content

[Snyk] Security upgrade @sentry/node from 6.10.0 to 7.75.0 #3145

[Snyk] Security upgrade @sentry/node from 6.10.0 to 7.75.0

[Snyk] Security upgrade @sentry/node from 6.10.0 to 7.75.0 #3145

Workflow file for this run

name: Auto close
on: pull_request_target
permissions:
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install action dependencies
run: cd .github/actions/close-bot && npm ci
- uses: ./.github/actions/close-bot
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'