Skip to content

Bump sentry-rails from 5.22.3 to 5.22.4 (#2770) #1137

Bump sentry-rails from 5.22.3 to 5.22.4 (#2770)

Bump sentry-rails from 5.22.3 to 5.22.4 (#2770) #1137

Workflow file for this run

---
name: Bundler Audit
on:
push:
branches:
- 'main'
pull_request:
types: [opened, synchronize, reopened]
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 }}