Skip to content

Bump sentry-ruby from 5.19.0 to 5.20.1 #209

Bump sentry-ruby from 5.19.0 to 5.20.1

Bump sentry-ruby from 5.19.0 to 5.20.1 #209

Workflow file for this run

---
name: Bundler Audit
on: [push]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Bundler Audit"
uses: thoughtbot/bundler-audit-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}